[webkit-reviews] review granted: [Bug 38522] Web Inspector: restore main and sidebar scroller positions when switching between panels. : [Attachment 55019] [PATCH] Proposed change.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 4 08:32:07 PDT 2010


Timothy Hatcher <timothy at hatcher.name> has granted Pavel Feldman
<pfeldman at chromium.org>'s request for review:
Bug 38522: Web Inspector: restore main and sidebar scroller positions when
switching between panels.
https://bugs.webkit.org/show_bug.cgi?id=38522

Attachment 55019: [PATCH] Proposed change.
https://bugs.webkit.org/attachment.cgi?id=55019&action=review

------- Additional Comments from Timothy Hatcher <timothy at hatcher.name>
WebCore/inspector/front-end/Panel.js:403
 +		container.__scrollTop = container.scrollTop;
I think _storedScrollTop would be clearer than __scrollTop.

Nice solution!


More information about the webkit-reviews mailing list