Closed Bug 1634972 Opened 4 years ago Closed 4 years ago

Console does not respect control-f keybinding to move forward one character

Categories

(DevTools :: Console, defect, P3)

75 Branch
x86_64
macOS
defect

Tracking

(firefox78 fixed)

RESOLVED FIXED
Firefox 78
Tracking Status
firefox78 --- fixed

People

(Reporter: markskilbeck, Assigned: nchevobbe)

Details

Attachments

(1 file)

User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:75.0) Gecko/20100101 Firefox/75.0

Steps to reproduce:

Open the Console. Enter any text. Move to the cursor to the beginning of the line. Try to move forward with the standard macOS key combination "ctrl-f".

Other standard key combinations are respected. For example, "ctrl-a" moves to the beginning of the line; "ctrl-e" moves to the end of the line; "ctrl-b" moves back one character.

Actual results:

Nothing.

Expected results:

The keybinding "ctrl-f" should move forward one character.

OS: Unspecified → macOS
Hardware: Unspecified → x86_64

Bugbug thinks this bug should belong to this component, but please revert this change in case of error.

Component: Untriaged → Console
Product: Firefox → DevTools

I reproduce and have a fix for that.

Priority: -- → P3

This allow us to not have to declare both Ctrl and Cmd + F extra keys
for CodeMirror; which fixes the OSX Ctrl+F default behaviour (move
cursor one char forward).

Assignee: nobody → nchevobbe

I reproduce and have a fix for that.

Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
Pushed by nchevobbe@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/cedec222408d
Use Editor.accel to bind Cmd/Ctrl + F in JSTerm. r=bomsy.
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 78

Awesome. Thanks, Nicolas.

QA Whiteboard: [qa-78b-p2]
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: