To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=96540


User af changed the following:

                What    |Old value                 |New value
================================================================================
        Target milestone|---                       |OOo 3.2
--------------------------------------------------------------------------------




------- Additional comments from a...@openoffice.org Wed Feb 11 15:12:30 +0000 
2009 -------
The problem is not caused by anything being slow.   It is the result of the
asynchronous event handling in the slide show.  When the slide show is started
then the animations triggered by "appear with previous" are scheduled for
execution but are executed only after the first frame has already been painted. 
 

This is because the event queue is processed only once per frame.  Events that
are put into the queue as the result of another event being executed are
therefore only for the next frame.

I think that the actual delay with which the shapes are displayed is
considerably shorter than 0.5 s but it is an annoying visual glitch nonetheless.

The naive fix for this is to process the event queue until empty (or until the
time slot for the current frame is used up).

---------------------------------------------------------------------
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: issues-unsubscr...@graphics.openoffice.org
For additional commands, e-mail: issues-h...@graphics.openoffice.org


---------------------------------------------------------------------
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org

Reply via email to