#13767 closed defect (fixed)
test_Opener-RoundSelectList-async.html does not work on a blackberry
Reported by: | Douglas Hays | Owned by: | Douglas Hays |
---|---|---|---|
Priority: | high | Milestone: | 1.7 |
Component: | DojoX Mobile | Version: | 1.7.0b1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Run test_Opener-RoundSelectList?-async.html on a blackberry and only the header shows at the bottom and not the selection list.
Change History (6)
comment:1 Changed 10 years ago by
Version: | 1.6.1 → 1.7.0b1 |
---|
comment:2 Changed 10 years ago by
Priority: | normal → high |
---|
comment:3 Changed 10 years ago by
Note: See
TracTickets for help on using
tickets.
This is not a blackberry specific issue. It does not work on android devices either. There is a timing issue with loading of theme css files. Ironically, only when the theme css fails to be applied in time, it works. So, if you use <link> tags to load the theme css files instead of deviceTheme, the problem is reproducible even on Chrome. I think height of the select list needs to be given in some way.