Closed Bug 632829 Opened 15 years ago Closed 15 years ago

input text is not selectable in the Web Console via Ctrl+a

Categories

(DevTools :: General, defect)

x86
Windows XP
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED DUPLICATE of bug 623749

People

(Reporter: AlexLakatos, Unassigned)

Details

Input text is not selectable in the Web Console via Ctrl+a, just via mouse click and drag. Steps To Reproduce: 1.Open Web Console (CTRL+SHIFT+K) 2.Type console.log("STR"); 3.Press CTRL+A Actual Results: 3.The cursor is at the begining of the line and the text is not selected Expected Results: 3.The cursor is at the begining of the line and the text is selected Note: This happens on Windows XP, Windows 7 and Ubuntu 10.4. This works fine on Mac OS X 10.6 with CMD+A
control-a is console keybinding for 'beginning of line'
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → INVALID
CTRL+A works under Windows/Linux as "Select All". It's corespondent in Mac OS X is CMD+A. So if CTRL+A is keybinded in Web Console under Windows/Linux why isn't CMD+A on Mac OS X? And what is the shortcut on Windows/Linux for "Select All"?
they're emacs-style keybindings.
(In reply to comment #3) > they're emacs-style keybindings. Correction: its really unix-style keybindings. Both Mac and Linux work that way in the terminal.
Changing resolution to reflect this is actually a dupe of bug 623749. I think we're going to keep seeing these complaints, and that bug has more discussion on this.
Resolution: INVALID → DUPLICATE
Product: Firefox → DevTools
You need to log in before you can comment on or make changes to this bug.