Opened 10 years ago
Closed 10 years ago
#12961 closed defect (fixed)
IE9 - Dojox mobile compat
Reported by: | Chris Mitchell | Owned by: | ykami |
---|---|---|---|
Priority: | high | Milestone: | 1.7 |
Component: | DojoX Mobile | Version: | 1.6.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
It looks like the dojox/mobile/compat module isnt getting applied properly for mobile on ie9. Although things are fairly functional, stylesheets seem very messed up.
Change History (2)
comment:1 Changed 10 years ago by
comment:2 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
lools like when dojox/mobile/compat module is used, and ie9 is browser, the stylesheet names are /dojox/mobile/tests/[object] and /dojox/mobile/tests/[obj-compat.css] . Note with the bracketted strings actually sent in the stylesheet link url. The compat browser detection logic looks like it's returning [object] as the stylesheet name, rather than a more appropriate default.