[Webkit-unassigned] [Bug 28903] Web Inspector turns empty on selection

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 14 08:50:03 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=28903





--- Comment #15 from Patrick Mueller <pmuellr at yahoo.com>  2009-09-14 08:50:03 PDT ---
(In reply to comment #14)
> Strangely enough it displays console.debug() messages on the console though,
> but no source code in the upper panel.

It may be strange, but it's not surprising.  The problem is likely that during
bring-up of the Elements panel, an exception is occuring, which terminates the
processing that would render the page.  Further events are unaffected, at least
ones which operate indepdently of the Elements panel itself - the console is
independent of the other panels.

I had forgotten when I first reproduced this to bring up an inspector on the
inspector, in hopes of catching the presumed exception logging itself on THAT
console, but no luck.  Should try running this with a debug build and
run-safari in hopes that perhaps something would be getting dumped to
stdout/stderr there, but that seems unlikely.  We may be able to use the new
WebInspector.log() function to insert some logging in the Elements panel
bring-up to help narrow down the problem.  Perhaps wrap the entire Elements
bring up in an exception handler?

-- 
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