Chord symbol text editing box displays rendered size, not actual size
I found this while investigating #24497: MacOS : CMD-A (select all) in text leaves behind the 'a' character:
STEPS:
- enter a long chord name above a note (e.g., Abmaj7)
- double click to begin text editing
RESULTS
You'll see a text box drawn at the size of the rendered chord name. However, the font has now changed to the editing font and the text spills beyond the bounds of this box. It seems to fix itself up when you start editing.
Comments
FWIW, I am only able to reproduce this is I set the chord symbol to Jazz, which does result in rendered chords being significantly shorter than the plain text version. Since it's just a temporary on-screen visual glitch that fixes itself as noted, I'm marking this "minor".
It turns out there are other effects of this, including the chord jumping up and down as you edit it if using any vertical alignment but BASELINE and markup appearing in the chord symbol if you change text styles while editing (this could also happen for other text types). This PR straightens out these issues.
https://github.com/musescore/MuseScore/pull/864
Fixed in c68019f2b4
Automatically closed -- issue fixed for 2 weeks with no activity.