Page MenuHomePhabricator

when saving an image node that has a "." in its name the application returns "no suitable file format found"
Closed, ResolvedPublic

Description

easy bug. but very unintuitive. the application should be always aware which extension to take depending on the DataNode type and not on its name.

steps to reproduce:

  • start current extapp (commit: a75c8c4c60297849c0a17ce47099ee37761a6862)
  • load Pic3D
  • rename Pic3D in the DataManager to Pic.3D
  • try to save it in some dir
  • the application will show an error "no suitable file format found"

Event Timeline

I doublechecked with Michael. Bug only appears under Linux.

[840a54]: Merge branch 'bug-11799-handling-of-node-names-with-special-characters

Merged commits:

2012-05-02 16:38:04 Michael Mueller [db98e1]
reworked code of CommonFunctionality::SaveImage: nrrd is the default file format if no or an unknown extension is given

closing for now. reopen for bugs