Opened 12 years ago
Closed 11 years ago
#23189 closed defect (bug) (fixed)
Dots above Umlauts are not visible in title input field
Reported by: | zodiac1978 | Owned by: | ocean90 |
---|---|---|---|
Milestone: | 3.6 | Priority: | normal |
Severity: | normal | Version: | 3.2 |
Component: | Administration | Keywords: | has-patch commit |
Focuses: | ui | Cc: |
Description
If I have capital umlauts in a title ("ÜÖÄ") I don't see the dots above them in my title input field (see attachment).
FF 18 for Mac on Snow Leopard (Mac OS X 10.6.8)
In Safari 5.1.7 and Chrome 24 the bug is not there.
Maybe add some height/padding to the CSS like this:
#titlediv #title { height: 34px; padding: 5px 8px 0px 5px; }
Attachments (9)
Change History (17)
#1
@
12 years ago
- Component changed from General to Administration
- Keywords needs-patch ui-focus added
- Milestone changed from Awaiting Review to 3.6
- Version set to 3.2
#2
@
12 years ago
- Keywords has-patch added; needs-patch removed
Firefox ignores the line-height because it declares line-height with normal !important
. You can find this by opening jar:file:///Applications/Firefox.app/Contents/MacOS/omni.ja!/chrome/toolkit/res/forms.css
in Firefox.
Since we are also using sans-serif, which is Helvetica on OS X and a bit bigger, the dots are now hidden.
Seems like the only solution is to set a height explicit. Done in 23189.patch.
#3
follow-up:
↓ 5
@
12 years ago
Removed the vertical padding tweak in 23189.3.patch, as it won't have any affect. Other than that, it looks good to me.
#4
@
12 years ago
We *really* need to stay away from pixel heights on things like inputs, please. 23189.diff seems to work for me.
#5
in reply to:
↑ 3
;
follow-up:
↓ 6
@
12 years ago
Replying to lessbloat:
Removed the vertical padding tweak in 23189.3.patch, as it won't have any affect. Other than that, it looks good to me.
The reason for the padding and why we should add it back:
Firefox-Bug Input title field with umlauts