Opened 13 years ago
Closed 13 years ago
#6396 closed defect (fixed)
Spinner: PgUp/PgDn key strokes do not function as documented.
Reported by: | Joseph Scheuhammer | Owned by: | Becky Gibson |
---|---|---|---|
Priority: | high | Milestone: | 1.2 |
Component: | Accessibility | Version: | 1.1.0 |
Keywords: | Cc: | davdib | |
Blocked By: | Blocking: |
Description
Page Up and Page Down key strokes are documented in the source code (_Spinner.js) as adjusting the value in large increments. They do not work this way.
For FF2 and FF3 on both WinXP and Mac, PgUp/PgDn do nothing.
For IE7 and IE6 on WinXP, PgUp/PgDn moves the text entry cursor to the beginning and end of the text box component of the spinner, respectively.
Either the documentation or the behaviour is wrong. PgUp/PgDn should behave as documented (my two cents).
Attachments (1)
Change History (4)
comment:1 Changed 13 years ago by
Component: | General → Accessibility |
---|
comment:2 Changed 13 years ago by
Status: | new → assigned |
---|
Changed 13 years ago by
Attachment: | 6396.patch added |
---|
comment:3 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
add pageup/pagedown support