To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=101372
------- Additional comments from [email protected] Mon Apr 27 12:24:31 +0000 2009 ------- The second call to commitUpdates() is made for two reasons: 1) The last step in an animation is not done like the other steps by calling perform() on the activity object from ActivitiesQueue::process. For performance reasons it is done after the activity has been removed from the queue in ActivitiesQueue::processDequeued(). Also the last step is not painted by use of sprites but by painting the animated sprite in its final configuration directly to the canvas. 2) Hiding or showing the wait symbol also leads to update of the canvas. That update, however, is not properly synchronized with the display of animated shapes and thus can lead to the display of intermediate shape states. Possible solution: Regarding 1) can maybe be solved by keeping every activity alive one more frame. The last step in the animation is performed like every other step before. Before the sprite is removed the shape is painted in its new configuration. Only after that the activity is deactivated and the sprite is removed. --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
