Bug 191020 - Web Inspector: Uncaught Exception: TypeError: null is not an object (evaluating 'mouseBlock.addEventListener')
Summary: Web Inspector: Uncaught Exception: TypeError: null is not an object (evaluati...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: WebKit Nightly Build
Hardware: All All
: P2 Normal
Assignee: Devin Rousso
URL: https://soundcloud.com/willbobbitt/lo...
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2018-10-29 00:08 PDT by Devin Rousso
Modified: 2018-11-01 16:50 PDT (History)
5 users (show)

See Also:


Attachments
Patch (1.47 KB, patch)
2018-11-01 16:07 PDT, Devin Rousso
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Devin Rousso 2018-10-29 00:08:38 PDT
-------
Inspected URL:        https://soundcloud.com/willbobbitt/loco-motion-odesza-remix
Loading completed:    true
Frontend User Agent:  Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_4) AppleWebKit/605.1.15 (KHTML, like Gecko)

Uncaught Exceptions:
 - TypeError: null is not an object (evaluating 'mouseBlock.addEventListener') (at NetworkTableContentView.js:791:19)
    _populateWaterfallGraph @ NetworkTableContentView.js:791:19
    tablePopulateCell @ NetworkTableContentView.js:462:41
    _populatedCellForColumnAndRow @ Table.js:812:41
    _populateRow @ Table.js:823:58
    _applyColumnWidths @ Table.js:1164:38
    _resizeColumnsAndFiller @ Table.js:1037:32
    resize @ Table.js:243:37
    layout @ Table.js:622:24
    _layoutSubtree @ View.js:278:20
    _visitViewTreeForLayout @ View.js:374:36
-------

* STEPS TO REPRODUCE
1. Inspect any page (make sure the Network tab is not visible)
2. Find a link within WebInspector
3. Right click the link
4. Select "Open/Reveal in Network tab"

Looks like my "solution" for <https://webkit.org/b/190766> didn't work :(
Comment 1 Devin Rousso 2018-10-29 00:12:26 PDT
Based on what I can tell, it appears that `this._waterfallTimelineRuler.secondsPerPixel` is NaN.  I'll have to dig around to see how that's possible 🤔
Comment 2 Devin Rousso 2018-11-01 16:07:15 PDT
Created attachment 353656 [details]
Patch
Comment 3 Joseph Pecoraro 2018-11-01 16:09:21 PDT
Comment on attachment 353656 [details]
Patch

Heh, nice. r=me
Comment 4 WebKit Commit Bot 2018-11-01 16:49:40 PDT
Comment on attachment 353656 [details]
Patch

Clearing flags on attachment: 353656

Committed r237706: <https://trac.webkit.org/changeset/237706>
Comment 5 WebKit Commit Bot 2018-11-01 16:49:42 PDT
All reviewed patches have been landed.  Closing bug.
Comment 6 Radar WebKit Bug Importer 2018-11-01 16:50:28 PDT
<rdar://problem/45747496>