Ticket #6396 (closed defect: fixed)

Opened 8 months ago

Last modified 5 months ago

Spinner: PgUp/PgDn key strokes do not function as documented.

Reported by: clown Owned by: becky
Priority: normal Milestone: 1.2
Component: Accessibility Version: 1.1.0
Severity: normal Keywords:
Cc: davdib

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

6396.patch (3.8 kB) - added by becky 5 months ago.
add pageup/pagedown support

Change History

Changed 8 months ago by clown

  • component changed from General to Accessibility

Changed 5 months ago by becky

  • status changed from new to assigned

Changed 5 months ago by becky

add pageup/pagedown support

Changed 5 months ago by becky

  • status changed from assigned to closed
  • resolution set to fixed

(In [14311]) fixes #6396 added support for page up/down in spinner

Note: See TracTickets for help on using tickets.