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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 14 14:11:50 PDT 2010


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





--- Comment #30 from Joseph Pecoraro <joepeck at webkit.org>  2010-05-14 14:11:50 PST ---
(In reply to comment #29)
> I've made an autocomplete, which doesn't use setTimeout at all, and, more importantly, doesn't flicker!
> By flickering I mean this http://screenr.com/Wpp
> 
> http://elv1s.ru/files/web-inspector/fancy-autocomplete.html
> 
> I would like to rewrite TextPrompt to use this approach. Guys, what do you think about it?

Neat. I think you should experiment with changing TextPrompt.
I wonder how usable this will be for the console autocompletion,
but we won't know unless we try! I think it feels great, but working
with a static list of values is a lot different then asynchronously
eval'ing a string and sending values across Page barriers (potentially
process barriers for Chrome).

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