[Webkit-unassigned] [Bug 127816] New: Web Inspector: [REGRESSION(r162931)] Tab navigation broken in DataGrid

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 28 16:11:43 PST 2014


https://bugs.webkit.org/show_bug.cgi?id=127816

           Summary: Web Inspector: [REGRESSION(r162931)] Tab navigation
                    broken in DataGrid
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Minor
          Priority: P2
         Component: Web Inspector
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: dpino at igalia.com
                CC: timothy at apple.com, joepeck at webkit.org,
                    webkit-bug-importer at group.apple.com, graouts at apple.com


Tab navigation in the DataGrid doesn't work properly after r162931. How to reproduce:

* Fill a DataGrid (for example LocalStorage) with two rows of data.
* Edit row1.key and press tab.

Expected result: cursor moves to row1.value.
Actual result: cursor moves to row2.key.

After r162931, columnIdentifier is a string. It's necessary to change comparisons of columnIdentifier in 'moveToNextIfNeeded' (function that handles tab navigation) to string values.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list