FLUID-860: Double clicking does not properly activate checkbox: using FF

Metadata

Source
FLUID-860
Type
Bug
Priority
Minor
Status
Closed
Resolution
Cannot Reproduce
Assignee
Justin Obara
Reporter
Justin Obara
Created
2008-07-08T15:36:59.000-0400
Updated
2014-07-07T15:14:25.956-0400
Versions
  1. 0.1
  2. 0.3
  3. 0.4beta1
  4. 0.4
  5. 0.5beta1
  6. 0.5
  7. 0.6beta1
  8. 0.6
  9. 0.7
  10. 0.8
  11. 1.0
  12. 1.1
  13. 1.1.1
  14. 1.1.2
  15. 1.2
Fixed Versions
N/A
Component
  1. Keyboard Accessibility

Description

This is essentially the opposite bug as a FLUID-534.

The double click seems to be registered as two individual clicks. This means that the check box is activating and deactivating.

Steps to reproduce:

1) open the Checkboxes keyboard accessibility example from the daily build site
http://build.fluidproject.org/fluid/sample-code/keyboard-a11y/checkboxes/CheckboxExample.html

2) double click a check box or its text description. Notice that the check box activates and deactivates.

According to Fluid-534, the checkbox should remain activated after a double click.

Environments

FF2 (Mac OS X)
FF2, FF3 (Win XP)
FF3 (Win Vista)

Comments

  • Anastasia Cheetham commented 2011-01-20T16:41:21.754-0500

    Now that the CheckBox example has been removed, we have no easy way to double-check this one. Any thoughts on how we can create a test case for it? Can we effectively simulate double-clicks in a unit test?