Bug 16234
| Summary: | Inspector should support searching for elements by CSS selectors | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Adam Roben (:aroben) <aroben> |
| Component: | Web Inspector (Deprecated) | Assignee: | Adam Roben (:aroben) <aroben> |
| Status: | RESOLVED FIXED | ||
| Severity: | Enhancement | CC: | timothy |
| Priority: | P2 | Keywords: | InRadar |
| Version: | 528+ (Nightly build) | ||
| Hardware: | All | ||
| OS: | All | ||
| Bug Depends on: | 16587 | ||
| Bug Blocks: | |||
Adam Roben (:aroben)
The Inspector's search field should support searching by CSS selectors. Typing in a selector would find all the elements that match that selector.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Timothy Hatcher
Bug 16587 added the querySelector part of the Selectors API. THis should be easy to add to the inspector now.
Adam Roben (:aroben)
<rdar://problem/5712862>
Adam Roben (:aroben)
Fixed in r29849 <http://trac.webkit.org/projects/webkit/changeset/29849>.