Opened 9 years ago
Closed 9 years ago
#14626 closed defect (fixed)
Screen flicker when switch tabs from a tabBar in scrollable view
Reported by: | zhangzxm | Owned by: | ykami |
---|---|---|---|
Priority: | high | Milestone: | 1.8 |
Component: | DojoX Mobile | Version: | 1.7.1 |
Keywords: | flicker, tabbar, scrollableview | Cc: | Atsushi Ono |
Blocked By: | Blocking: |
Description
When change tabs from one to another of a tabBar in a scrollable view, the background image will flicker (from top to middle in my test). Tested on iPhone 4.3/iPad 5.0.
Attachments (2)
Change History (7)
Changed 9 years ago by
Attachment: | tabBarTest.html added |
---|
Changed 9 years ago by
Attachment: | tabbar_all.png added |
---|
comment:1 Changed 9 years ago by
Component: | General → DojoX Mobile |
---|---|
Owner: | set to ykami |
comment:2 Changed 9 years ago by
Cc: | Atsushi Ono added |
---|
comment:3 Changed 9 years ago by
comment:4 Changed 9 years ago by
iOS flicker workaround code was removed from the trunk in #14634 since it had several side effects including this issue, so it is indirectly fixed now.
comment:5 Changed 9 years ago by
Milestone: | tbd → 1.8 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
indirectly fixed.
Note: See
TracTickets for help on using
tickets.
Thanks for your report. I confirmed the issue. The root cause of this issue is the workaround code for the iOS flicker issue derived from iOS webkit bug (#13382). We plan to reconsider it in #14634. In the meantime, you can disable it by adding "mblIosWorkaround:false" to your djConfig, so could you please try it?