Bug 79470
Summary: | Web Inspector: popover broken for object properties in Scripts panel | ||
---|---|---|---|
Product: | WebKit | Reporter: | Andrey Kosyakov <caseq> |
Component: | Web Inspector (Deprecated) | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED INVALID | ||
Severity: | Normal | CC: | apavlov, bburg, bweinstein, joepeck, keishi, loislo, pfeldman, pmuellr, rik, yurys |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | All | ||
OS: | All |
Andrey Kosyakov
1. Navigate to http://closure-library.googlecode.com/svn/trunk/closure/goog/demos/hovercard.html
2. Open inspector
3. On Scirpts panel, open event.js and set breakpoint on line 262 (goog.events.getProxy)
4. Hover over inspected page to assure breakopint is hit
5. Hover over local variables and global objects (goog, f) -- the popup is shown
6. Hover over some object properties (i.e. goog.events) -- the popup does not appear
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |