RESOLVED FIXED 108933
Web Inspector: file selector list jumps as I type or move Up/Down
https://bugs.webkit.org/show_bug.cgi?id=108933
Summary Web Inspector: file selector list jumps as I type or move Up/Down
Pavel Feldman
Reported 2013-02-05 05:27:26 PST
Fix to follow.
Attachments
Patch (6.66 KB, patch)
2013-02-05 05:35 PST, Pavel Feldman
no flags
Patch (7.76 KB, patch)
2013-02-06 01:35 PST, Pavel Feldman
vsevik: review+
Pavel Feldman
Comment 1 2013-02-05 05:35:54 PST
Build Bot
Comment 2 2013-02-05 07:33:15 PST
Vsevolod Vlasov
Comment 3 2013-02-06 00:26:02 PST
Comment on attachment 186608 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=186608&action=review > Source/WebCore/inspector/front-end/FilteredItemSelectionDialog.js:288 > + this._updateSelection(this._selectedIndexInFiltered, false); Should we check this._selectedIndexInFiltered for null? > Source/WebCore/inspector/front-end/FilteredItemSelectionDialog.js:301 > + event.consume(); Wouldn't it be better to do event.consume(true) instead? > Source/WebCore/inspector/front-end/FilteredItemSelectionDialog.js:302 > + return; These "return; break;" pairs look really weird. I would move _scheduleFilter call to default section of this switch instead.
Pavel Feldman
Comment 4 2013-02-06 01:35:53 PST
Pavel Feldman
Comment 5 2013-02-06 02:13:32 PST
Note You need to log in before you can comment on or make changes to this bug.