#12570 closed defect (fixed)
Weird View Switching
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
After applying #12547, sometimes view transition brings a blank view. In particular, when views are nested and an inner view does not have a header bar.
[IBM:2436]
Change History (3)
comment:1 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 10 years ago by
comment:3 Changed 10 years ago by
(In [24158]) Refs #12570 !strict. ScrollableView? needs to call children's resize().
Note: See
TracTickets for help on using
tickets.
For some reason, a changeset has not been created for this ticket. But fixed resize-related issues that were introduced by #12547. In particular, calculation of the view's top position in scrollable#resize() was wrong.