[Webkit-unassigned] [Bug 30079] unselectable resources in resource panel

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 7 09:00:18 PDT 2009


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


Patrick Mueller <pmuellr at yahoo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #40791|                            |review?
               Flag|                            |




--- Comment #5 from Patrick Mueller <pmuellr at yahoo.com>  2009-10-07 09:00:17 PDT ---
Created an attachment (id=40791)
 --> (https://bugs.webkit.org/attachment.cgi?id=40791)
proposed patch 2009/10/07 - a

Removed apparently vestigal code.

The ResourceSidebarTreeElements were being created by creating a new <a>
element, and moving all the children in the existing tree element into the new
<a> element, then making the <a> element the only child of the tree element. 
Basically, wrapping the existing tree element content in an <a> element.

The <a> element isn't needed, because selection of the tree element is already
handled by the tree element itself.  The <a> element click handling was being
processed by WebInspector.documentClick(), which was then selecting a
potentially incorrect resource, if multiple resources with the same URL exist
in the resource tree.

The "invisible" CSS class is no longer used by any code in Web Inspector, as
near as I can tell (search through inspector code).

Test case was added with three resource retrievals of the same URL, but
different sorts of invocation - two POSTs with different content, and a GET. 
Without the fix, only one of the three resources was selectable in the UI.

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