WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
30743
Web Inspector: REGRESSION: Can't click on Resources to view them
https://bugs.webkit.org/show_bug.cgi?id=30743
Summary
Web Inspector: REGRESSION: Can't click on Resources to view them
Timothy Hatcher
Reported
2009-10-24 10:58:29 PDT
You can no longer click on a Resource to view it.
Attachments
Proposed Patch
(1.81 KB, patch)
2009-10-24 13:34 PDT
,
Timothy Hatcher
no flags
Details
Formatted Diff
Diff
Proposed Patch
(1.83 KB, patch)
2009-10-24 13:52 PDT
,
Timothy Hatcher
pfeldman
: review+
Details
Formatted Diff
Diff
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
Timothy Hatcher
Comment 1
2009-10-24 13:17:49 PDT
This was caused by the Resource scope bar change. I have a fix I am working on.
Brian Weinstein
Comment 2
2009-10-24 13:21:06 PDT
Will the fix for
https://bugs.webkit.org/show_bug.cgi?id=30744
fix this? Or what did changing the scope bar do to break it? All that should do is change the css, nothing to do with clinking resources.
Timothy Hatcher
Comment 3
2009-10-24 13:22:19 PDT
You removed WebInspector.panels.resources._filterCategory, and it is used to determine selectability.
Brian Weinstein
Comment 4
2009-10-24 13:23:37 PDT
Oh, hm, that is weird. Why does it need _filterCategory for selectability? Sorry, I didn't think that would be an issue so I didn't check it.
Timothy Hatcher
Comment 5
2009-10-24 13:34:46 PDT
Created
attachment 41794
[details]
Proposed Patch
Timothy Hatcher
Comment 6
2009-10-24 13:35:54 PDT
Since the filter just hides the items in the tree, they are still there. So selectable is called when arrowing through the list. Otherwise you would arrow to invisible resources.
Brian Weinstein
Comment 7
2009-10-24 13:37:24 PDT
(In reply to
comment #5
)
> Created an attachment (id=41794) [details] > Proposed Patch
Does the category name need to be in lower case? Are CSS classes case sensitive? Otherwise, looks good here but I can't review yet.
Timothy Hatcher
Comment 8
2009-10-24 13:52:03 PDT
Created
attachment 41796
[details]
Proposed Patch
Brian Weinstein
Comment 9
2009-10-24 13:55:44 PDT
(In reply to
comment #8
)
> Created an attachment (id=41796) [details] > Proposed Patch
Looks good, hopefully pfeldman or someone can come along and r+ it.
Timothy Hatcher
Comment 10
2009-10-24 20:01:59 PDT
Committed
r50035
: <
http://trac.webkit.org/changeset/50035
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug