#27779 closed defect (bug) (fixed)
RTL: Themes screen layout issue in Firefox
Reported by: | SergeyBiryukov | Owned by: | nacin |
---|---|---|---|
Milestone: | 3.9 | Priority: | normal |
Severity: | normal | Version: | 3.8 |
Component: | Themes | Keywords: | has-patch commit |
Focuses: | ui, rtl, administration | Cc: |
Description
See the screenshot.
Attachments (3)
Change History (10)
#2
@
11 years ago
In case it's not clear from the screenshot and the patch, this is caused by .theme.active .theme-name
being 1px higher than other .theme .theme-name
elements. The "Active" word somehow triggers this difference.
The patch simply makes sure the elements have consistent height that doesn't interfere with floating blocks. .theme .theme-name
would probably make more sense for that, see 27779.2.patch.
#3
@
11 years ago
The patch simply makes sure the elements have consistent height
Okay, at least it doesn't break anything. But still can't see this on a clean install in FF 28 in OS X and Windows 8.1, with only $text_direction = 'rtl';
or Arabic language. Height is always 18px.
#5
@
11 years ago
- Keywords commit added
Reproduced when I set the height of the active theme name to 19px.
Can't reproduce this in Firefox 28 on OS X.