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

Performing Ctrl+A while a tab is focused runs Chrome's select-all #530

Open
1 task done
50Wliu opened this issue Oct 25, 2017 · 1 comment
Open
1 task done

Performing Ctrl+A while a tab is focused runs Chrome's select-all #530

50Wliu opened this issue Oct 25, 2017 · 1 comment
Labels

Comments

@50Wliu
Copy link
Contributor

50Wliu commented Oct 25, 2017

Prerequisites

Description

When a tab is focused and Ctrl+A is pressed, Chrome intercepts the keybinding and performs its own select-all.
chrome-tab-select-all

This seems related to #440 - ideally the tab shouldn't be focusable at all and immediately transfer focus to the file.

Steps to Reproduce

  1. Focus tab
  2. Ctrl+A/cmd-a

Expected behavior: File's contents to be selected

Actual behavior: See picture above

Reproduces how often: 100%

Versions

Atom    : 1.23.0-dev-cfbee0a9e
Electron: 1.6.15
Chrome  : 56.0.2924.87
Node    : 7.4.0
@50Wliu 50Wliu added the bug label Oct 25, 2017
@50Wliu
Copy link
Contributor Author

50Wliu commented Dec 12, 2018

This has been improved slightly such that the contents of the file are no longer selected, but it still occurs for things like the Keybinding Resolver.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant