Closed
Bug 118551
Opened 23 years ago
Closed 23 years ago
Ctrl+R does not work in text box/textarea box
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
People
(Reporter: philip, Assigned: alexsavulov)
Details
(Whiteboard: DUPEME)
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.7+) Gecko/20020106
BuildID: 2002010621
Ctrl+R has no effect when focus is in a text box or a textarea box. It works if
focus is on a list box or command button.
Reproducible: Always
Steps to Reproduce:
1.go to any page with a form, and at least one text entry box
2.set focus on the text entry box
3.press Ctrl+R
Actual Results: Nothing happens
Expected Results: The page should reload
Comment 1•23 years ago
|
||
WFM 2002010608/WinNT4
Reporter | ||
Comment 3•23 years ago
|
||
Additionally, following are Ctrl+keys that work and do not work (linux).
Work as usual:
Ctrl+G - find next (but Ctrl+F doesn't work)
Ctrl+I - page info
Ctrl+L - goes to url bar
Ctrl+O - file open dialog box
Ctrl+Q - quit
Ctrl+S - save as
Ctrl+T - new tab
special for textbox:
Ctrl+A - cursor start of line
Ctrl+B - cursor left (back)
Ctrl+C - copy selection
Ctrl+D - delete char after cursor
Ctrl+E - cursor end of line
Ctrl+F - cursor right (forward)
Ctrl+H - backspace (^H)
Ctrl+K - kill to end of line
Ctrl+N - cursor down (next line)
Ctrl+P - cursor up (prev line)
Ctrl+R - redo last undo
Ctrl+U - Kill line
Ctrl+V - paste from clipboard
Ctrl+W - delete prev word
Ctrl+X - cut selection
Ctrl+Z - undo
unknown:
Ctrl+J
Ctrl+M
behaviour should be consistent. either all should not work, or all should work.
I think there should be an additional modifier to make these things work in
text areas. A simple text box doesn't require so many control characters.
Ctrl+C, X, V are standard, and have similar usage inside and outside.
Maybe this will help
Comment 6•23 years ago
|
||
Sairuh, what's the master bug to which we're duping these "confusion about all
the conflicting key bindings in linux" bugs?
![]() |
||
Comment 7•23 years ago
|
||
Duplicate of "Make emacs textfield keybindings a pref"
*** This bug has been marked as a duplicate of 72352 ***
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
Comment 8•23 years ago
|
||
thanks boris!
yep, bug 72352 is the one, akkana. :)
Status: RESOLVED → VERIFIED
Updated•6 years ago
|
Component: HTML: Form Submission → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•