WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
Bug 162123
Uncaught Exception: null is not an object (evaluating 'this.listItemElement.classList')
https://bugs.webkit.org/show_bug.cgi?id=162123
Summary
Uncaught Exception: null is not an object (evaluating 'this.listItemElement.c...
Joseph Pecoraro
Reported
2016-09-17 17:17:26 PDT
Summary: Uncaught Exception: null is not an object (evaluating 'this.listItemElement.classList') Steps to Reproduce: 1. Inspect Element on an element deep in Shadow DOM => exception, element not selected in DOM Tree Notes: - The updateTitle is happening onexpand before the element is attached. The <li> is not created until attached. - This alludes to some performance opportunities. Do we need to update title on expand if not yet attached? ------- Uncaught Exceptions: - null is not an object (evaluating 'this.listItemElement.classList') (at DOMTreeElement.js:1257:45) _nodeTitleInfo @ DOMTreeElement.js:1257:45 updateTitle @ DOMTreeElement.js:1133:55 onexpand @ DOMTreeElement.js:506:25 expand @ TreeElement.js:391:26 reveal @ TreeElement.js:437:39 revealAndSelect @ TreeElement.js:515:20 _revealAndSelectNode @ DOMTreeOutline.js:291:36 selectDOMNode @ DOMTreeOutline.js:132:34 selectAndRevealDOMNode @ DOMTreeContentView.js:141:43 showRepresentedObject @ ElementsTabContentView.js:82:50 showRepresentedObject @ Main.js:1120:41 showMainFrameDOMTree @ Main.js:1128:31 _domNodeWasInspected @ Main.js:1784:30 dispatch @ Object.js:170:30 dispatchEventToListeners @ Object.js:177:17 inspectElement @ DOMTreeManager.js:313:38 nodeAvailable @ DOMTreeManager.js:331:32 nodeAvailable @ [native code] ? @ DOMTreeManager.js:108:21 _dispatchResponseToCallback @ InspectorBackend.js:311:27 _dispatchResponse @ InspectorBackend.js:281:45 dispatch @ InspectorBackend.js:157:35 dispatchNextQueuedMessageFromBackend @ MessageDispatcher.js:42:34
Attachments
[PATCH] Proposed Fix
(3.76 KB, patch)
2016-09-17 17:28 PDT
,
Joseph Pecoraro
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2016-09-17 17:17:40 PDT
<
rdar://problem/28352900
>
Joseph Pecoraro
Comment 2
2016-09-17 17:28:43 PDT
Created
attachment 289183
[details]
[PATCH] Proposed Fix
WebKit Commit Bot
Comment 3
2016-09-18 10:38:42 PDT
Comment on
attachment 289183
[details]
[PATCH] Proposed Fix Clearing flags on attachment: 289183 Committed
r206081
: <
http://trac.webkit.org/changeset/206081
>
WebKit Commit Bot
Comment 4
2016-09-18 10:38:45 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