Bug 170011 - Uncaught Exception: TypeError: undefined is not an object (evaluating 'this._editingNode._element.children')
Summary: Uncaught Exception: TypeError: undefined is not an object (evaluating 'this._...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: WebKit Nightly Build
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-03-23 10:31 PDT by BJ Burg
Modified: 2017-03-23 10:31 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description BJ Burg 2017-03-23 10:31:39 PDT
Uncaught Exceptions:
 - TypeError: undefined is not an object (evaluating 'this._editingNode._element.children') (at DataGrid.js:517:49)
    _startEditingNodeAtColumnIndex @ DataGrid.js:517:49
    moveToNextCell @ DataGrid.js:590:52
    _editingCommitted @ DataGrid.js:600:28
    _editingCommitted @ [native code]
    editingCommitted @ EditingSupport.js:189:26
    blurEventListener @ EditingSupport.js:137:30

* STEPS TO REPRODUCE
1. Open Storage Tab on a website with no local storage items
2. Select Local Storage in the navigation sidebar
3. Click in first cell and enter text
4. Tab to next cell
5. Enter some text
6. Tab to move cursor to first cell in a new row
=> Exception