Issue 3570 in pharo: EdgeGripMorph DNU when resizing

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

Issue 3570 in pharo: EdgeGripMorph DNU when resizing

pharo
Status: Accepted
Owner: [hidden email]
Labels: Milestone-1.2 Type-Patch Importance-Low

New issue 3570 by [hidden email]: EdgeGripMorph DNU when resizing
http://code.google.com/p/pharo/issues/detail?id=3570

 From Andreas Wacknitz:

1. downloaded 12303:
https://pharo-ic.lille.inria.fr/hudson/view/Pharo/job/Pharo%201.2/67/artifact/Pharo-1.2/*zip*/Pharo-1.2.zip

2. filed in the attached CS

3. executed


| m leftMorph scroll |
m := PanelMorph new.
m
hResizing: #shrinkWrap;
vResizing: #spaceFill;
changeTableLayout;
listDirection: #leftToRight.
m addMorphBack: (leftMorph := Morph new
color: Color red;
minimumExtent: 150@10;
extent: 150@10;
hResizing: #rigid; "shown for clarity, is the default"
vResizing: #spaceFill).
m addMorphBack: (EdgeGripMorph new
width: ProportionalSplitterMorph splitterWidth;
hResizing: #rigid; "not the default this time, vResizing is also #spaceFill  
by default"
target: leftMorph).
m addMorphBack: (Morph new
color: Color green;
minWidth: 100;
hResizing: #shrinkWrap;
vResizing: #spaceFill).

scroll := GeneralScrollPane new
changeScrollerTableLayout;
scrollTarget: m.
scroll openInWindow.

4.  When I execute the code in a Workspace a little dialog will open.
It has a horizontal scroll bar that I can use. As soon as I move the  
splitter I will get the aforementioned DNU.
I am on Mac OS 10.6.6.


Reply | Threaded
Open this post in threaded view
|

Re: Issue 3570 in pharo: EdgeGripMorph DNU when resizing

pharo

Comment #1 on issue 3570 by [hidden email]: EdgeGripMorph DNU when  
resizing
http://code.google.com/p/pharo/issues/detail?id=3570

Name: SLICE-Issue-3570-EdgeGripMorph-DNU-when-resizing-TudorGirba.1
Author: TudorGirba
Time: 21 January 2011, 9:43:32 pm
UUID: b156c996-6938-4819-b242-9ca0316a5e6e
Ancestors:
Dependencies: Polymorph-Widgets-TudorGirba.373, Morphic-TudorGirba.820

Fix from Gary


Reply | Threaded
Open this post in threaded view
|

Re: Issue 3570 in pharo: EdgeGripMorph DNU when resizing

pharo
Updates:
        Status: Fixed
        Labels: Milestone-1.3

Comment #2 on issue 3570 by [hidden email]: EdgeGripMorph DNU when  
resizing
http://code.google.com/p/pharo/issues/detail?id=3570

12319

TODO: 1.3


Reply | Threaded
Open this post in threaded view
|

Re: Issue 3570 in pharo: EdgeGripMorph DNU when resizing

pharo
Updates:
        Status: Closed

Comment #3 on issue 3570 by [hidden email]: EdgeGripMorph DNU when  
resizing
http://code.google.com/p/pharo/issues/detail?id=3570

13015