RESOLVED INVALID 82840
Vertical alignment issue of button text
https://bugs.webkit.org/show_bug.cgi?id=82840
Summary Vertical alignment issue of button text
Stephen
Reported 2012-03-31 21:22:08 PDT
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.
Attachments
Alexey Proskuryakov
Comment 1 2022-07-29 10:53:26 PDT
The Qt port has been removed from WebKit, resolving this bug.
Note You need to log in before you can comment on or make changes to this bug.