[Webkit-unassigned] [Bug 35348] Web Inspector: Adding a style attribute via the Style panel doesn't update the DOM view

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 19 16:14:50 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=35348


Adam <phazei at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |phazei at gmail.com




--- Comment #1 from Adam <phazei at gmail.com>  2010-08-19 16:14:49 PST ---
What you are adding is css styles, not attributes.  They wouldn't show up as an attribute in the DOM like <font color=red>.  There isn't anything that should need to be updated at all on the dom view.

You are editing the properties and values of the selector.  If you want to add an attribute in the dom, you can right click a node and add an attribute, it will be added and reflected upon the page.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list