WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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
Details
Formatted Diff
Diff
Patch
(2.00 KB, patch)
2011-11-07 11:47 PST
,
Vsevolod Vlasov
pfeldman
: review+
Details
Formatted Diff
Diff
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
Vsevolod Vlasov
Comment 1
2011-11-07 11:13:05 PST
Created
attachment 113896
[details]
Patch
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
Created
attachment 113903
[details]
Patch
Vsevolod Vlasov
Comment 4
2011-11-07 12:37:21 PST
Committed
r99459
: <
http://trac.webkit.org/changeset/99459
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug