Bug 45041
| Summary: | Web Inspector: Value inspector pops up during selection in debugger | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Martin Häcker <spamfaenger> |
| Component: | Web Inspector (Deprecated) | Assignee: | Andrey Kosyakov <caseq> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Normal | CC: | apavlov, bweinstein, joepeck, keishi, loislo, pfeldman, pmuellr, rik, yurys |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | All | ||
| OS: | All | ||
Martin Häcker
Hi there!
If I select somethign in the debugger while at a breakpoint, and hover too long over a value that can be inspected, the inspector will pop up and kill the selection that I'm just doing. This is very annoying.
To reproduce:
1. have some js that you can break in. Today it happened for me in this code:
click: function() {
debugger;
this.getPath('parentViewWith_isTaskView.content').removeImpediment();
}
2. Try to select everything before .removeImpediment() starting from the right and moving towards this.
3. Go slowly or stop on the this and wait till the inspector pops up its baloon
4. be angry at the poor debugger.
Please fix this as it's really annoying me. :-)
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Alexander Pavlov (apavlov)
Andrey, please confirm this issue is fixed and close the bug if so.
Andrey Kosyakov
Fixed as of r99558
*** This bug has been marked as a duplicate of bug 71804 ***