WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
65607
Web Inspector: Console scroll position should be saved when switching panels.
https://bugs.webkit.org/show_bug.cgi?id=65607
Summary
Web Inspector: Console scroll position should be saved when switching panels.
Vsevolod Vlasov
Reported
2011-08-03 04:23:23 PDT
Console scroll position should be saved when switching panels.
Attachments
Patch
(3.56 KB, patch)
2011-08-03 04:27 PDT
,
Vsevolod Vlasov
pfeldman
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Vsevolod Vlasov
Comment 1
2011-08-03 04:27:05 PDT
Created
attachment 102766
[details]
Patch
Pavel Feldman
Comment 2
2011-08-03 04:44:58 PDT
Comment on
attachment 102766
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=102766&action=review
> Source/WebCore/inspector/front-end/ConsoleView.js:746 > + return this.messagesElement ? this.messagesElement.scrollLeft : 0;
no need to check
> Source/WebCore/inspector/front-end/ConsoleView.js:751 > + if (this.messagesElement)
no need to check.
> Source/WebCore/inspector/front-end/ConsoleView.js:757 > + return this.messagesElement ? this.messagesElement.scrollTop : 0;
ditto
> Source/WebCore/inspector/front-end/ConsoleView.js:762 > + if (this.messagesElement)
ditto
Vsevolod Vlasov
Comment 3
2011-08-03 07:33:47 PDT
Committed
r92278
: <
http://trac.webkit.org/changeset/92278
>
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