Bug 30936
Summary: | Web Inspector [CRASH]: Navigating to a URL while in node search mode leads to a crash | ||
---|---|---|---|
Product: | WebKit | Reporter: | Pavel Feldman <pfeldman> |
Component: | Web Inspector (Deprecated) | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED WORKSFORME | ||
Severity: | Normal | CC: | burg |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | All | ||
OS: | All |
Pavel Feldman
1. Open google.com
2. Bring up inspector, enter node search mode (zoom icon on elements panel)
3. Hover over google logo so that it is highlighted
4. Press cmd+Tab to switch to another window.
5. Press on a hyperlink on that window
Expected: hyperlink opened in browser
Actual: crash in ASSERT([_targetView window]);
#0 0x0036f11a in -[WebNodeHighlight(FileInternal) _repositionHighlightWindow] at WebNodeHighlight.mm:191
#1 0x9570742a in _nsnote_callback
#2 0x93f9e47a in __CFXNotificationPost
#3 0x93f9e753 in _CFXNotificationPostNotification
#4 0x95704680 in -[NSNotificationCenter postNotificationName:object:userInfo:]
#5 0x9570ded8 in -[NSNotificationCenter postNotificationName:object:]
#6 0x90824877 in -[NSView _postFrameChangeNotification]
#7 0x9082a6e7 in -[NSView setFrameSize:]
#8 0x908f7ab1 in -[NSThemeFrame setFrameSize:]
#9 0x908f7218 in -[NSWindow _setFrame:updateBorderViewSize:]
#10 0x908f6b32 in -[NSWindow _oldPlaceWindow:]
#11 0x908f63ef in -[NSWindow _setFrameCommon:display:stashSize:]
#12 0x908f5dc6 in -[NSWindow setFrame:display:]
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |