Bug 83158 - [Qt] Entire page highlighted on panning.
Summary: [Qt] Entire page highlighted on panning.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Allan Sandfeld Jensen
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-04 06:46 PDT by Allan Sandfeld Jensen
Modified: 2012-04-04 08:52 PDT (History)
1 user (show)

See Also:


Attachments
Patch (2.82 KB, patch)
2012-04-04 06:53 PDT, Allan Sandfeld Jensen
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Allan Sandfeld Jensen 2012-04-04 06:46:30 PDT
On some pages the entire page is highlighted when panning. This is partially solved with the fix for bug #83153, but many pages still have global event listeners making which node to highlight tricky.

I will go with a solution of highlighting either links or focusable elements, OR the nearest enclosing inline element. This avoids highlighting blocks unless they are a link, form or otherwise supports focus.
Comment 1 Allan Sandfeld Jensen 2012-04-04 06:53:07 PDT
Created attachment 135584 [details]
Patch
Comment 2 WebKit Review Bot 2012-04-04 08:52:27 PDT
Comment on attachment 135584 [details]
Patch

Clearing flags on attachment: 135584

Committed r113195: <http://trac.webkit.org/changeset/113195>
Comment 3 WebKit Review Bot 2012-04-04 08:52:31 PDT
All reviewed patches have been landed.  Closing bug.