[Webkit-unassigned] [Bug 45041] New: Web Inspector: Value inspector pops up during selection in debugger
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Sep 1 09:17:02 PDT 2010
https://bugs.webkit.org/show_bug.cgi?id=45041
Summary: Web Inspector: Value inspector pops up during
selection in debugger
Product: WebKit
Version: 528+ (Nightly build)
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: Web Inspector
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: spamfaenger at gmx.de
CC: timothy at apple.com, rik at webkit.org, keishi at webkit.org,
pmuellr at yahoo.com, joepeck at webkit.org,
pfeldman at chromium.org, yurys at chromium.org,
bweinstein at apple.com, loislo at chromium.org
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. :-)
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list