WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
29045
"Go" button is not entirely displayed on umsystem.edu
https://bugs.webkit.org/show_bug.cgi?id=29045
Summary
"Go" button is not entirely displayed on umsystem.edu
jasneet
Reported
2009-09-08 12:26:17 PDT
Created
attachment 39204
[details]
reduced testcase Steps: Go to
http://umsystem.edu/ums/departments/gr/
II Issue: "Go" text in Go button is not entirely displayed. III Conclusion: Code for quick reference: <style type="text/css"> .quicksearchbutton {background:#D1D9DC none repeat scroll 0 0;border:1px none;font-size:9px;width:18px;} </style> </head> <body> <span class="umstoolbar"> <input class="quicksearchbutton" value="Go" type="submit"> </span> In css style : .quicksearchbutton {background:#D1D9DC none repeat scroll 0 0;border:1px none;font-size:9px;width:18px;} On decreasing font size or increasing width solves the issue.Also on removing the 'width' attribute entirely, fixes it too. IV Other Browsers: IE7: ok FF3: ok V Nightly tested : 48037 Bug in Chromium :
http://code.google.com/p/chromium/issues/detail?id=14700
Attachments
reduced testcase
(471 bytes, text/html)
2009-09-08 12:26 PDT
,
jasneet
no flags
Details
All browser slightly differ from each other
(488.54 KB, image/png)
2022-07-23 04:48 PDT
,
Ahmad Saleem
no flags
Details
View All
Add attachment
proposed patch, testcase, etc.
Ahmad Saleem
Comment 1
2022-07-23 04:48:26 PDT
Created
attachment 461154
[details]
All browser slightly differ from each other All browsers differ from each other slightly as can be seen from attached screenshots but Safari 15.6 and Chrome Canary 106 does have text hitting the border on right side unlike Firefox but Safari 15.6 spacing padding around text seems shorted than Chrome (it might be placebo) but I just wanted to share. I don't know whether we want to match Firefox behavior here or we are already aligned with web-specs but just wanted to share updated results. Thanks!
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug