Bug 32520
| Summary: | REGRESSION: Web Inspector: Pressing Up arrow in Console moves focus into the Elements panel and changes the inspected node | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Adam Roben (:aroben) <aroben> |
| Component: | Web Inspector (Deprecated) | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Normal | CC: | bweinstein, joepeck, keishi, pfeldman, pmuellr, rik, timothy |
| Priority: | P2 | Keywords: | InRadar, Regression |
| Version: | 528+ (Nightly build) | ||
| Hardware: | All | ||
| OS: | All | ||
Adam Roben (:aroben)
To reproduce:
1. Open the Web Inspector
2. Go to the Elements panel
3. Show the Console
4. Evaluate something in the Console (e.g., 1+2)
5. Press the Up arrow
The line you evaluated is correctly put into the Console. But, focus is also moved up into the Elements panel, and the inspected node changes. This makes it very hard to use the Console's history feature.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Adam Roben (:aroben)
<rdar://problem/7469000>
Pavel Feldman
*** This bug has been marked as a duplicate of bug 32460 ***