[Webkit-unassigned] [Bug 141692] Web Inspector: Styles sidebar editing with incomplete property looks poor in UI

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 10 11:22:02 PDT 2015


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

--- Comment #16 from Timothy Hatcher <timothy at apple.com> ---
One other reason I don't really like this, is it hides errors from the developer. Your patch is fixing up the code in the sidebar, but that bad CSS is still being applied to the page. If you click through the the CSS resource you will see the original bad code (or on the DOM node in the style attribute).

Fixing errors as the developers pastes or types is fine, but papering over them after the CSS is already on the page is not okay and just hides the problem.

We should consider using the existing CSS pretty printer and adding a pretty print toggle to the sidebar if we want to have a way to pretty up the code. But the pretty printer does not fix developer errors.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150310/da25486c/attachment-0002.html>


More information about the webkit-unassigned mailing list