Opened 12 years ago
Closed 9 years ago
#11508 closed defect (wontfix)
dojox mobile AlertDialog and ListSelector (popupSubMenu) positioned incorrectly
Reported by: | mjsp | Owned by: | cjolif |
---|---|---|---|
Priority: | high | Milestone: | tbd |
Component: | DojoX Mobile | Version: | 1.5 |
Keywords: | mobile AlertDialog ListSelector popupSubMenu | Cc: | |
Blocked By: | Blocking: |
Description
I've been writing a big app using dojox mobile :) Only big problem I've encountered so far...
If the page is vertically taller than the screen and the user scrolls down then the AlertDialog? / ListSelector? and its mask div both appear at the top of the page still (which can be completely out of view).
I found changing the mask to w/h 100%, incorporating window.scrollY value into the equation on AlertDialog? and using the includeScroll parameter of the dojo._abs call on the ListSelector?, solves these issues.
Change History (3)
comment:1 Changed 12 years ago by
comment:2 Changed 9 years ago by
Owner: | changed from Shane O'Sullivan to cjolif |
---|---|
Status: | new → assigned |
Shane is unavailable to work on Dojo issues at this time. Christophe, can you please determine who this one should go to?
comment:3 Changed 9 years ago by
Resolution: | → wontfix |
---|---|
Status: | assigned → closed |
dojox/mobile/app is deprecated in favor of dojox/app. I don't think anyone is available to maintain dojox/mobile/app. The right solution is to use dojox/app and for the dialog to use dojox/mobile/SimpleDialog.
Thanks for the tip.
It's worth noting that dojox.mobile.app and its widgets are very much at alpha stage, and not production ready yet, so be careful with using them yet.