Bug 17237
| Summary: | Inspector should tab-complete object properties in the Console | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Adam Roben (:aroben) <aroben> |
| Component: | Web Inspector (Deprecated) | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Enhancement | Keywords: | InRadar |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | All | ||
| OS: | All | ||
Adam Roben (:aroben)
The Inspector should tab-complete object properties in the Console. For example, typing "document." and pressing tab repeatedly would show you options like "body", "getElementById", etc.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Adam Roben (:aroben)
<rdar://problem/5732842>
Adam Roben (:aroben)
Fixed by Tim in r31079