Opened 2 years ago
Closed 2 years ago
#16161 closed defect (bug) (invalid)
Brackets issue (CSS RTL)
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | RTL | Version: | 3.1 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
Snapshot: http://img508.imageshack.us/img508/84/60678114.gif
Location: Dashboard where used Storage Space percentage appears.
I think (direction:ltr;) should be added to:
#dashboard_right_now table tr.first td {
border-top: medium none;
}
It will move the brackets to it's right place.
Attachments (2)
Change History (12)
SergeyBiryukov — 2 years ago
comment:1
SergeyBiryukov — 2 years ago
- Keywords has-patch added; rtl css removed
Same problem with brackets while updating plugins or themes.
Snapshot: http://img191.imageshack.us/img191/1589/43817565.jpg
SergeyBiryukov — 2 years ago
comment:5
in reply to:
↑ 2
SergeyBiryukov — 2 years ago
comment:6
in reply to:
↑ 4
SergeyBiryukov — 2 years ago
Replying to rasheed:
Same problem with brackets while updating plugins or themes.
That part of the header doesn't have a separate class, so I'm not sure how to fix this without changing or splitting the string. Let's do this early in 3.2?
comment:7
follow-up:
↓ 9
SergeyBiryukov — 2 years ago
I've just tried and it seems to be working if I change the translation to this:
جاري تحديث الإضافة %1$s <span dir="ltr">(%2$d/%3$d)</span>
Perhaps that can be a workaround.
comment:8
SergeyBiryukov — 2 years ago
- Keywords has-patch added; needs-patch removed
Replying to SergeyBiryukov:
I've just tried and it seems to be working if I change the translation to this:
جاري تحديث الإضافة %1$s <span dir="ltr">(%2$d/%3$d)</span>Perhaps that can be a workaround.
Yes it works.
comment:10
yoavf — 2 years ago
- Keywords has-patch removed
- Milestone 3.1 deleted
- Resolution set to invalid
- Status changed from new to closed
This is how it is translated in hebrew
<a href=\"%1$s\" title=\"ניהול קבצים\" class=\"musublink\">%2$sMB‏ (%3$s%%)</a>
@rasheed - Note the ‏ entity - this should solve your problem.

.musubtable is Multisite. Should be placed in ms-rtl.css.