Spaces lost between words with text markup
Ubuntu 14.04, GIT commit: 0f698fd
First reported in https://musescore.org/en/node/48296#comment-347751, then with more detail in https://musescore.org/en/node/75806.
Steps to reproduce:
1) My First Score, edit title to "Title Two" (optionally use multiple spaces between the two words to make the bug more obvious)
2) Using the text toolbar, make the word "Title" italic, the word "Two" bold, leaving the space normal
2) save
3) close
4) reload
Result: the space is gone
This was originally reported in conjunction with a dynamic marking that was edited to read "poco f", with the word "poco" in italics, and the "f" is represented using "sym" tags (dynamicForte).
As far as I can tell, this issue only happens if the text before and after the space *both* have markup.
I am marking this "major" as there is loss of information.
Comments
Very former issue. Reproducible since more fifteen months.
The following image produced with this Nightly: 56177c3
I've added a space management module for formatted text. This PR attempts to fix the bug :
https://github.com/musescore/MuseScore/pull/2541
Fixed in branch master, commit ecfd7f2d09
fix #75816 : Implement space management for formatted text
Fixed in branch master, commit e147a42d91
Merge pull request #2551 from lasconic/fix-75816
fix #75816 : Implement space management for formatted text
Fixed in branch 2.0.4, commit a245e24bc3
fix #75816 : Implement space management for formatted text
Automatically closed -- issue fixed for 2 weeks with no activity.