Bug 113773

Summary: Web Inspector: [Timeline] "RECORDS" label blinks when user scrolls up.
Product: WebKit Reporter: Eugene Klyuchnikov <eustas>
Component: Web Inspector (Deprecated)Assignee: Eugene Klyuchnikov <eustas>
Status: RESOLVED WONTFIX    
Severity: Normal CC: apavlov, caseq, keishi, loislo, pfeldman, pmuellr, vsevik, web-inspector-bugs, yurys
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch
none
Patch
none
Patch none

Eugene Klyuchnikov
Reported 2013-04-02 05:52:38 PDT
That comes because "RECORDS" is placed in viewport container together with records themselves. Right after scroll viewport container coordinates are fixed and container is filled with new items. But before it comes - label is visible.
Attachments
Patch (1.98 KB, patch)
2013-04-02 05:56 PDT, Eugene Klyuchnikov
no flags
Patch (2.50 KB, patch)
2013-04-02 06:03 PDT, Eugene Klyuchnikov
no flags
Patch (1.88 KB, patch)
2013-04-03 06:50 PDT, Eugene Klyuchnikov
no flags
Eugene Klyuchnikov
Comment 1 2013-04-02 05:56:03 PDT
Eugene Klyuchnikov
Comment 2 2013-04-02 06:03:19 PDT
Pavel Feldman
Comment 3 2013-04-02 06:37:54 PDT
Comment on attachment 196127 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=196127&action=review > Source/WebCore/ChangeLog:9 > + After scroll, but before javascript updates container coordinates and How is it different from other rows?
Eugene Klyuchnikov
Comment 4 2013-04-02 23:26:43 PDT
Comment on attachment 196127 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=196127&action=review >> Source/WebCore/ChangeLog:9 >> + After scroll, but before javascript updates container coordinates and > > How is it different from other rows? Surprisingly and unfortunately, this label is not a row. This patch is least-invasive fix. I can turn label to be row, if you like, but this will likely add some "if"s here and there.
Eugene Klyuchnikov
Comment 5 2013-04-03 06:50:32 PDT
Note You need to log in before you can comment on or make changes to this bug.