Opened 10 years ago
Closed 10 years ago
#12970 closed defect (fixed)
mobile Overlay widget not staying at the bottom on Blackberry during scrolling
Reported by: | Douglas Hays | Owned by: | Douglas Hays |
---|---|---|---|
Priority: | high | Milestone: | 1.7 |
Component: | DojoX Mobile | Version: | 1.6.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Run mobile/tests/test_Overlay.html on a Blackberry, open the popup and scroll down. The popup does not stay at the bottom like it should.
Note: See
TracTickets for help on using
tickets.
(In [24981]) Fixes #12970. Use position:fixed+bottom:0 for devices that truly support it, and position:absolute+top for others.