Mouse clicks do not move insert point in Chord Symbol text box
I found this while investigating #24497: MacOS : CMD-A (select all) in text leaves behind the 'a' character:
STEPS
- place a chord name above a note (e.g., "G7")
- double click to enter text editing mode
- click the mouse to reposition the text insert point
RESULTS
The insert point does not move
Text::mousePress()
is getting called but nothing seems to happen.
Comments
Confirmed. On my system (WIndows 7), I also see the screen flash when I click the mouse in the text area - the text toolbar disappears and the other toolbars un-grey. Looks like the GUI temporarily goes out of text edit mode.
Fixed in 1b0dc49585
Automatically closed -- issue fixed for 2 weeks with no activity.