Closed
Bug 56072
Opened 24 years ago
Closed 24 years ago
Ctrl-shift-left/right arrow doesn't work.
Categories
(Core :: DOM: Editor, defect, P3)
Tracking
()
VERIFIED
FIXED
mozilla0.9
People
(Reporter: burnus, Assigned: akkzilla)
References
Details
(Keywords: platform-parity, regression, Whiteboard: Fix in hand)
Attachments
(1 file)
692 bytes,
patch
|
Details | Diff | Splinter Review |
This is with 2000-10-10-21/Linux (Mozilla nightly) [and is a kind of split of
from bug 55792].
Using ctrl-shift-left/right arrow to select text in the HTML composer doesn't
work. Using ctrl-left/right arrow to navigate works though.
(Navigating using ctrl-home/end doesn't work, selecting via *-shift-* does work,
but this is also broken in <textarea> and in pain Mail Composer and might be
covered by bug 55792)
Comment 1•24 years ago
|
||
Confirmed. This is so annoying! ;-)
Jag: Is this in your field of expertise?
Updated•24 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 2•24 years ago
|
||
ouch! not sure how we lost these keybindings. They work on a mac debug branch
build today but not on the linux trunk.
Reassign to component Keyboard Navigation.
Assignee: kmcclusk → don
Component: Compositor → Keyboard Navigation
QA Contact: petersen → sairuh
nav triage team:
[rtm-]bummer, but this is just too late in the schedule.
Whiteboard: [rtm-]
Comment 5•24 years ago
|
||
Strange. This works fine in the urlbar, yet is broken in composer.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Updated•24 years ago
|
Whiteboard: [rtm-] → se-home
Comment 6•24 years ago
|
||
using 2000.11.27.08 mozilla bits on linux, ctrl+shift+left/right do work for me
in the URL bar, but not in composer. am gonna reopen this for that latter case
[unless there's a separate bug for the composer case --currently cannot query
bugzilla, alas].
also noticed that bug 55792 seems to have regressed --will comment there.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Comment 7•24 years ago
|
||
change component since this is a Composer-specific issue with keybindings
I see this problem only on Linux (mozilla debug build from today) and only in
Composer. I do not see bug #55792 in this same build (no-shift version of this
bug). I do not see this bug or bug #55792 on Macintosh debug build from today.
Assignee: don → beppe
Status: REOPENED → NEW
Component: Keyboard Navigation → Editor
QA Contact: sairuh → sujay
Comment 8•24 years ago
|
||
assigning to akkana for initial debugging
Assignee: beppe → akkana
Target Milestone: --- → mozilla0.9
Comment 9•24 years ago
|
||
will take for qa while sujay is on sabbatical...
QA Contact: sujay → sairuh
Whiteboard: se-home
Assignee | ||
Comment 10•24 years ago
|
||
Anthonyd is handling composer key bindings.
Assignee: akkana → anthonyd
Assignee | ||
Comment 11•24 years ago
|
||
Ah, looks like whoever added that binding to unix/platformHTMLBindings.xml
forgot to add the shift, so it overrides the move word left/right bindings
immediately prior. Will attach a fix -- Anthony, can you review this?
Assignee: anthonyd → akkana
Assignee | ||
Comment 12•24 years ago
|
||
Assignee | ||
Updated•24 years ago
|
Status: NEW → ASSIGNED
Whiteboard: Fix in hand
Comment 13•24 years ago
|
||
r=timeless if you want it.
Comment 14•24 years ago
|
||
good patch, a=anthonyd.
go ahead and check in!
anthonyd
Comment 15•24 years ago
|
||
the prevailing order seems to be "shift,control" instead of "control,shift", but
other than that, r=jag. I had found this one already on one of my journeys
through lxr, unfortunately I forgot to file a bug for it.
Assignee | ||
Comment 16•24 years ago
|
||
Thanks for the reviews, and the comment. I'll change it to shift,control before
I check it in (assuming that's okay with everyone).
Assignee | ||
Comment 17•24 years ago
|
||
Checked in.
Status: ASSIGNED → RESOLVED
Closed: 24 years ago → 24 years ago
Resolution: --- → FIXED
Comment 18•24 years ago
|
||
my wm at work doesn't play well with keybindings. i'll check this later at home.
cc'ing sujay, in case he can verify this before me. :)
Whiteboard: Fix in hand → Fix in hand [se-home]
Updated•24 years ago
|
Whiteboard: Fix in hand [se-home] → Fix in hand
You need to log in
before you can comment on or make changes to this bug.
Description
•