WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED WONTFIX
113773
Web Inspector: [Timeline] "RECORDS" label blinks when user scrolls up.
https://bugs.webkit.org/show_bug.cgi?id=113773
Summary
Web Inspector: [Timeline] "RECORDS" label blinks when user scrolls up.
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
Details
Formatted Diff
Diff
Patch
(2.50 KB, patch)
2013-04-02 06:03 PDT
,
Eugene Klyuchnikov
no flags
Details
Formatted Diff
Diff
Patch
(1.88 KB, patch)
2013-04-03 06:50 PDT
,
Eugene Klyuchnikov
no flags
Details
Formatted Diff
Diff
Show Obsolete
(3)
View All
Add attachment
proposed patch, testcase, etc.
Eugene Klyuchnikov
Comment 1
2013-04-02 05:56:03 PDT
Created
attachment 196126
[details]
Patch
Eugene Klyuchnikov
Comment 2
2013-04-02 06:03:19 PDT
Created
attachment 196127
[details]
Patch
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
Created
attachment 196343
[details]
Patch
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug