Issue 6651 in pharo: left cursor key in PluggableTreeMorph is not to standards

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

Issue 6651 in pharo: left cursor key in PluggableTreeMorph is not to standards

pharo
Status: New
Owner: ----
Labels: Type-Bug Milestone-2.0 Difficulty-Easy Importance-Low

New issue 6651 by [hidden email]: left cursor key in  
PluggableTreeMorph is not to standards
http://code.google.com/p/pharo/issues/detail?id=6651

left cursor key navigation should jump to parent node or close parent node.  
Currently it does a cursor up if in a middle of a sequence.


_______________________________________________
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 6651 in pharo: left cursor key in PluggableTreeMorph is not to standards

pharo

Comment #1 on issue 6651 by [hidden email]: left cursor key in  
PluggableTreeMorph is not to standards
http://code.google.com/p/pharo/issues/detail?id=6651

Solution for review :

Name:  
SLICE-Issue-6651-left-cursor-key-in-PluggableTreeMorph-is-not-to-standards-ThierryGoubier.1

Changed arrowKey: behavior in SimpleHierarchicalListMorph to conform to GUI  
standards:
        Left arrow : goes to parent or un-expand morph if expanded.
        Right arrow : goes to first child or expand morph if not expanded.
(old behavior : left would either un-expand or go up, right would expand or  
go down)


_______________________________________________
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 6651 in pharo: left cursor key in PluggableTreeMorph is not to standards

pharo
Updates:
        Status: HumanReviewNeeded

Comment #2 on issue 6651 by [hidden email]: left cursor key in  
PluggableTreeMorph is not to standards
http://code.google.com/p/pharo/issues/detail?id=6651

(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 6651 in pharo: left cursor key in PluggableTreeMorph is not to standards

pharo
Updates:
        Status: FixToInclude

Comment #3 on issue 6651 by [hidden email]: left cursor key in  
PluggableTreeMorph is not to standards
http://code.google.com/p/pharo/issues/detail?id=6651

(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 6651 in pharo: left cursor key in PluggableTreeMorph is not to standards

pharo
Updates:
        Status: Integrated

Comment #4 on issue 6651 by [hidden email]: left cursor key in  
PluggableTreeMorph is not to standards
http://code.google.com/p/pharo/issues/detail?id=6651

in 20299


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