Bug 11493
Summary: | Login button has text off-center in nightly build; truncated in release Safari | ||
---|---|---|---|
Product: | WebKit | Reporter: | Gavin Sherlock <gsherloc> |
Component: | Forms | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED CONFIGURATION CHANGED | ||
Severity: | Minor | CC: | bfulgham, jonathanjohnsson |
Priority: | P3 | ||
Version: | 420+ | ||
Hardware: | Mac | ||
OS: | OS X 10.4 | ||
URL: | http://www.united.com/ |
Gavin Sherlock
Firefox renders Login button correctly, though oddly, Camino does not, actually truncating the text, so maybe an aqua widget problem. Tested with release Safari and Nightly. Release Safari truncates the text, so the nightly is at least a little better.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
jonathanjohnsson
The text simply doesn't fit in the button. I think it would be nice if webkit centered the text, and didn't trunkate, at least not before the button became small enough that it couldn't fit the first letter in this way.
The code for the button is:
<style type="text/css">
.gliHPLOloginbutton {width:3.6em; margin:0px 0px 8px 0px;}
</style>
<input class="gliHPLOloginbutton" name="submit2" type="submit" value="Login">
Brent Fulgham
This appears to render properly in 2022.