WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
54089
Web Inspector: [REGRESSION] click on error message in console doesn't scroll into view
https://bugs.webkit.org/show_bug.cgi?id=54089
Summary
Web Inspector: [REGRESSION] click on error message in console doesn't scroll ...
Pavel Podivilov
Reported
2011-02-09 04:09:10 PST
Web Inspector: [REGRESSION] click on error message in console doesn't scroll into view.
Attachments
Patch
(10.70 KB, patch)
2011-02-11 06:03 PST
,
Andrey Adaikin
no flags
Details
Formatted Diff
Diff
Patch
(16.05 KB, patch)
2011-02-11 09:11 PST
,
Andrey Adaikin
no flags
Details
Formatted Diff
Diff
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
Andrey Adaikin
Comment 1
2011-02-11 06:03:53 PST
Created
attachment 82126
[details]
Patch
Pavel Podivilov
Comment 2
2011-02-11 06:12:09 PST
(In reply to
comment #1
)
> Created an attachment (id=82126) [details] > Patch
Looks good.
Pavel Feldman
Comment 3
2011-02-11 06:32:14 PST
Comment on
attachment 82126
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=82126&action=review
> Source/WebCore/ChangeLog:5 > + Web Inspector: [REGRESSION] click on error message in console doesn't scroll into view
It is not clear why this regressed. Could you please put more info into the change log?
> Source/WebCore/inspector/front-end/Drawer.js:183 > + this.mainStatusBar.insertBefore(anchoredItems, this.mainStatusBar.firstChild);
These should be private (this._main ...)
Andrey Adaikin
Comment 4
2011-02-11 08:34:44 PST
Comment on
attachment 82126
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=82126&action=review
>> Source/WebCore/ChangeLog:5 >> + Web Inspector: [REGRESSION] click on error message in console doesn't scroll into view > > It is not clear why this regressed. Could you please put more info into the change log?
I also have no idea why it worked before (and when it got broken). Would you like me to invest my time into finding the reason? Otherwise, logically by this CL I just make sure that the console drawer is in the right position by the time when the revealLine() is called (before it was in an animation process, thus the revealLine() calls were missed).
Pavel Feldman
Comment 5
2011-02-11 08:43:26 PST
I guess it is fine, just make properties private!
Andrey Adaikin
Comment 6
2011-02-11 09:11:45 PST
Created
attachment 82139
[details]
Patch
WebKit Commit Bot
Comment 7
2011-02-11 09:43:33 PST
Comment on
attachment 82139
[details]
Patch Clearing flags on attachment: 82139 Committed
r78343
: <
http://trac.webkit.org/changeset/78343
>
WebKit Commit Bot
Comment 8
2011-02-11 09:43:38 PST
All reviewed patches have been landed. Closing bug.
Andrey Adaikin
Comment 9
2011-02-13 06:50:02 PST
This issue also exists in the latest Chrome 10.0.648.45 dev, which uses 76408 WebKit revision, and it does not include my change that replaced TABLE in favor of DIVs (which was landed at
http://trac.webkit.org/changeset/77375
). So Pavel, seems like you were right, this is not a regression.
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