Closed
Bug 54399
Opened 25 years ago
Closed 24 years ago
Pressing CTRL+K doesnt do anything in windows
Categories
(Core :: DOM: UI Events & Focus Handling, defect, P3)
Tracking
()
VERIFIED
WONTFIX
People
(Reporter: vladimire, Assigned: mcafee)
Details
BUILD: 2000-09-26-08-M18
STEPS TO REPRODUCE:
Press CTRL+K.
EXPECTED RESULTS: Should delete the end of the current line if you are in a text
field.
ACTUAL RESULTS: Increases global font size.
Comment 1•25 years ago
|
||
I see this too. I haven't yet figured out why it's happening.
Comment 2•25 years ago
|
||
This is jag's. He was using modifier+K/modifier+J for Increase/Reduce text
size until modifier++/modifier+- was working properly. These items now
properly use + and - in the trunk, but the fix didn't go into the branch. Will
need to convince PDT to ++ if this is going to be allowed in (to the branch)...
Assignee: don → disttsc
Comment 3•25 years ago
|
||
d'oh, collision moment. occurs on linux too (unable to test on mac due to bug
39117).
addendum: View > Text Size doesn't appear in the branch bits, only in the trunk
bits (even tho' the ctrl+K/J shortcuts work in the branch).
Keywords: rtm
Hardware: PC → All
Comment 4•25 years ago
|
||
Comment 5•25 years ago
|
||
Does this still happen?
The patches to bug 51597 are on both the tree and the trunk now.
Reporter | ||
Comment 6•25 years ago
|
||
CNTRL+K doesnt increase font size any more, it doesnt do anything... Shouldnt it
cut off the end of the word, or line if you are in a text field? or is that a
linux only thing?
Comment 7•25 years ago
|
||
Vladimire: Are you seeing this (the ctrl-K in text controls not working any
more) on the trunk, or on the branch?
Comment 8•25 years ago
|
||
using today's branch bits [2000.10.09.09-n6] on linux and winNT, ctrl+k [and
ctrl+j] no longer increase [or, decrease] the text size.
jag, could this now be marked resolved fixed?
Updated•25 years ago
|
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Comment 9•25 years ago
|
||
Marking fixed.
Vladimire, I don't think ctrl-k deletes till the end of line on Windows.
Reporter | ||
Comment 10•25 years ago
|
||
Cntrl+k wasnt working on the branch. build 2000-10-09-08-MN6...
Shouldn't Netscape 6 have the same short cuts on all platforms, especially when
there is no other platform based shortcut for this key combination. I am
reopening.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Reporter | ||
Comment 11•25 years ago
|
||
Removing rtm keyword, changing summary.
Keywords: rtm
Summary: Pressing CTRL+K increases font size in windows. → Pressing CTRL+K doesnt do anything in windows
Comment 12•25 years ago
|
||
Thank you for changing the summary to be more clear. Indeed, this isn't "fixed"
yet.
Reassigning to default module owner.
please talk to jglick about this accel key, it is not mentioned in the spec.
Assignee: disttsc → don
Status: REOPENED → NEW
Comment 13•25 years ago
|
||
It's a standard Unix editing key binding, which conflicts with Netscape's
bindings on Windows (also on Unix, if we persist in using Windows bindings --
that's why we never did in the past). UE didn't even want ^H for backspace,
which is standard on both Windows and Mac, much less the other Unix bindings.
You can (unless this has regressed) set up custom bindings for text fields and
text areas if you personally want the Unix bindings on other platforms, though
unfortunately it doesn't seem to work for the editor and mail compose (at least,
I haven't figured out how).
Comment 14•24 years ago
|
||
Since Don has left, Vishy is taking his bugs in bulk, pending reassignment.
thanks,
Vishy
Assignee: don → vishy
Assignee | ||
Comment 16•24 years ago
|
||
I think this is a won't fix, please convince me to reopen if needed.
Status: NEW → RESOLVED
Closed: 25 years ago → 24 years ago
Resolution: --- → WONTFIX
Comment 17•24 years ago
|
||
it's about emacs bindings or something silly. If anyone intends to reopen it
please move to PC/Linux.
Updated•6 years ago
|
Component: Keyboard: Navigation → User events and focus handling
You need to log in
before you can comment on or make changes to this bug.
Description
•