#13732 closed defect (fixed)
Using Dojo Data demo broken in IE8
Reported by: | Rick Lacy | Owned by: | Kris Zyp |
---|---|---|---|
Priority: | high | Milestone: | 1.7 |
Component: | Documentation | Version: | 1.6.1 |
Keywords: | Cc: | Brian Arnold | |
Blocked By: | Blocking: |
Description
The demo referenced from this url is broken in IE8.
http://dojotoolkit.org/documentation/tutorials/1.6/dojo_data/
http://dojotoolkit.org/documentation/tutorials/1.6/dojo_data/demo/demo.html
The demo works in Chrome and FF. The problem appears to be the grid initialization. IE automagically creates a global var for the div with id 'grid'. Prefixing the grid js variable used with 'var' should take care of the problem.
Change History (4)
comment:1 Changed 11 years ago by
Owner: | set to Kris Zyp |
---|
comment:2 Changed 11 years ago by
Cc: | Brian Arnold added |
---|
comment:3 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
The demo has been updated to have the var keyword, and has been verified as functional in IE8.
comment:4 Changed 11 years ago by
Milestone: | tbd → 1.7 |
---|
Note: See
TracTickets for help on using
tickets.
I would update it but I don't know how; that page apparently isn't from docs.dojocampus.org.