Using up/down arrow keys to scroll the table selection causes the row selection to jump around. Set opt_center false when calling Element.scrollIntoViewIfNeeded.
<rdar://problem/43311660>
Created attachment 347136 [details] [Video] Table scrolling - before
Created attachment 347137 [details] [Video] Table scrolling - after
Created attachment 347139 [details] Patch
Comment on attachment 347139 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=347139&action=review r=me > Source/WebInspectorUI/UserInterface/Views/Table.js:1176 > + row.scrollIntoViewIfNeeded(false); Looks like this might be dropped in favor of `Element.scrollIntoView()` at some point in the future. We might have to change it then.
Comment on attachment 347139 [details] Patch Clearing flags on attachment: 347139 Committed r234882: <https://trac.webkit.org/changeset/234882>
All reviewed patches have been landed. Closing bug.