To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=101679
User aw changed the following:
What |Old value |New value
================================================================================
Status|NEW |STARTED
--------------------------------------------------------------------------------
------- Additional comments from [email protected] Fri May 8 12:10:45 +0000
2009 -------
AW: Problem is not performance per se, but more a timer problem. The new
situation when movingthe mouse is prepared several times, but visualised only
irregularly. This happens, since the overlay is designed to repaint when the big
changes to it are done. During interaction, this mechanism (timer-driven) may
miss the gap between two MouseMoves; there seems to be no reschedule in the
MouseMove processing task.
The OverlayManager has a flush() method for this purpose; using it at the point
where it is known that the interaction is prepared, solves the problem. Adding
and testing for create and drag...
---------------------------------------------------------------------
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]