[Webkit-unassigned] [Bug 17374] Inspector should support tab completion while editing CSS

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 4 13:35:38 PDT 2010


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





--- Comment #16 from Nikita Vasilev <me+webkit at elv1s.ru>  2010-05-04 13:35:38 PST ---
I've made autocomplete for CSS properties.
http://github.com/NV/web-inspector/commit/fdb02923ac52d . Sometimes it stops
working. I've a problem with markup:

    <li title="font-size: 12px" class="selected">
      <span class="name">font-size</span>:
      <span class="value">12px</span>;
    </li>

While <li> is contentEditable, <span class="name"> might be deleted. If it
happens, error occurs:

    StylesSidebarPane.js:1358
    TypeError: Result of expression 'name' [null] is not an object.


I'll keep developing in
http://github.com/NV/web-inspector/tree/css_autocomplete , until I've got a
solid solution.

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