WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
189603
Web Inspector: Timelines: clicking a row in Script > Events grid triggers Location popover when column is hidden
https://bugs.webkit.org/show_bug.cgi?id=189603
Summary
Web Inspector: Timelines: clicking a row in Script > Events grid triggers Loc...
Matt Baker
Reported
2018-09-13 14:14:12 PDT
Summary: Clicking a row in Script > Events grid triggers Location popover when column is hidden. The Layout timeline view has the same issue. Test Page: <script> console.profile("Test"); console.profileEnd("Test"); </script> Steps to Reproduce: 1. Inspect test page > Timelines 2. Reload page to record a timeline 3. Select JavaScript & Events timeline > Events 4. Hide Location column 5. Click the row '"Test" Profile Recorded' => Popover with location stack trace appears
Attachments
Patch
(6.66 KB, patch)
2018-09-13 14:19 PDT
,
Matt Baker
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2018-09-13 14:14:36 PDT
<
rdar://problem/44431403
>
Matt Baker
Comment 2
2018-09-13 14:19:09 PDT
Created
attachment 349704
[details]
Patch
Matt Baker
Comment 3
2018-09-13 14:21:35 PDT
Comment on
attachment 349704
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=349704&action=review
> Source/WebInspectorUI/UserInterface/Views/DataGrid.js:897 > + isColumnVisible(columnIdentifier)
This class is old and mixes its public/private members, so I chose not to move this method after making it public.
> Source/WebInspectorUI/UserInterface/Views/LayoutTimelineDataGrid.js:38 > + }
An alternative approach would be to eliminate these subclasses, and instead specify the call frames column in TimelineDataGrid's constructor. I chose not too, since all of this code is old and didn't want to rock the boat.
Joseph Pecoraro
Comment 4
2018-09-13 16:36:53 PDT
Comment on
attachment 349704
[details]
Patch r=me
WebKit Commit Bot
Comment 5
2018-09-13 17:03:12 PDT
Comment on
attachment 349704
[details]
Patch Clearing flags on attachment: 349704 Committed
r235997
: <
https://trac.webkit.org/changeset/235997
>
WebKit Commit Bot
Comment 6
2018-09-13 17:03:14 PDT
All reviewed patches have been landed. Closing bug.
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