| Summary: | Web Inspector: [REGRESSION(r162931)] Tab navigation broken in DataGrid | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | WebKit | Reporter: | Diego Pino <dpino> | ||||||||
| Component: | Web Inspector | Assignee: | Nobody <webkit-unassigned> | ||||||||
| Status: | RESOLVED FIXED | ||||||||||
| Severity: | Minor | CC: | commit-queue, graouts, joepeck, timothy, webkit-bug-importer | ||||||||
| Priority: | P2 | Keywords: | InRadar | ||||||||
| Version: | 528+ (Nightly build) | ||||||||||
| Hardware: | All | ||||||||||
| OS: | All | ||||||||||
| Attachments: |
|
||||||||||
|
Description
Diego Pino
2014-01-28 16:09:06 PST
Created attachment 222528 [details]
Patch
Comment on attachment 222528 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=222528&action=review > Source/WebInspectorUI/UserInterface/DataGrid.js:361 > return this._startEditingColumnOfDataGridNode(currentEditingNode, 1); There are a few 1s and 0s in this function that should also be strings for clarity. Right now they are being converted later into string. > Source/WebInspectorUI/UserInterface/DataGrid.js:375 > return this._startEditingColumnOfDataGridNode(currentEditingNode, 0); Another 0, but there are more. This code is so confused… it assumes only two columns with numeric identifiers. Sigh. Created attachment 222562 [details]
Patch
Created attachment 222566 [details]
Patch
Comment on attachment 222566 [details] Patch Clearing flags on attachment: 222566 Committed r163015: <http://trac.webkit.org/changeset/163015> All reviewed patches have been landed. Closing bug. |