Bug 80036 - Web Inspector: autocomplete DOM node ids and classes in the console
Summary: Web Inspector: autocomplete DOM node ids and classes in the console
Status: RESOLVED DUPLICATE of bug 17896
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-01 10:15 PST by Pavel Feldman
Modified: 2012-03-01 10:21 PST (History)
10 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Pavel Feldman 2012-03-01 10:15:36 PST
document.body.id = "foo";
> fo<Tab>

Expect: expand to foo
Actual: nothing
Comment 1 Timothy Hatcher 2012-03-01 10:21:11 PST

*** This bug has been marked as a duplicate of bug 17896 ***