Bug 29045 - "Go" button is not entirely displayed on umsystem.edu
Summary: "Go" button is not entirely displayed on umsystem.edu
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Windows XP
: P2 Normal
Assignee: Nobody
URL: http://umsystem.edu/ums/departments/gr/
Keywords: HasReduction
Depends on:
Blocks:
 
Reported: 2009-09-08 12:26 PDT by jasneet
Modified: 2022-07-23 14:33 PDT (History)
7 users (show)

See Also:


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

Note You need to log in before you can comment on or make changes to this bug.
Description jasneet 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
Comment 1 Ahmad Saleem 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!