During the Impress presentation being active in full screen mode, the OS X cursor is still visible.
can you have a look thorsten
I can confirm this is the case on my Macbook Pro SnowLeopard 10.6.5 (although personally, it doesn't bother me very much). Alex
Urk. Fought that on Mac for a while, then realized this is a general bug.
Nope. Need more coffee. But seems this is missing on purpose, a quick case POINTER_NULL: pCursor = [NSCursor arrowCursor]; [pCursor hide]; break; in NSCursor* AquaSalFrame::getCurrentCursor() const leads to a completely unresponsive app on areas this is selected. Hm.
Tested with 3.3 final on Windows 7: The cursor is visible for 10-20 seconds, before it vanishes. Seems to be way too long as well, but at least it vanishes.
This is an Impress bug, therefore changed Component accordingly.
Freeing bug for EasyHack takers - the code I mentioned earlier is in vcl/aqua/source/window/salframe.cxx - needs a Mac to fiddle with this of course.
(In reply to comment #4) > leads to a completely unresponsive app on areas this is selected. Hm. What do you mean with that? With quite the same patch, my application still respond the same as without it (so no regression/other behavior). (see https://gerrit.libreoffice.org/#/c/3376/ ) (In reply to comment #5) > Tested with 3.3 final on Windows 7: The cursor is visible for 10-20 seconds, > before it vanishes. Seems to be way too long as well, but at least it > vanishes. Same on Mac OSX now, with that patch. Kind regards, Joren
jorendc committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=8d351c59d4393aa37ab38139b3a741f15a49dbfe fdo#31082 cursor visible during impress presentation The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Migrating Whiteboard tags to Keywords: (EASYHACK, DifficultyInteresting, SkillCpp ) [NinjaEdit]