[Webkit-unassigned] [Bug 17896] Inspector console should autocomplete the id's in the document when completing document.getElementById

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 15 04:53:36 PDT 2010


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





--- Comment #3 from Pavel Feldman <pfeldman at chromium.org>  2010-06-15 04:53:34 PST ---
(In reply to comment #1)
> Something like this?
> http://screencast.com/t/NTI1MmZjZWIt
> 
> I played around with this. I'm doing it in a very inefficient way (not caching, rescanning the document every time) and there are magical things with ranges that I work around. But does this sound like something useful?

When you are saying "rescanning the document every time", do you mean anything other than 

document.querySelectorAll("[id]");?

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