View Issue Details

IDProjectCategoryView StatusLast Update
0002290Slicer4Module DICOMpublic2014-03-06 05:13
Reportermillerjv Assigned Tofinetjul  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product VersionSlicer 4.1.1 
Target VersionSlicer 4.3.0Fixed in VersionSlicer 4.3.0 
Summary0002290: Importing DICOM - "return key" should not be bound to "ok"
Description

In most file browsers, you can type in a path and hit the "return key" to navigate to the directory. You can then continue to navigate below that point in the filesystem and eventually a file and say "ok".

When importing DICOM that is on a remote directory (whose complete path you may have forgotten), if you type part of the path into the dialog and hit the "return key", then Slicer tries to import the entire filesystem under that path.

TagsNo tags attached.

Activities

pieper

pieper

2012-07-30 06:02

administrator   ~0005449

I tried setting the default to false in the ctkFileDialog but no luck. Julien, do you know how to do this?

https://github.com/pieper/CTK/compare/slicer2290-import-dialog-defaultButton

http://qt-project.org/doc/qt-4.7/qpushbutton.html#propertySection

http://qt-project.org/doc/qt-4.7/qdialog.html#id-da1bf358-dbb7-4ffe-94d4-323c125e6346

pieper

pieper

2012-12-12 02:02

administrator   ~0007488

This would need to changed in the ctkFileDialog by adding a keyPressEventHandler.

pieper

pieper

2012-12-12 02:22

administrator   ~0007489

On windows native directory browser:

  • type directory path
  • hit enter->list window changes to directory contents
  • hit enter again ->dialog is activated

On QFileDialog directory mode:

  • type directory path
  • hit enter -> dialog is activated

We should change the ctkFIleDialog behavior to match the windows one.

finetjul

finetjul

2012-12-18 10:59

administrator   ~0007548

Fixed in https://github.com/commontk/CTK/issues/281

jcfr

jcfr

2014-03-06 05:12

administrator   ~0011034

Closing resolved issues that have not been updated in more than 3 months

Issue History

Date Modified Username Field Change
2012-07-03 05:22 millerjv New Issue
2012-07-03 05:22 millerjv Status new => assigned
2012-07-03 05:22 millerjv Assigned To => pieper
2012-07-30 06:02 pieper Note Added: 0005449
2012-07-30 06:02 pieper Assigned To pieper => finetjul
2012-08-22 05:56 jcfr Target Version => Slicer 4.3.0
2012-12-12 02:02 pieper Note Added: 0007488
2012-12-12 02:22 pieper Note Added: 0007489
2012-12-18 10:59 finetjul Note Added: 0007548
2012-12-18 10:59 finetjul Status assigned => resolved
2012-12-18 10:59 finetjul Fixed in Version => Slicer 4.2.3
2012-12-18 10:59 finetjul Resolution open => fixed
2013-02-12 09:40 jcfr Fixed in Version Slicer 4.2.3 => Slicer 4.3.0
2014-03-06 05:12 jcfr Note Added: 0011034
2014-03-06 05:13 jcfr Status resolved => closed