Truncation of displayed collection path during rename operation
#202 opened on Dec 11, 2015
Description
There is a minor but bothersome issue that exists in certain situations when using the "Rename Attachments" command. Normally, if the user is sorting attachments into subfolders based on collections, a list prompt is displayed for items that exist in multiple collections. The width of the prompt window is determined by the length of the item's title, and not by the longest path in the list. If an item that is nested deeply has a relatively short title, the collection path will be truncated.
I don't know if it's possible to specify the exact width of the prompt window. A kludge that I've implemented for myself simply involves concatenating a long string of whitespace to the end of the title (specifically, to the 'message' variable here in zotfile.js). This indirectly sets a minimum window size.
