Opened 2 years ago
Closed 20 months ago
#18021 closed defect (bug) (fixed)
Theme editor textarea direction (RTL) - Arabic
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 3.3 |
| Component: | RTL | Version: | 3.2 |
| Severity: | normal | Keywords: | has-patch |
| 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)
SergeyBiryukov
— 22 months ago
comment:1
SergeyBiryukov
— 22 months ago
- Keywords has-patch added
- Milestone changed from Awaiting Review to 3.3
Note: See
TracTickets for help on using
tickets.
+1 for this ticket!!