https://bugs.documentfoundation.org/show_bug.cgi?id=148481
Heiko Tietze <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Ever confirmed|0 |1 Status|UNCONFIRMED |NEW Summary|Wrong mouse pointer shown |Wrong mouse pointer shown |when pressing Ctrl in Table |for hyperlinks when |of Contents |pressing Ctrl Keywords|needsUXEval |needsDevAdvice Blocks| |125943, 103182 --- Comment #1 from Heiko Tietze <[email protected]> --- The issue applies to all kind of hyperlinks. VCL = gen shows nicely the "refhand" (pointer finger up). Looking into the code it seems to be mistakenly assigned to the closed hand pointer, at least for gtk and qt. Wonder if there is a reason... And I haven't checked other OS. vcl/unx/gtk/app/gtkdata.cxx MAP_BUILTIN( PointerStyle::RefHand, GDK_HAND2, "grab" ); MAP_BUILTIN( PointerStyle::Hand, GDK_HAND2, "grab" ); vcl/Qt5/QtData.cxx MAP_BUILTIN(PointerStyle::RefHand, Qt::OpenHandCursor); MAP_BUILTIN(PointerStyle::Hand, Qt::OpenHandCursor); Referenced Bugs: https://bugs.documentfoundation.org/show_bug.cgi?id=103182 [Bug 103182] [META] GTK3-specific bugs https://bugs.documentfoundation.org/show_bug.cgi?id=125943 [Bug 125943] [META] Qt5 VCL backend bugs and enhancements -- You are receiving this mail because: You are the assignee for the bug.
