behave-app / behave

MIT License
0 stars 0 forks source link

CSV file got really weird name #28

Open MartySyposz opened 7 months ago

MartySyposz commented 7 months ago

Wanted to continue viewing a file

In the end the file saved was called 2.org.chromium.not-a-real-type.E21DDB58-8522-40C1-BB49-AA020663F78A (no extension)

reinhrst commented 7 months ago

So it turns out this happens if you enter a filename without extension: https://chromium.googlesource.com/chromium/src/+/b26b7fa4324d8eca94faa11a5759e92075f411cb/components/remote_cocoa/app_shim/select_file_dialog_bridge.mm#472

Not sure if we can avoid it (cancel the save), but we can at least put up a warning if this happens....