Opened 14 years ago
Closed 14 years ago
#3638 closed defect (fixed)
exception in wai.js when dijit D.O.H tests are run
Reported by: | Becky Gibson | Owned by: | Becky Gibson |
---|---|---|---|
Priority: | high | Milestone: | 0.9 |
Component: | Accessibility | Version: | 0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
problem is that dojo.getComputedStyle() is returning null. Need to check for valid return before using.
Change History (3)
comment:1 Changed 14 years ago by
Summary: | exception in wai.js when D.O.H tests for onklick are run → exception in wai.js when dijit D.O.H tests are run |
---|
comment:2 Changed 14 years ago by
Status: | new → assigned |
---|
comment:3 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
(In [9490]) in onload high contrast checking function need to check for valid computedStyle returned before using. fixes #3638