[Webkit-unassigned] [Bug 18224] Adding new CSS style properties to HTML nodes using Web Inspector

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 15 11:41:57 PDT 2009


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





------- Comment #9 from zach at pivotallabs.com  2009-04-15 11:41 PDT -------
It appear the back end work to support this already exists, there is just no
button to make it easy to do.

It is currently possible to do this if you select an existing rule, add a
semi-colon to the end, insert a new rule and hit 'enter'.

For example, if inspecting an element, you see
height: 10px;
as the only style rule, you can double click that height rule and change it to:
height: 10px; width: 50px;
and hit enter and the new width rule will appear in addition to the height
rule.

Again, all that is missing is a button or menu item to allow the user to do
this easily.


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



More information about the webkit-unassigned mailing list