View Issue Details

IDProjectCategoryView StatusLast Update
0002329Slicer4Module Editorpublic2012-08-21 09:47
Reporterfedorov Assigned Topieper  
PrioritynormalSeverityblockReproducibilityalways
Status closedResolutionfixed 
Product Version 
Target VersionSlicer 4.2.0Fixed in VersionSlicer 4.2.0 
Summary0002329: Widget is not instantiated properly when showVolumesFrame=False
Description

from Editor import EditorWidget
ew=EditorWidget(showVolumesFrame=False)
Traceback (most recent call last):
File "<console>", line 1, in <module>
File "/Users/fedorov/github/Slicer-Superbuild/Slicer-build/lib/Slicer-4.1/qt-scripted-modules/Editor.py", line 63, in init
self.setup()
File "/Users/fedorov/github/Slicer-Superbuild/Slicer-build/lib/Slicer-4.1/qt-scripted-modules/Editor.py", line 213, in setup
self.helper.mergeValidCommand = self.updateLabelFrame
AttributeError: 'NoneType' object has no attribute 'mergeValidCommand'

TagsNo tags attached.

Activities

fedorov

fedorov

2012-07-24 14:25

developer   ~0005227

a branch has been created to work on resolution of this issue here:

https://github.com/fedorov/Slicer/tree/2329-editor-widget-reuse

fedorov

fedorov

2012-07-26 05:06

developer   ~0005250

Related issue on Reporting github: would be nice to be able to reuse EditorLib components (such as ColorBox and EditColor) from other modules.

https://github.com/fedorov/Reporting/issues/21

pieper

pieper

2012-08-08 11:06

administrator   ~0005529

If this is working, let's close the report. If there are other issues let's open up fresh bug reports.

Thanks,
Steve

Issue History

Date Modified Username Field Change
2012-07-19 13:40 fedorov New Issue
2012-07-19 13:40 fedorov Status new => assigned
2012-07-19 13:40 fedorov Assigned To => pieper
2012-07-24 14:25 fedorov Note Added: 0005227
2012-07-26 05:06 fedorov Note Added: 0005250
2012-08-08 11:06 pieper Note Added: 0005529
2012-08-08 11:06 pieper Status assigned => feedback
2012-08-08 11:07 fedorov Status feedback => closed
2012-08-08 11:07 fedorov Resolution open => fixed
2012-08-08 11:07 fedorov Fixed in Version => Slicer 4.1.2 - August
2012-08-21 09:45 jcfr Fixed in Version Slicer 4.1.2 - August => Slicer 4.2.0 - Feature freeze Sept 1st 2012
2012-08-21 09:47 jcfr Target Version => Slicer 4.2.0 - Feature freeze Sept 1st 2012