RESOLVED FIXED 66034
[Qt] Incomplete repaint of link underline
https://bugs.webkit.org/show_bug.cgi?id=66034
Summary [Qt] Incomplete repaint of link underline
mikko
Reported 2011-08-10 23:39:40 PDT
When applying the following css style (text decorations) to an "Anchor tag" and hovering mouse cursor above it there can be seen a dot on the lower right corner of the anchor. This has been reproduced with Qt's fancy browser and browser demo. """"""""""" <style type="text/css"> a { color: black;height:30px; line-height:30px; text-decoration: underline; } a:hover { text-decoration: none; } </style> """""""""""
Attachments
testcase.html (205 bytes, text/html)
2012-05-24 06:26 PDT, Allan Sandfeld Jensen
no flags
Patch (1.80 KB, patch)
2012-08-14 03:35 PDT, Allan Sandfeld Jensen
no flags
Allan Sandfeld Jensen
Comment 1 2012-05-24 06:26:35 PDT
Created attachment 143813 [details] testcase.html Bug confirmed. Attaching test-case.
Allan Sandfeld Jensen
Comment 2 2012-08-14 03:12:44 PDT
Actually if you look closely, the remaining pixel is after the text. The underline is actually a pixel too long, which is why it isn't cleared properly when the bounding box of the text is cleared.
Allan Sandfeld Jensen
Comment 3 2012-08-14 03:35:03 PDT
WebKit Review Bot
Comment 4 2012-08-14 04:47:48 PDT
Comment on attachment 158282 [details] Patch Clearing flags on attachment: 158282 Committed r125547: <http://trac.webkit.org/changeset/125547>
WebKit Review Bot
Comment 5 2012-08-14 04:47:51 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.