#15333 closed defect (invalid)
Wrong bottom align of ScrollableView within SwapView and View
Reported by: | youngho | Owned by: | youngho |
---|---|---|---|
Priority: | undecided | Milestone: | tbd |
Component: | DojoX Mobile | Version: | 1.7.2 |
Keywords: | Cc: | Eric Durocher | |
Blocked By: | Blocking: |
Description
Hello,
A dojox.mobile.ScrollableView? within a dojox.mobile.SwapView? and dojox.mobile.View with top, bottom Heading shows wrong bottom align when scrolling bottom to up
Attachments (1)
Change History (7)
Changed 9 years ago by
Attachment: | test_ScrollableView-hv-ah-af_1.html added |
---|
comment:1 Changed 9 years ago by
Cc: | Eric Durocher added |
---|---|
Owner: | changed from ykami to youngho |
Status: | new → pending |
comment:2 Changed 9 years ago by
Status: | pending → new |
---|
How can we guarantee an user doesn't use such combination within a View ? Typically I use such combination within a view for multiscreen switch transition.
comment:3 Changed 9 years ago by
Status: | new → pending |
---|
Which type of fixed bar are you trying to create, application-level (always stays regardless of view transitions) or view-local (moves with the view when view transition is performed)?
comment:4 Changed 9 years ago by
Resolution: | → invalid |
---|---|
Status: | pending → closed |
Because we get so many tickets, we often need to return them to the initial reporter for more information. If that person does not reply within 14 days, the ticket will automatically be closed, and that has happened in this case. If you still are interested in pursuing this issue, feel free to add a comment with the requested information and we will be happy to reopen the ticket if it is still valid. Thanks!
comment:5 follow-up: 6 Changed 8 years ago by
Dojo 1.8.1
Following setup does not present bottom fixed header (or TabBar?) correctly, ScrollableView? takes over whole screen not adjusting itself for the bottom fixed positioned element.
View
Heading fixed: "top"
Heading fixed: "bottom" (or TabBar?, fixed: "bottom")
Heading fixed: "top"
Heading fixed: "bottom" (or TabBar?, fixed: "bottom")
comment:6 Changed 8 years ago by
I tried your setup with dojo-1.8 (by modifying your attachment), but was not able to reproduce the problem. Seems to be working fine. Can you provide a small example code?
Seems to be failing to find the application-level header/footer bars. You should remove the top level View node for the bars to be top level.