Issue 4564 in pharo: Scrollbar and slider broke Combox

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

Issue 4564 in pharo: Scrollbar and slider broke Combox

pharo
Status: Accepted
Owner: [hidden email]
CC: [hidden email]
Labels: Milestone-1.4

New issue 4564 by [hidden email]: Scrollbar and slider broke Combox
http://code.google.com/p/pharo/issues/detail?id=4564

Hi gary

could you have a look because the change we did with igor to clean Slider  
apparently broke Combox.
I will try to have a look.

Stef


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 4564 in pharo: Scrollbar and slider broke Combox

pharo

Comment #1 on issue 4564 by [hidden email]: Scrollbar and slider  
broke Combox
http://code.google.com/p/pharo/issues/detail?id=4564

I guess that this is the change that introduces the impossibility to delete  
the combox box.


delete
         model isMorphicModel
                 ifFalse: [^ super delete].


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 4564 in pharo: Scrollbar and slider broke Combox

pharo
Updates:
        Cc: [hidden email]

Comment #2 on issue 4564 by [hidden email]: Scrollbar and slider  
broke Combox
http://code.google.com/p/pharo/issues/detail?id=4564

delete
        model isMorphicModel
                ifFalse: [^ super delete].
         "ugly code was there"

        super delete

and it fixes the problem.

So I will publish it now.


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 4564 in pharo: Scrollbar and slider broke Combox

pharo
Updates:
        Status: Closed

Comment #3 on issue 4564 by [hidden email]: Scrollbar and slider  
broke Combox
http://code.google.com/p/pharo/issues/detail?id=4564

in 14064


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker