To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=90907
------- Additional comments from [email protected] Mon Feb 22 13:35:46 +0000 2010 ------- Thanks for bringing up this issue again. However, there is no need to guess a default number of lines to scroll, because [NSEvent deltaX] [NSEvent deltaY] deliver exactly the number of pixels to scroll (see documentation of class NSEvent). These values even increase automatically depending on the speed the user moves the wheel. It is possible to scroll by 1 pixel only (very slow), up to an entire screen at once (very fast). Please consider using these functions, as they make OOo behave exactly the way that is expected for every MacOS X application. Just try it out with Safari, Mail, or any other app. --------------------------------------------------------------------- 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]
