RESOLVED FIXED 39005
Web Inspector: disabling style property on container breaks styles inspection for given node.
https://bugs.webkit.org/show_bug.cgi?id=39005
Summary Web Inspector: disabling style property on container breaks styles inspection...
Pavel Feldman
Reported 2010-05-12 10:48:06 PDT
In case one disabled inheritable property on container, subsequent inspection of the node is not providing results.
Attachments
[PATCH] Proposed change. (23.97 KB, patch)
2010-05-12 11:02 PDT, Pavel Feldman
timothy: review+
Pavel Feldman
Comment 1 2010-05-12 11:02:27 PDT
Created attachment 55870 [details] [PATCH] Proposed change. Inherited styles disabling is still not working as I'd like it to: in case inherited property is disabled, it won't show up in inherited list at all. But at least it is not failing for subsequent selections anymore + i added some styles mutation tests.
Timothy Hatcher
Comment 2 2010-05-12 11:14:02 PDT
Pavel Feldman
Comment 3 2010-05-12 11:24:35 PDT
Committing to http://svn.webkit.org/repository/webkit/trunk ... M LayoutTests/ChangeLog M LayoutTests/inspector/elements-img-tooltip.html M LayoutTests/inspector/elements-panel-limited-children.html M LayoutTests/inspector/elements-panel-rewrite-href.html M LayoutTests/inspector/elements-panel-selection-on-refresh.html M LayoutTests/inspector/elements-panel-structure.html M LayoutTests/inspector/elements-panel-styles.html M LayoutTests/inspector/elements-panel-xhtml-structure.xhtml M LayoutTests/inspector/elements-tests.js A LayoutTests/inspector/styles-disable-inherited-expected.txt A LayoutTests/inspector/styles-disable-inherited.html A LayoutTests/inspector/styles-disable-then-enable-expected.txt A LayoutTests/inspector/styles-disable-then-enable.html M LayoutTests/inspector/styles-iframe.html M LayoutTests/inspector/styles-source-lines.html M WebCore/ChangeLog M WebCore/inspector/front-end/StylesSidebarPane.js Committed r59243
WebKit Review Bot
Comment 4 2010-05-12 12:30:36 PDT
Note You need to log in before you can comment on or make changes to this bug.