Opened 9 years ago
Closed 9 years ago
#14194 closed defect (fixed)
Widget briefly flashes and then disappearing(Only on iPad)
Reported by: | remy314 | Owned by: | ykami |
---|---|---|---|
Priority: | blocker | Milestone: | 1.8 |
Component: | DojoX Mobile | Version: | 0.4.2rc1 |
Keywords: | flash | Cc: | Atsushi Ono |
Blocked By: | Blocking: |
Description
When transition to a FixedSplitter? view, the left menu briefly flashes and then totally disappeared. This defect can be reproduced on version 26935. I revert dojo to earlier version(26077) then no bug occured.
To reproduce the defect, just visit the attach html file through an iPad safari. Click the 'Accident Toolkit' icon in the middle and you will see the result.
Attachments (1)
Change History (6)
Changed 9 years ago by
Attachment: | flashbug.html added |
---|
comment:1 Changed 9 years ago by
Cc: | Atsushi Ono added |
---|
comment:2 Changed 9 years ago by
I confirmed the issue. It is caused by iOS flicker workaround code (#13382). We are now reconsidering the workaround. For now, you can avoid the issue by adding "mblIosWorkaround:false" to the djConfig to disable the iOS flicker workaround although it might cause some flicker in long ScrollableView.
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.
testcase