[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 15:04:13 PDT 2010


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





--- Comment #18 from Nikita Vasilev <me+webkit at elv1s.ru>  2010-05-04 15:04:13 PST ---
(In reply to comment #17)

> > While <li> is contentEditable, <span class="name"> might be deleted. If it
> > happens, error occurs:
> 
> I'd have to look into this deeper if you want a good comment. I think this
> might be expected and you could just handle that with an if statement =)

Okay, if <span> is missing I'll just add it.


> > properties: (function getCSSProperties(){
> Space between () and {. There are a few of these in your patch.

Line break before { isn't necessary, right? (I hate it!)


> You extend a number of core types:
> 
>     KeyboardEvent.prototype.character (getter)
>     Text.prototype.select
>     Array.convert
>     Array.prototype.last (getter/setter)

Array.* is just a syntax sugar, but KeyboardEvent.prototype.character and
Text.prototype.select is really useful in my opinion.

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