[Webkit-unassigned] [Bug 29045] New: [umsystem.edu]: "Go" button unseen

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 8 12:26:17 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=29045

           Summary: [umsystem.edu]: "Go" button unseen
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
               URL: http://umsystem.edu/ums/departments/gr/
        OS/Version: Windows XP
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jasneet at chromium.org
                CC: jasneet at chromium.org


Created an attachment (id=39204)
 --> (https://bugs.webkit.org/attachment.cgi?id=39204)
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

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list