Opened 10 years ago
Closed 10 years ago
#12605 closed defect (fixed)
TabBar does not resize when in ScrollableView
Reported by: | ykami | Owned by: | ykami |
---|---|---|---|
Priority: | high | Milestone: | 1.7 |
Component: | DojoX Mobile | Version: | 1.6.0 |
Keywords: | 1.7-mobile | Cc: | |
Blocked By: | Blocking: |
Description
When TabBar is placed inside ScrollableView as a fixed bottom bar, buttons in the TabBar are not centered correctly.
Change History (2)
comment:1 Changed 10 years ago by
comment:2 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
TabBar.resize() is not called, because ScrollableView's getChildren() does not return fixed bars. This is because fixed bars are not placed under containerNode. getChildren() has to be overridden.