-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Searchbox gets confused when popup focus transfers to another application (OSX) #2031
Comments
(Reproducible on OSX.) |
Changed the title to: "Omnibox gets confused when popup focus transfers to another application (OSX)". |
Added OpSys-OSX label. |
Added this to the M1 milestone. |
Issue #2448 has been merged into this issue. |
Changed the title to: "Searchbox gets confused when popup focus transfers to another application (OSX)". |
https://codereview.chromium.org/236633003 Added Started label. |
Another CL for the same problem. |
Revisions updated by `dart tools/rev_sdk_deps.dart`. protobuf (https://github.com/dart-lang/protobuf/compare/da6953c..edf8e92): edf8e92 2023-06-09 Ömer Sinan Ağacan Fix parsing negative JSON values for uint32 fields (#839) 2931b2e 2023-06-09 Ömer Sinan Ağacan Add PR links to recent CHANGELOG entries (#838) test (https://github.com/dart-lang/test/compare/7a6c98d..e7ae613): e7ae6139 2023-06-08 Nate Bosch Remove redundant type checks (#2031) webdev (https://github.com/dart-lang/webdev/compare/3d7f546..a6d761d): a6d761d8 2023-06-08 Elliott Brooks Remove tabs permission (#2136) b02b344e 2023-06-08 Elliott Brooks Catch `WipError` on calls to resume and map to appropriate RPC error code (#2134) Change-Id: I58b111a433cef76a501c959f33db4e5463a34c60 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/308380 Auto-Submit: Devon Carew <devoncarew@google.com> Reviewed-by: Konstantin Shcheglov <scheglov@google.com> Commit-Queue: Konstantin Shcheglov <scheglov@google.com>
To repro:
Type 'foo'
Click on desktop
Return to editor
The popup will still be open and only dismissable by an ESC click.
The text was updated successfully, but these errors were encountered: