Closed
Bug 185751
Opened 22 years ago
Closed 8 months ago
Text fields (input, textarea) should pass page up/down to content
Categories
(Camino Graveyard :: Accessibility, defect)
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: sbwoodside, Assigned: bugzilla-graveyard)
References
Details
(Whiteboard: p-safari)
There are a number of keybindings that only make sense in multiple lines text
fields but are caught in single-line textfields. PageUp, PageDown, Cmd-UpArrow,
Cmd-DownArrow, are included in this category. These should not be caught when
the cursor is active in a single line text field. Instead they should be passed
to the browser and work on the main view.
Single line text fields include TEXT form fields and the location bar.
Comment 2•22 years ago
|
||
In gecko, the keybindings are defined here:
http://lxr.mozilla.org/seamonkey/source/content/xbl/builtin/mac/platformHTMLBindings.xml
http://lxr.mozilla.org/seamonkey/source/content/xbl/builtin/htmlBindings.xml
I don't see PageUp and PageDown defined for input fields in my chimera tree
(almost a month old?). I don't know why this would be broken (without actually
debugging it).
Command-Up and Command-Down could be removed (I'm indifferent at the moment)
since Up and Down arrow keys have the same functionality.
Comment 3•21 years ago
|
||
Simon can you confirm with newer builds ?
Reporter | ||
Comment 4•21 years ago
|
||
in my own build from about 2 weeks ago, PageUp and PageDown do nothing in INPUT
fields and in the URL bar.
Updated•19 years ago
|
Priority: -- → P3
Target Milestone: --- → Camino1.1
Updated•19 years ago
|
Assignee: bryner → mikepinkerton
Severity: enhancement → minor
QA Contact: bugzilla → accessibility
Summary: Single-line text fields should pass on certain key bindings → Single-line text fields should pass page up/down to content
Assignee: mikepinkerton → nobody
Target Milestone: Camino1.1 → Camino2.0
Safari passes them from both <input> and <textarea>.
Summary: Single-line text fields should pass page up/down to content → Text fields (input, textarea) should pass page up/down to content
Updated•17 years ago
|
Priority: P3 → --
Target Milestone: Camino2.0 → ---
Assignee | ||
Comment 6•16 years ago
|
||
Did anyone ever look into simply adding the keybindings to the appropriate file? I sort of vaguely remember doing that for one of our keybindings bugs but I didn't comment about it failing to work (or not) here, so I'm assuming this wasn't the one.
Hardware: Macintosh → All
Whiteboard: p-safari
Assignee | ||
Comment 7•16 years ago
|
||
Taking to keep it on my radar.
Assignee: nobody → cl-bugs-new
Status: NEW → ASSIGNED
Status: ASSIGNED → RESOLVED
Closed: 8 months ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•