Bug 14254

Summary: Inspector node highlight applied to all tabs on OS X
Product: WebKit Reporter: Matt Lilek <dev+webkit>
Component: Web Inspector (Deprecated)Assignee: Nobody <webkit-unassigned>
Status: RESOLVED WORKSFORME    
Severity: Major CC: ain, aroben, bburg, cmf83, dylanryan, ian, info, matt.sephton, rachael, rik
Priority: P2 Keywords: InRadar, PlatformOnly
Version: 528+ (Nightly build)   
Hardware: Mac   
OS: OS X 10.5   
Bug Depends on:    
Bug Blocks: 14328, 17777    
Attachments:
Description Flags
Patch + ChangeLog to fix the issue on Windows none

Matt Lilek
Reported 2007-06-20 19:45:40 PDT
When a node is highlighted in the new web inspector, the highlight is applied to all tabs in that window.
Attachments
Patch + ChangeLog to fix the issue on Windows (4.72 KB, patch)
2008-03-09 11:43 PDT, Adam Roben (:aroben)
no flags
Matt Lilek
Comment 1 2007-06-21 09:36:02 PDT
*** Bug 14277 has been marked as a duplicate of this bug. ***
Matt Lilek
Comment 2 2007-10-27 08:02:50 PDT
*** Bug 15723 has been marked as a duplicate of this bug. ***
Timothy Hatcher
Comment 3 2007-12-20 16:31:34 PST
*** Bug 16405 has been marked as a duplicate of this bug. ***
Timothy Hatcher
Comment 4 2007-12-20 16:31:57 PST
Bug 16405 has more details on the badness this can cause.
Adam Roben (:aroben)
Comment 5 2008-01-28 16:09:08 PST
Matt Lilek
Comment 6 2008-03-01 16:40:20 PST
*** Bug 17630 has been marked as a duplicate of this bug. ***
Adam Roben (:aroben)
Comment 7 2008-03-09 11:43:16 PDT
Created attachment 19617 [details] Patch + ChangeLog to fix the issue on Windows
Anders Carlsson
Comment 8 2008-03-09 15:46:19 PDT
Comment on attachment 19617 [details] Patch + ChangeLog to fix the issue on Windows r=me
Anders Carlsson
Comment 9 2008-03-09 15:49:12 PDT
Comment on attachment 19617 [details] Patch + ChangeLog to fix the issue on Windows r=me
Adam Roben (:aroben)
Comment 10 2008-03-09 16:02:19 PDT
Comment on attachment 19617 [details] Patch + ChangeLog to fix the issue on Windows Landed as r30910
Matt Lilek
Comment 11 2008-03-11 10:17:38 PDT
(In reply to comment #10) > (From update of attachment 19617 [details] [edit]) > Landed as r30910 > r30910 was for Windows - this still affects OS X. Updating it to reflect this.
Anthony Ricaud
Comment 12 2008-04-18 07:43:21 PDT
This bug is really annoying for web developers. If you're working on a bug and switching to any webpage to look a documentation, you have to quit the inspector every time.
Anthony Ricaud
Comment 13 2008-10-15 17:06:13 PDT
Since last changes in behaviour (timeout for highlighting), this bug seems irrelevant now.
Dylan
Comment 14 2008-10-15 17:55:06 PDT
(In reply to comment #13) > Since last changes in behaviour (timeout for highlighting), this bug seems > irrelevant now. > It isn't actually fixed, though. It is certainly well hidden, but the issue still remains. New steps to reproduce: 1) Open 2 tabs in a WebKit window. 2) Inspect element in one of them, and mouse-over a node to highlight it 3) Right-click/control-click the node you are mousing over, displaying a context menu 4) Select "Copy" (or any other option in the list) from this context menu 5) Click the WebKit window to bring it to the front 6) Change tabs Highlight still present. So, hidden? Yes. Fixed? No. It is fine as is since it is much less annoying, but since the problem is still there it might crop up later if the behavior ever changes again, or in any other places that the timer can be circumvented.
Timothy Hatcher
Comment 15 2009-10-29 19:48:28 PDT
*** Bug 26796 has been marked as a duplicate of this bug. ***
Blaze Burg
Comment 16 2014-01-12 10:51:00 PST
Can't reproduce this. I think the highlights use a different implementation now (InspectorOverlay) which is specific to the Page, not the viewport.
Note You need to log in before you can comment on or make changes to this bug.