﻿id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc
18021,Theme editor textarea direction (RTL) - Arabic,rasheed,azaozz,"Hello,

Please check the attachment.

Theme editor (and plugin editor) is showing the text from right to left while it should be ltr.

wp-admin/theme-editor.php
wp-admin/plugin-editor.php

Currently i have solved the problem by adding ""direction: ltr;"" to:

#template textarea {
    background: none repeat scroll 0 0 #F9F9F9;
    direction: ltr;
    font-family: Consolas,Monaco,monospace;
    font-size: 12px;
    outline: medium none;
    width: 97%;
}",defect (bug),closed,normal,3.3,RTL,3.2,normal,fixed,has-patch,
