WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
170143
Web Inspector: Probe values not showing in sidebar
https://bugs.webkit.org/show_bug.cgi?id=170143
Summary
Web Inspector: Probe values not showing in sidebar
Joseph Pecoraro
Reported
2017-03-27 15:05:01 PDT
Summary: Probe values not showing in sidebar Steps to Reproduce: 1. Inspect
http://bogojoker.com/shell/
2. Resources > Select easySlider.min.js 3. Add a breakpoint on line 56 4. Right click > Edit Breakpoint 5. Add Action 6. Add a Probe Expression: "autoplay" 7. Automatically continue after evaluating 8. Dismiss popover => Should now have a Probes sidebar 9. Click the down arrow on the page => Should log a value in the Probe Datagrid, but nothing shows
Attachments
Patch
(2.47 KB, patch)
2017-04-05 13:00 PDT
,
Matt Baker
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Devin Rousso
Comment 1
2017-03-27 16:11:42 PDT
I think this is being caused by the way WebInspector.ProbeSetDataGrid is being used by WebInspector.ProbeSetDetailsSection. Since WebInspector.DetailsSection is not yet a subclass of WebInspector.View, the check for `_isAttachedToRoot` fails as it's not a subview of the root, instead being added manually by calling `appendChild` on the actual element.
Matt Baker
Comment 2
2017-04-05 13:00:05 PDT
Created
attachment 306304
[details]
Patch
Joseph Pecoraro
Comment 3
2017-04-05 13:46:51 PDT
Comment on
attachment 306304
[details]
Patch r=me
WebKit Commit Bot
Comment 4
2017-04-05 13:58:54 PDT
Comment on
attachment 306304
[details]
Patch Clearing flags on attachment: 306304 Committed
r214967
: <
http://trac.webkit.org/changeset/214967
>
WebKit Commit Bot
Comment 5
2017-04-05 13:58:55 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