#13332 closed defect (fixed)
mobileGeoCharting problems on IE8
Reported by: | bill | Owned by: | ykami |
---|---|---|---|
Priority: | high | Milestone: | 1.7 |
Component: | DojoX Mobile | Version: | 1.7.0b1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
demos/mobileGeoCharting/demo.html gets exceptions loading on IE8, and displays strangely.
The exceptions are in the touch scrolling code, so assigning this ticket against DojoX mobile. If you start the debugger you'll see it has problems because this.domNode isn't defined, etc.
Change History (2)
comment:1 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 10 years ago by
Milestone: | tbd → 1.7 |
---|
ps.
Even with this fix, mobileGeoCharting still seems to have problems on IE. Probably because mobileGeoCharting does not support IE from the beginning(?)
Note: See
TracTickets for help on using
tickets.
(In [25647]) Fixes #13332 !strict It looks sometimes IE does not have domNode.clientHeight, and thus the calculated height becomes negative and it causes script error in resize(). Added some fail-safe code.