Closed Bug 196923 Opened 21 years ago Closed 20 years ago

Trunk Camino builds don't respond to command-up and cmd-down arrow keys

Categories

(Camino Graveyard :: Accessibility, defect)

PowerPC
macOS
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: jeff, Assigned: sfraser_bugs)

Details

(Keywords: regression)

User-Agent:       Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.4a) Gecko/20030311 Chimera/0.7+
Build Identifier: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.4a) Gecko/20030311 Chimera/0.7+

The new Camino trunk builds aren't responding to command-down and command-up to
take you to the top or bottom of the page.

Reproducible: Always

Steps to Reproduce:
1.
2.
3.
Yup.
Status: UNCONFIRMED → NEW
Ever confirmed: true
->accessibility
Assignee: saari → bryner
Component: General → Accessibility
QA Contact: winnie → sairuh
jeff mentioned in bug 197865 comment 9 that this was a regression when we landed
onto the trunk.
This doesn't work in Mozilla builds either.
this doesn't work on ns7.02 on OS X (based on mozilla 1.0.2), so i don't this
(cmd+up/down) had worked in mozilla before. looks like a camino-specific regression.

as a workaround (if you have an extended keyboard --cannot remember if it works
on a Ti keyboard), the Home and End keys work the same as cmd+up and cmd+down.
Keywords: regression
Yeah, I don't think this was ever in Mozilla. I believe it was a Camino specific
feature. I noticed it broke when i first downloaded a trunk build.
cleaning up summary so as not to be confused with left & right which still work just fine

(and bug re-confirmed Camino 2003-07-04-04)
Summary: Trunk Camino builds don't respond to command-arrow keys → Trunk Camino builds don't respond to command-up and cmd-down arrow keys
Confirming with 2003082402.
Taking
Assignee: bryner → sfraser
Adding next to htmlBindings.xml, it works fine in 20040225NB.

<handler event="keypress" keycode="VK_UP" modifiers="accel"
command="cmd_scrollTop" />
<handler event="keypress" keycode="VK_DOWN" modifiers="accel"
command="cmd_scrollBottom" />
htmlBindings.xml is used on all platforms. We probably want this to be mac-only
(maybe in platform bindings, or captured in the cocoa code).
WFM in an up to date private build ~20050120.
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.