To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=98766
User hdu changed the following:
What |Old value |New value
================================================================================
Assigned to|hdu |od
--------------------------------------------------------------------------------
Status|STARTED |NEW
--------------------------------------------------------------------------------
------- Additional comments from [email protected] Thu Mar 19 13:05:00 +0000
2009 -------
The scrolling on Mac is fine, the problem is that actually getting the scroll
result visible on the display is
done asynchronously on that platform. This repainting is done in the event loop
and for smooth-
scrolling the event loop cannot be handled for a long time
@od: please review the eventually apply patch below, it makes the app appear
much smoother
A more thorough approach should consume and handle the keyboard cursor-keys
while smooth-
scrolling. Then the smooth-scrolling speed should be adjusted to distance
between the target view and
the current view.
--- source/core/view/viewsh.cxx (revision 268861)
+++ source/core/view/viewsh.cxx (HDU working copy)
@@ -1495,1 +1495,2 @@
GetWin()->Scroll( 0, lScroll,
SCROLL_CHILDREN );
+ Application::Reschedule();
---------------------------------------------------------------------
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]