Bug 67466 - [Qt] Incorrect behaviour when mouse hover over a link and zooming in/out on a page
Summary: [Qt] Incorrect behaviour when mouse hover over a link and zooming in/out on a...
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Windows 7
: P3 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-01 23:18 PDT by mikko
Modified: 2014-01-28 20:42 PST (History)
1 user (show)

See Also:


Attachments
Example app to reproduce the issue (25.92 KB, application/zip)
2011-09-01 23:18 PDT, mikko
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description mikko 2011-09-01 23:18:06 PDT
Created attachment 106096 [details]
Example app to reproduce the issue

When hovering mouse over a link and zooming in/out on a page the "hover effect" (text-decoration:underline) stays with the link when the link "slides" away under the mouse cursor. This happens when the mouse cursor is not moved at all when zooming in/out. If the zoomFactor gets too small the mouse over effect is not working properly, no underline or just "partial underline". Reproduced with Qt's fancybrowser and Google Chrome 13.0.782.218 m.

To reproduce this issue I attached modified Qt's fancybrowser example. Zooming in/out can be done with the mouse wheel.