Opened 14 years ago
Closed 14 years ago
#3196 closed defect (fixed)
cStyle has no properties
Reported by: | guest | Owned by: | Becky Gibson |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Accessibility | Version: | 0.4.2 |
Keywords: | Cc: | [email protected]… | |
Blocked By: | Blocking: |
Description
In FireFox? 1.5/2.0 (works fine in IE 6+), when using nested iFrames and the deepest iFrame is being initialized, the following error occurs within dojo/src/a11y.js on line 46:
"cStyle has no properties"
The cStyle variable is null, causing the error when attempting the getPropertyValue call.
Attachments (1)
Change History (4)
comment:1 Changed 14 years ago by
comment:2 Changed 14 years ago by
comment:3 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
addressed in 0.9 with fix to #3638 so closed as fixed
Note: See
TracTickets for help on using
tickets.
Please provide testcase against Dijit 0.9 code, if this is still an issue.