https://bugs.winehq.org/show_bug.cgi?id=53485
Bug ID: 53485 Summary: Cursor is missing in Visio 2003 when editing text Product: Wine Version: 7.14 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: winebugs@copysoft.org Distribution: ---
In Visio 2003 running under Wine 7.14 the text cursor is not displayed when editing text.
How to reproduce:
Open visio, create a new document, select the text tool, type on the screen, the cursor does not appear.
Text input is fine, text is rendered fine and can be selected, copied and pasted, all that is missing is the cursor.
I've run a bisect and found that this commit appears to be responsible for the regression:
commit b8732c80b112af388264ac84d726aad09d93c8c6 Author: Zebediah Figura zfigura@codeweavers.com Date: Tue Apr 26 16:06:04 2022 +0100
win32u: Move caret APIs from user32.
Signed-off-by: Zebediah Figura zfigura@codeweavers.com Signed-off-by: Jacek Caban jacek@codeweavers.com Signed-off-by: Huw Davies huw@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org