#12319 closed defect (fixed)
sniff is missing from dojox.mobile
Reported by: | ykami | Owned by: | Shane O'Sullivan |
---|---|---|---|
Priority: | high | Milestone: | 1.6 |
Component: | DojoX Mobile | Version: | 1.6.0b1 |
Keywords: | Cc: | bill | |
Blocked By: | Blocking: |
Description
dijit._base.sniff doesn't work for dojox.mobile applications. Browser specific class names such as dj_webkit are not given to <html>, and thus causes rendering problems.
Attachments (2)
Change History (7)
comment:1 Changed 11 years ago by
comment:2 Changed 11 years ago by
Fixing iphone.css and android.css was much better than to force requiring dijit._base.sniff. Anyway the compatibility module needs uacss, so the revised patch adds dojo.require("dijit._base.sniff") to compat.js instead of _base.js, and modifies the css files a little. Please do not use 12319.patch.
comment:3 Changed 11 years ago by
Milestone: | tbd → 1.6 |
---|
comment:4 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:5 Changed 11 years ago by
Note: See
TracTickets for help on using
tickets.
After [23762], dijit base can no longer be loaded automatically. Need to add explicit dojo.require("dijit._base.sniff").