Opened 14 years ago
Closed 14 years ago
#3351 closed task (fixed)
Checkbox: refactor to use dijit_a11y
Reported by: | bill | Owned by: | bill |
---|---|---|---|
Priority: | high | Milestone: | 0.9beta |
Component: | Accessibility | Version: | 0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Now that we've reimplimented detection of high-contrast mode or not, no need to use images for checkbox; can just use background image, or native checkbox element if machine is in high contrast mode. This will simplify the code.
Change History (2)
comment:1 Changed 14 years ago by
Status: | new → assigned |
---|
comment:2 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
(In [9008]) Refactor Checkbox and RadioButton? to take advantage of dijit_a11y flag. Since we now know if we are in high-contrast mode of not, no need to convert from background-image to <img>.
Still have to do some more refactoring after FormElement?._onMouse (refs #3350) is complete.
Fixes #3351.