[Webkit-unassigned] [Bug 6635] Crash selecting inspector nodes for tabs that aren't foremost

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Wed Apr 19 18:37:06 PDT 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=6635


speth at end.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
Attachment #7825 is|0                           |1
           obsolete|                            |
   Attachment #7846|                            |review?
               Flag|                            |




------- Comment #8 from speth at end.com  2006-04-19 18:37 PDT -------
Created an attachment (id=7846)
 --> (http://bugzilla.opendarwin.org/attachment.cgi?id=7846&action=view)
better patch - skips highlight for elements in hidden tabs

use this one.. it's better.  it has the same fix for the loop prevention, plus
checking to make sure the timer is still valid (we invalidate it as part of the
process).  but this patch also has the real solution to why this was happening.
 before doing the highlight, this checks to make sure that the [view window] is
not nil.  if the view is in a hidden tab it will be nil, so this check also
fixes the problem with elements in hidden tabs drawing bad highlights on the
visible tab.


-- 
Configure bugmail: http://bugzilla.opendarwin.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list