draw/resize events don't play well with animation
Bug #328327 reported by
mangtronix
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Internet Archive BookReader |
Confirmed
|
Medium
|
mangtronix |
Bug Description
If a draw method is triggered while an animation is active (for example resizing the browser window while in autoplay mode) some of the image and div positions can have conflicting values leading to display errors.
Changed in bookreader: | |
assignee: | nobody → mangtronix (mang) |
importance: | Undecided → Medium |
status: | New → Confirmed |
To post a comment you must log in.
This bug can be triggered when the user changes from 1-up to autoplay mode when viewing an RTL book. We currently have a workaround in place to change the timing of events (by not flipping immediately in this case) that should be removed once draw events and animation play well together.