RESOLVED FIXED 71710
Web Inspector: Suggest box should be open immediately if forced by Ctrl+Space.
https://bugs.webkit.org/show_bug.cgi?id=71710
Summary Web Inspector: Suggest box should be open immediately if forced by Ctrl+Space.
Vsevolod Vlasov
Reported 2011-11-07 11:11:40 PST
Suggest box should be open immediately if forced by Ctrl+Space.
Attachments
Patch (2.82 KB, patch)
2011-11-07 11:13 PST, Vsevolod Vlasov
no flags
Patch (2.00 KB, patch)
2011-11-07 11:47 PST, Vsevolod Vlasov
pfeldman: review+
Vsevolod Vlasov
Comment 1 2011-11-07 11:13:05 PST
Pavel Feldman
Comment 2 2011-11-07 11:23:27 PST
Comment on attachment 113896 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=113896&action=review > Source/WebCore/inspector/front-end/TextPrompt.js:297 > + if (this._completeImmediately) { There is no need for the additional timer. setTimeout(0) is likely to dispatch before the subsequent keyboard event.
Vsevolod Vlasov
Comment 3 2011-11-07 11:47:06 PST
Vsevolod Vlasov
Comment 4 2011-11-07 12:37:21 PST
Note You need to log in before you can comment on or make changes to this bug.