Issue 6550 in pharo: [BUG Spec]: DropListModel>>whenSelectionChanged:

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

Issue 6550 in pharo: [BUG Spec]: DropListModel>>whenSelectionChanged:

pharo
Status: Accepted
Owner: [hidden email]
CC: [hidden email]
Labels: Type-Bug Target-Spec

New issue 6550 by [hidden email]: [BUG Spec]:  
DropListModel>>whenSelectionChanged:
http://code.google.com/p/pharo/issues/detail?id=6550

Pharo1.4
Latest update: #14457

Spec 1.0

1. Create a DropListModel with a whenSelectionChanged: block.
2. Select an item from the drop list

The announcement received by the block has both new and old contents set to  
nil.


_______________________________________________
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 6550 in pharo: [BUG Spec]: DropListModel>>whenSelectionChanged:

pharo
Issue 6550: [BUG Spec]: DropListModel>>whenSelectionChanged:
http://code.google.com/p/pharo/issues/detail?id=6550

This issue is now blocking issue pharo:6551.
See http://code.google.com/p/pharo/issues/detail?id=6551

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

_______________________________________________
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 6550 in pharo: [BUG Spec]: DropListModel>>whenSelectionChanged:

pharo
In reply to this post by pharo
Updates:
        Labels: Milestone-2.0

Comment #2 on issue 6550 by [hidden email]: [BUG Spec]:  
DropListModel>>whenSelectionChanged:
http://code.google.com/p/pharo/issues/detail?id=6550

(No comment was entered for this change.)


_______________________________________________
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 6550 in pharo: [BUG Spec]: DropListModel>>whenSelectionChanged:

pharo

Comment #3 on issue 6550 by [hidden email]: [BUG Spec]:  
DropListModel>>whenSelectionChanged:
http://code.google.com/p/pharo/issues/detail?id=6550

This is not really a bug. It's the expected behavior.

But maybe this has to be changed :)
(but I am on holidays 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 6550 in pharo: [BUG Spec]: DropListModel>>whenSelectionChanged:

pharo
Updates:
        Status: Invalid

Comment #4 on issue 6550 by [hidden email]: [BUG Spec]:  
DropListModel>>whenSelectionChanged:
http://code.google.com/p/pharo/issues/detail?id=6550

(No comment was entered for this change.)


_______________________________________________
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 6550 in pharo: [BUG Spec]: DropListModel>>whenSelectionChanged:

pharo
Updates:
        Status: WorkNeeded-Conclusion
        Labels: -Milestone-2.0

Comment #5 on issue 6550 by [hidden email]: [BUG Spec]:  
DropListModel>>whenSelectionChanged:
http://code.google.com/p/pharo/issues/detail?id=6550

Ben, why is this behavior expected? What purpose does this method serve if  
you can't get the new and old value? At least I think there should be a  
comment as I found it extremely confusing.


_______________________________________________
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 6550 in pharo: [BUG Spec]: DropListModel>>whenSelectionChanged:

pharo
Updates:
        Status: Accepted

Comment #6 on issue 6550 by [hidden email]: [BUG Spec]:  
DropListModel>>whenSelectionChanged:
http://code.google.com/p/pharo/issues/detail?id=6550

If you are interested in the items use whenSelectedItemChanged.
If you are interested in index, use whenSelectedIndexChanged.

If you do not care about the value, but just want to know when it changes,  
then you can use whenSelectionChanged:

I will add a comment


_______________________________________________
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 6550 in pharo: [BUG Spec]: DropListModel>>whenSelectionChanged:

pharo
Updates:
        Status: FixReviewNeeded

Comment #7 on issue 6550 by [hidden email]: [BUG Spec]:  
DropListModel>>whenSelectionChanged:
http://code.google.com/p/pharo/issues/detail?id=6550

Slice in the inbox


_______________________________________________
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 6550 in pharo: [BUG Spec]: DropListModel>>whenSelectionChanged:

pharo
Updates:
        Status: FixToInclude

Comment #8 on issue 6550 by [hidden email]: [BUG Spec]:  
DropListModel>>whenSelectionChanged:
http://code.google.com/p/pharo/issues/detail?id=6550

Method comment only. Merges cleanly in 530.

New fix in inbox:  
SLICE-Issue-6550-BUG-Spec-DropListModelgtgtwhenSelectionChanged-SeanDeNigris.2
- Tiny change. Fixed spelling and grammar in the method comment


_______________________________________________
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 6550 in pharo: [BUG Spec]: DropListModel>>whenSelectionChanged:

pharo
Updates:
        Labels: Milestone-2.0

Comment #9 on issue 6550 by [hidden email]: [BUG Spec]:  
DropListModel>>whenSelectionChanged:
http://code.google.com/p/pharo/issues/detail?id=6550

... please tag for 2.0 things you want to have looked at before the release  
of 2.0...


_______________________________________________
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 6550 in pharo: [BUG Spec]: DropListModel>>whenSelectionChanged:

pharo
Updates:
        Cc: [hidden email]

Comment #10 on issue 6550 by [hidden email]: [BUG Spec]:  
DropListModel>>whenSelectionChanged:
http://code.google.com/p/pharo/issues/detail?id=6550

@marcus: I didn't tag it 2.0 because I was following your rules ;) I want  
everything in 2.0! But I'm trying to be realistic so we can get it out the  
door...


_______________________________________________
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 6550 in pharo: [BUG Spec]: DropListModel>>whenSelectionChanged:

pharo
Updates:
        Status: Integrated

Comment #11 on issue 6550 by [hidden email]: [BUG Spec]:  
DropListModel>>whenSelectionChanged:
http://code.google.com/p/pharo/issues/detail?id=6550

in 2.0 532


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