RESOLVED FIXED 82322
Web Inspector: startEditing should remove tabIndex attribute from the element if it was not set before.
https://bugs.webkit.org/show_bug.cgi?id=82322
Summary Web Inspector: startEditing should remove tabIndex attribute from the element...
Vsevolod Vlasov
Reported 2012-03-27 04:51:23 PDT
startEditing should remove tabIndex attribute from the element if it was not set before.
Attachments
Patch (2.00 KB, patch)
2012-03-27 04:54 PDT, Vsevolod Vlasov
no flags
Patch (2.01 KB, patch)
2012-03-27 04:54 PDT, Vsevolod Vlasov
pfeldman: review+
Vsevolod Vlasov
Comment 1 2012-03-27 04:54:01 PDT
Vsevolod Vlasov
Comment 2 2012-03-27 04:54:52 PDT
Pavel Feldman
Comment 3 2012-03-27 05:14:42 PDT
Comment on attachment 134028 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=134028&action=review > Source/WebCore/inspector/front-end/UIUtils.js:284 > + if (typeof(oldTabIndex) !== "number" || oldTabIndex < 0) typeof oldTabIndex !== "number" or use isNaN.
Vsevolod Vlasov
Comment 4 2012-03-27 05:32:25 PDT
Note You need to log in before you can comment on or make changes to this bug.