Image capture: "save as" field is blank

• Aug 10, 2015 - 15:09
Reported version
2.1
Type
Functional
Severity
S4 - Minor
Status
closed
Project

When you try to save a screenshot with the image capture tool, the "save as" field is blank rather than containing a default file name.


Comments

When you first try to save a newly-created score, MS provides a default file name—"Untitled". Shouldn't the same apply for an image?

Status (old) patch (code needs review) fixed

Fixed in branch master, commit 316e09823b

fix #72896: solved the blank name issue within Save as option in Image capture feature by setting a default name consisting of current score name; every score will use this default name for its first save

compute the default path only for the very first save

fixed the coding style issues

updated the solution in order to cover the native dialogs as well

Fixed in branch 2.1, commit fa8fdd3f63

fix #72896: solved the blank name issue within Save as option in Image capture feature by setting a default name consisting of current score name; every score will use this default name for its first save

compute the default path only for the very first save

fixed the coding style issues

updated the solution in order to cover the native dialogs as well