View Issue Details

IDProjectCategoryView StatusLast Update
0001360Slicer4Core: GUIpublic2018-03-02 11:01
Reporterdmwelch Assigned Tofinetjul  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionunable to reproduce 
PlatformMac OS XOSSnow LeopardOS Version10.6.7
Product VersionSlicer 4.0 beta 
Target VersionSlicer 4.7.0Fixed in Version 
Summary0001360: Module pull-down doesn't display list within screen area
Description

On the first instance of using the "Modules" pull-down list, the top third is displayed off-screen. The area of the list menu is the correct size for the full list (see image).

After the first attempt, any other use of the "Modules" pull-down displays correctly.

Additional Information

ATI Radeon HD 2600 XT:

Chipset Model: ATI Radeon HD 2600
Type: GPU
Bus: PCIe
Slot: Slot-1
PCIe Lane Width: x16
VRAM (Total): 256 MB
Vendor: ATI (0x1002)
Device ID: 0x9588
Revision ID: 0x0000
ROM Revision: 113-B1480A-252
EFI Driver Version: 01.00.252
Displays:
DELL 2007FP:
Resolution: 1200 x 1600 @ 60 Hz
Pixel Depth: 32-Bit Color (ARGB8888)
Display Serial Number: G324H91N26PL
Main Display: Yes
Mirror: Off
Online: Yes
Rotation: 90
DELL 2007FP:
Resolution: 1600 x 1200 @ 60 Hz
Pixel Depth: 32-Bit Color (ARGB8888)
Display Serial Number: G324H91N26NL
Mirror: Off
Online: Yes
Rotation: Supported

TagsNo tags attached.

Activities

2011-08-25 10:16

 

bug_110825_Modulepulldown.tiff (413,326 bytes)

2011-08-25 10:17

 

finetjul

finetjul

2011-08-28 17:01

administrator   ~0002831

Did you have that problem before r17752 ?

dmwelch

dmwelch

2011-08-29 06:55

reporter   ~0002842

This is my first successful build of Slicer4, so I can't say. Would you like me to build a pre-r17752 version and test this?

finetjul

finetjul

2011-08-30 07:49

administrator   ~0002849

That would be helpful indeed.
Just to help us direct our effort, toward the new feature or the modules menu in general.
Thanks.

dmwelch

dmwelch

2011-09-01 08:19

reporter   ~0002874

Sorry, I haven't had any time to look at this lately. I am using GIT, but still learning how to use it. How do I downgrade to the appropriate version using GIT?

finetjul

finetjul

2011-09-01 08:26

administrator   ~0002875

r17751 (one commit before r17752) has the git SHA1 4b2e67ced4ccc542f5cd
so doing the following should work:
git checkout 4b2e67ced4ccc542f5cd

dmwelch

dmwelch

2011-09-01 08:59

reporter   ~0002877

This hash doesn't appear to work:

$ git checkout 4b2e67ced4ccc542f5cd
error: pathspec '4b2e67ced4ccc542f5cd' did not match any file(s) known to git.

I cannot find the hash on the Slicer GIThub either. Typo?

finetjul

finetjul

2011-09-01 09:19

administrator   ~0002879

You are using git-svn, not just git, right ?
So the SHA1 is then a5e2959efeb33e368a21dadd (on my machine at least, maybe it's not valid with others...)
If not, use gitk to search for the SHA1 associated to r17751 (August 18th).

dmwelch

dmwelch

2011-09-01 12:51

reporter   ~0002882

Sorry, I didn't realize GitHub didn't show the whole commit history on a single page.
$ git checkout -b 4b2e67ced4ccc542f5cd
$ git revert 4b2e67ced4ccc542f5cd

Is this right? I'm using the BRAINSia/Slicer repository, so I'm not sure if this will correctly revert the Slicer HEAD and keep the BRAINSia modifications.

finetjul

finetjul

2011-09-02 06:05

administrator   ~0002884

I would do:
$ git checkout -b test-branch
$ git checkout 4b2e67ced4ccc542f5cd
...

dmwelch

dmwelch

2011-09-02 06:27

reporter   ~0002885

I'm getting an unknown file error in git.

$ git checkout -b dmwelch
Switched to a new branch 'dmwelch'
$ git checkout 4b2e67ced4ccc542f5cd
error: pathspec '4b2e67ced4ccc542f5cd' did not match any file(s) known to git.

finetjul

finetjul

2011-09-02 06:43

administrator   ~0002886

Then it means 4b2e67ced4ccc542f5cd is not the correct git tag. Use gitk to search the right SHA1.

finetjul

finetjul

2011-09-02 06:45

administrator   ~0002887

Alternatively, you can try a package:
http://www.cdash.org/slicer4/viewFiles.php?buildid=901

dmwelch

dmwelch

2011-09-30 09:20

reporter   ~0003146

I haven't been able to look at this much since and I'm not going to be able to in the future. I'm getting an error with running git-svn:
"Unable to determine upstream SVN information from HEAD history"
Sorry I couldn't have been more help.

jcfr

jcfr

2014-05-13 11:10

administrator   ~0011800

@Julien: Re-targetting minor issue from 4.4 to 4.5

lassoan

lassoan

2017-09-27 10:22

developer   ~0015149

Cannot reproduce in Slicer 4.7.0-2017-09-26.

Issue History

Date Modified Username Field Change
2011-08-25 10:15 dmwelch New Issue
2011-08-25 10:16 dmwelch File Added: bug_110825_Modulepulldown.tiff
2011-08-25 10:17 dmwelch File Added: bug_110825_Modulepulldown.png
2011-08-26 09:27 finetjul Status new => assigned
2011-08-26 09:27 finetjul Assigned To => BenjaminLong
2011-08-26 09:27 finetjul Target Version => Slicer 4.0 RSNA
2011-08-28 17:01 finetjul Note Added: 0002831
2011-08-28 17:01 finetjul Status assigned => feedback
2011-08-29 06:55 dmwelch Note Added: 0002842
2011-08-30 07:49 finetjul Note Added: 0002849
2011-09-01 08:19 dmwelch Note Added: 0002874
2011-09-01 08:26 finetjul Note Added: 0002875
2011-09-01 08:59 dmwelch Note Added: 0002877
2011-09-01 09:19 finetjul Note Added: 0002879
2011-09-01 12:51 dmwelch Note Added: 0002882
2011-09-02 06:05 finetjul Note Added: 0002884
2011-09-02 06:27 dmwelch Note Added: 0002885
2011-09-02 06:43 finetjul Note Added: 0002886
2011-09-02 06:45 finetjul Note Added: 0002887
2011-09-30 09:20 dmwelch Note Added: 0003146
2011-10-02 14:49 finetjul Target Version Slicer 4.0 RSNA => Slicer 4.0 post RSNA
2011-10-02 14:50 finetjul Resolution open => suspended
2012-08-21 11:42 jcfr Status feedback => assigned
2012-08-21 11:42 jcfr Assigned To BenjaminLong => crmullin
2012-10-22 07:34 jcfr Assigned To crmullin => finetjul
2012-10-22 07:34 jcfr Target Version Slicer 4.0.1 => Slicer 4.3.0
2013-08-09 04:30 finetjul Target Version Slicer 4.3.0 => Slicer 4.4.0
2014-05-13 11:10 jcfr Note Added: 0011800
2014-05-13 11:11 jcfr Target Version Slicer 4.4.0 => Slicer 4.5.0-1
2015-11-02 11:58 jcfr Target Version Slicer 4.5.0-1 => Slicer 4.6.0
2016-10-12 03:56 jcfr Target Version Slicer 4.6.0 => Slicer 4.7.0
2017-09-27 10:22 lassoan Status assigned => resolved
2017-09-27 10:22 lassoan Resolution suspended => unable to reproduce
2017-09-27 10:22 lassoan Note Added: 0015149
2018-03-02 11:01 jcfr Status resolved => closed