Closed
Bug 59404
Opened 25 years ago
Closed 25 years ago
Ctrl-a no longer goes to beginning of line, now selects all text
Categories
(Core :: DOM: Editor, defect, P3)
Tracking
()
mozilla1.0
People
(Reporter: pthomsen, Assigned: saari)
References
Details
(Keywords: access)
Emacs key mappings no longer work as they used to (in i686-linux 20001107)...
Ctrl-a was 'go-to-beginning-of-line', is now 'select-all'
Ctrl-k was 'kill-line' (emacs style, if blank line: kill), is now 'kill-line'
but don't kill blank lines; however
Ctrl-e hasn't changed. It's still 'go-to-end-of-line'
The most annoying feature is that I repeatedly hit C-a C-k (to kill a line from
the beginning), and thus kill my entire buffer.
Are there new keystrokes to move around in the compose window?
Comment 1•25 years ago
|
||
I see this in linux trunk build 2000110521 and linux trunk build 2000110708.
Confirming and changing component to editor. (compositor is something entirely
different.)
Status: UNCONFIRMED → NEW
Component: Compositor → Editor
Ever confirmed: true
Comment 2•25 years ago
|
||
Reassigning bug to editor owner.
By the way, this may be related to bug 55851, but I don't think it's a dupe...
Assignee: kmcclusk → beppe
QA Contact: petersen → sujay
| Reporter | ||
Comment 3•25 years ago
|
||
I'm pretty sure this is a dup of bug 55851. Marking it dup, and adding more
comments there.
*** This bug has been marked as a duplicate of 55851 ***
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
| Reporter | ||
Comment 4•25 years ago
|
||
Actually, I'm not sure now. Bug 55851 is against MailNews Composition, which
(I'd hope) is using the same stuff as the editor, but I don't know.
Status: RESOLVED → REOPENED
Resolution: DUPLICATE → ---
Comment 6•25 years ago
|
||
This is a dup of a bug that saari has. Key events aren't getting processed in
the right order.
I personally work around it by using alt as my modifier key (see
http://www.mozilla.org/unix/customizing.html).
Assignee: akkana → saari
| Assignee | ||
Updated•25 years ago
|
Status: NEW → ASSIGNED
Target Milestone: --- → mozilla0.9
| Assignee | ||
Updated•25 years ago
|
Target Milestone: mozilla0.9 → mozilla1.0
Comment 9•25 years ago
|
||
Careful, this bug is and 60614 may be asking for opposite things in certain
scenarios.
Updated•25 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 25 years ago → 25 years ago
Resolution: --- → DUPLICATE
Comment 10•25 years ago
|
||
This is a dup of bug 57078. We're trying to fix that one, but other problems
keep getting in the way. See that bug for details on the current status. No
point in keeping this one separate.
I don't know what the issue is in bug 60614, but this one and 57078 are general
bindings bugs affecting all text widgets (as well as editor windows).
*** This bug has been marked as a duplicate of 57078 ***
You need to log in
before you can comment on or make changes to this bug.
Description
•