[Webkit-unassigned] [Bug 44300] Web Inspector: elements css: single click to edit properties and values

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 19 23:01:55 PDT 2010


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





--- Comment #2 from Pavel Feldman <pfeldman at chromium.org>  2010-08-19 23:01:55 PST ---
I think Tim implemented it as double-click years ago because he was avoiding non-standard behavior. The idea was that it was either a text area with single click editing or a number of double-click actions. Later, I tried implementing click-and-pause, but it did not really improve the experience.

Now the interesting part. We are currently working on changing the way we edit styles entirely (model-wise, not ui-wise). We are improving css parser so that it does not drop unrecognized properties (-moz, ones with syntax errors and such). As a result, we will be editing pretty much formatted original source code, not today's pure webcore model data. As a part of the change, we are likely to start committing entire style bodies on changes to style properties (instead of today's individual properties commits). This brings us much closer to editing style in a single text area.

-- 
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