The cursor is on the wrong height after deleting all characters in a line.
Reported version
3.x-dev
Type
Graphical (UI)
Frequency
Once
Severity
S4 - Minor
Reproducibility
Always
Status
closed
Regression
No
Workaround
No
Project
The cursor 'forgets' its font size as far as its y position is concerned. Ubuntu 19.10
Write something in the title with 2 lines of text. Delete the entire second line, now the cursor is on the wrong height.
This was created after a PR for this issue was made. https://github.com/musescore/MuseScore/pull/5884
Attachment | Size |
---|---|
Screenshot from 2020-03-29 22-27-10.png | 9.33 KB |
Screenshot from 2020-03-29 22-27-26.png | 7.88 KB |
Fix version
3.5.0
Comments
Fixed in branch master, commit 72cf832819
_Merge pull request #5884 from SKefalidis/cursor-height
fix #303078: Fixed a bug where the cursor would be on the wrong height after deleting all chars in a line_
The pull request was reverted because, according to Anatoly, it broke "musicxml io tests".
See https://travis-ci.org/github/musescore/MuseScore/jobs/677938270#L4343-L… for the failure
New PR -> https://github.com/musescore/MuseScore/pull/5978
The test fail was not related to this PR, it reintroduced an issue related to https://github.com/musescore/MuseScore/pull/5881
Fixed in branch master, commit 607a344953
_Merge pull request #5978 from SKefalidis/cursor-height
fix #303078: Fixed a bug where the cursor would be on the wrong height after deleting all chars in a line (fixed regression)_
Automatically closed -- issue fixed for 2 weeks with no activity.