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+
Vsevolod Vlasov
Comment 1 2011-08-03 04:27:05 PDT
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
Note You need to log in before you can comment on or make changes to this bug.