Opened 14 years ago
Closed 14 years ago
#18021 closed defect (bug) (fixed)
Theme editor textarea direction (RTL) - Arabic
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 3.3 | Priority: | normal |
| Severity: | normal | Version: | 3.2 |
| Component: | RTL | Keywords: | has-patch |
| Focuses: | Cc: |
Description
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%;
}
Attachments (2)
Change History (5)
Note: See
TracTickets for help on using
tickets.
+1 for this ticket!!