Opened 13 months ago
Closed 13 months ago
#20841 closed defect (bug) (fixed)
Menu | RTL issues
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 3.4 |
| Component: | RTL | Version: | 3.4 |
| Severity: | major | Keywords: | has-patch |
| Cc: |
Description
Please check attachment.
wp-admin/nav-menus.php
Attachments (4)
Change History (13)
comment:1
SergeyBiryukov
— 13 months ago
- Milestone changed from Awaiting Review to 3.4
SergeyBiryukov
— 13 months ago
comment:2
SergeyBiryukov
— 13 months ago
- Keywords has-patch added
comment:3
helenyhou
— 13 months ago
Patch looks good. Found one more thing to adjust - the placement of the down arrow for expanding/collapsing an item to edit. 20841.2.diff
comment:4
ryan
— 13 months ago
- Owner set to ryan
- Resolution set to fixed
- Status changed from new to closed
In [20998]:
comment:5
azaozz
— 13 months ago
Did some testing and don't see the need for text-align on the type=search fields. Perhaps that was needed for an older version of a browser?
comment:6
nacin
— 13 months ago
Yeah, I brought this up — really no reason for text-align to be forced here. georgestephanis also doesn't know where it came from. Per IRC, it can be removed, for both LTR and RTL.
comment:7
SergeyBiryukov
— 13 months ago
- Resolution fixed deleted
- Status changed from closed to reopened
SergeyBiryukov
— 13 months ago
comment:8
SergeyBiryukov
— 13 months ago
20841.3.patch removes text-align.
.howto span was replaced with .nav-menus-php .howto span in [18577], but not for RTL.
input[type="search"] { text-align: left; } was introduced in [20168] (a regression from 3.3).