Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

copying URLbar text opens the autosuggest dialog #8896

Closed
diracdeltas opened this issue May 16, 2017 · 1 comment
Closed

copying URLbar text opens the autosuggest dialog #8896

diracdeltas opened this issue May 16, 2017 · 1 comment

Comments

@diracdeltas
Copy link
Member

diracdeltas commented May 16, 2017

cmd+c in the url bar on mac opens the autosuggest dialog.

STR:

  1. click on urlbar and highlight the text
  2. hit cmd+c to copy
  3. observe the autosuggest dialog pops up

The same issue exists with cmd+x, which was fixed previously: 394d1e3

@diracdeltas diracdeltas added this to the 0.15.300 milestone May 16, 2017
@diracdeltas diracdeltas self-assigned this May 16, 2017
diracdeltas added a commit that referenced this issue May 17, 2017
Fix #8896

Test Plan:
1. `npm run test -- --grep='press keyboard shortcut'` should pass
2. go to a site with autocomplete entries; ex: twitter.com. press cmd+L to focus the urlbar and the cmd+C to copy. the autosuggest dialog should not appear.
diracdeltas added a commit that referenced this issue May 17, 2017
Fix #8896

Test Plan:
1. `npm run test -- --grep='press keyboard shortcut'` should pass
2. go to a site with autocomplete entries; ex: twitter.com. press cmd+L to focus the urlbar and the cmd+C to copy. the autosuggest dialog should not appear.
@bsclifton
Copy link
Member

Marked as release-notes/exclude since it was introduced with this version too

bsclifton pushed a commit that referenced this issue May 17, 2017
Fix #8896

Test Plan:
1. `npm run test -- --grep='press keyboard shortcut'` should pass
2. go to a site with autocomplete entries; ex: twitter.com. press cmd+L to focus the urlbar and the cmd+C to copy. the autosuggest dialog should not appear.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.