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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 7 10:46:18 PDT 2009


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





--- Comment #7 from Patrick Mueller <pmuellr at yahoo.com>  2009-10-07 10:46:18 PDT ---
(In reply to comment #6)
> (From update of attachment 40791 [details])
> So this reverts the earlier change Joe made to allow dragging resources?

Ahh ... woops ... it would in fact revert Bug 14410.  Which we don't want to
do, I assume.

hmmm ... the other option, assuming we can't somehow fix this within the tree
element itself, is to nullify the call to WebInspector.showResourceForURL()
that happens in WebInspector.documentClick().  

We could add an additional class to the <a> element called "ignoreClickEvent"
which we could then check for in documentClick() and ignore those clicks.

Not quite sure what's going on with the webkit-html-external/resource-link
styles - perhaps there's something we can do there as well.

Should add a comment to the bit in ResourceSidebarTreeElement indicating why
the <a> element is being created in the first place.

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