Bug 32215
| Summary: | DOM Highlighting | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Chris Loftus <chris.loftus> |
| Component: | Web Inspector (Deprecated) | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED WORKSFORME | ||
| Severity: | Normal | CC: | me |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | PC | ||
| OS: | OS X 10.5 | ||
Chris Loftus
When you select an element in the DOM (Web Inspector), it doesn't seem to add the blue overlay highlight around the element on the actual web page anymore. Well actually, it does, but only when you mouse over the element, not when using arrow keys etc - and I use arrow keys a lot.
This seemed to of stopped working on Friday the 4th Dec, not sure what build.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Chris Loftus
(In reply to comment #0)
> When you select an element in the DOM (Web Inspector), it doesn't seem to add
> the blue overlay highlight around the element on the actual web page anymore.
> Well actually, it does, but only when you mouse over the element, not when
> using arrow keys etc - and I use arrow keys a lot.
>
> This seemed to of stopped working on Friday the 4th Dec, not sure what build.
Playing around a bit more, it seems that the highlight is infact working, but, right-clicking on the webpage and selecting 'Inspect Element' doesn't target that element in Web Inspector's DOM like it used to.
Nikita Vasilyev
Seems like it was fixed. I can't reproduce it.