[Webkit-unassigned] [Bug 82840] New: Vertical alignment issue of button text
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sat Mar 31 21:22:08 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=82840
Summary: Vertical alignment issue of button text
Product: WebKit
Version: 528+ (Nightly build)
Platform: PC
OS/Version: Windows 7
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: WebKit Qt
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: sfcheng at gmail.com
For the following HTML source code:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>New Page 1</title>
</head>
<body>
<input type="submit" name="enter2" value="label" style="height:20px;width:50px">
</body>
</html>
When I use the QtWebkit shipped with QT4.8 to display this page, the button text has too much margin on the top side and goes out of bounds on the bottom side of the button. The button text is fully contained inside the button with QT4.7.4 or any other browsers like IE or chrome. So this must be a bug with the qtwebkit in QT4.8.
Hopefully somebody can look into this issue and fix it.
--
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