Inconsistent behavior in generating automatic file names

• Jun 15, 2013 - 08:04
Type
Functional
Severity
S4 - Minor
Status
needs info
Regression
No
Workaround
No
Project

To reproduce:
1. Create a new score, and include spaces and periods in the middle of the title
2. Go to either the Save As dialog or the Export dialog.

Expected behavior:
The entire file name should be present, with the spaces optionally replaced by underscores. This is the current behavior in the Save dialog.

Actual behavior:
Everything after the period is truncated, and the spaces are not replaced by undescores.


Comments

Woah, this is a blast from the past!

Yes, it is still the case on nightly. To reproduce: create a new score titled "a.b.c" with whatever instruments you want.

Expected results:

  • The tab bar should say "a.b.c" in it
  • When you click "File -> Save As", the default filename should be a.b.c.mscz

Actual results:

  • The tab bar says "a.b"
  • When you click "File -> Save As", the default filename is a.b.mscz