Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Web Inspector: Fixed colorpicker editing and scrolling.
https://bugs.webkit.org/show_bug.cgi?id=109434. Patch by Vladislav Kaznacheev <kaznacheev@chromium.org> on 2013-02-13 Reviewed by Alexander Pavlov. The color picker scrolling logic relied on the fixed DOM structure which changed with the introduction of SidebarPaneStack (https://bugs.webkit.org/show_bug.cgi?id=108183). Added a special CSS class to mark the scroll target. No new tests. * inspector/front-end/SplitView.js: (WebInspector.SplitView): * inspector/front-end/StylesSidebarPane.js: (WebInspector.StylePropertyTreeElement.prototype.updateTitle.): * inspector/front-end/TabbedPane.js: (WebInspector.TabbedPane): Canonical link: https://commits.webkit.org/127965@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@142745 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information
1 parent
5242bfb
commit 64ee28df85c1e215f9886fe7fa915242de858ca2
Showing
4 changed files
with
31 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters