Opened 8 years ago
Closed 8 years ago
#16496 closed defect (invalid)
bottom fixed Heading or TabBar not presented correctly inside SwapView when ScrollableView is present also
Reported by: | Prutkar | Owned by: | Eric Durocher |
---|---|---|---|
Priority: | undecided | Milestone: | tbd |
Component: | DojoX Mobile | Version: | 1.8.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Following setup does not present bottom fixed Heading (or TabBar?) correctly, ScrollableView? takes over whole screen not adjusting itself for the bottom fixed positioned element.
View
Heading, fixed: "top"
ScrollableView?, allowNestedScrolls: true
Heading, fixed: "bottom" (or TabBAr, fixed: "bottom")
Heading, fixed: "top"
ScrollableView?, allowNestedScrolls: true
Heading, fixed: "bottom" (or TabBAr, fixed: "bottom")
Change History (4)
comment:1 Changed 8 years ago by
comment:2 Changed 8 years ago by
Could you please attach a runnable program which reproduces the issue?
comment:3 Changed 8 years ago by
The setup was actually View
View
Heading ScrollableView? ScrollableView? TabBar?
View
Heading ScrollableView? Heading
Heading ScrollableView? Heading
I changed it to
View
View
Heading ScrollableView? ScrollableView? TabBar?
Heading ScrollableView? Heading
Heading ScrollableView? Heading
Now it works correctly.
comment:4 Changed 8 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
OK thanks, so I am closing this as invalid.
The allowNestedScrolls belongs under "SwapView?"
Also I'd like to mention that this views are created programmatically.
So I tried to add "heading top" and "heading bottom" using ScrollableView?.addFixedBar() method (placed them as childs of ScrollableView? instead of SwapView?), which works and bars are presented correctly but scrollable area is overlapping those bars which is undesirable.