Bug 34978 - Web Inspector: prefer smooth scrolling to instant highlight.
Summary: Web Inspector: prefer smooth scrolling to instant highlight.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Pavel Feldman
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-02-16 12:51 PST by Pavel Feldman
Modified: 2010-02-16 22:56 PST (History)
5 users (show)

See Also:


Attachments
[PATCH] Proposed change. (4.27 KB, patch)
2010-02-16 12:52 PST, Pavel Feldman
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Pavel Feldman 2010-02-16 12:51:03 PST
Currently we paint highlight synchronously upon scroll. Putting it into the setTimeout makes scrolling really smooth, while highlight becomes available upon scroll finish.
Comment 1 Pavel Feldman 2010-02-16 12:52:21 PST
Created attachment 48817 [details]
[PATCH] Proposed change.
Comment 2 WebKit Commit Bot 2010-02-16 22:56:25 PST
Comment on attachment 48817 [details]
[PATCH] Proposed change.

Clearing flags on attachment: 48817

Committed r54871: <http://trac.webkit.org/changeset/54871>
Comment 3 WebKit Commit Bot 2010-02-16 22:56:28 PST
All reviewed patches have been landed.  Closing bug.