Status: FixReviewNeeded
Owner: [hidden email] CC: [hidden email] Labels: Milestone-1.4 Type-Feature New issue 4955 by [hidden email]: Improve behavior of MorphTreeMorph when left key is pressed http://code.google.com/p/pharo/issues/detail?id=4955 Now, instead of just collapsing the selected item or moving up, if the item has a parent and is collapsed, so it jumps to the parent and collapse it. Like on Mac :) Attachments: MorphTreeMorphLeftArrow.1.cs 1.8 KB _______________________________________________ Pharo-bugtracker mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker |
Comment #1 on issue 4955 by [hidden email]: Improve behavior of MorphTreeMorph when left key is pressed http://code.google.com/p/pharo/issues/detail?id=4955 Thanks Ben. it is much more confortable. I've found a problem: open a SettingBrowser, then expand all, then key end. -> the last tree node is selected. then, key left -> nothing, key left again -> it works as expected. So you have to enter the left key twice. btw, there is a bug with pageUp/Down when the list is empty. I've made a slice: SLICE-Issue-4955-Improve-behavior-of-MorphTreeMorph-when-left-key-is-pressed-AlainPlantec.1 Attachments: MorphTreeMorphLeftArrow.2.cs 1.8 KB _______________________________________________ Pharo-bugtracker mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker |
Comment #2 on issue 4955 by [hidden email]: Improve behavior of MorphTreeMorph when left key is pressed http://code.google.com/p/pharo/issues/detail?id=4955 Cool :) I've also seen dead code about keyStroke: on MorphTreeNodeModel (cmd-A/cmd-a) _______________________________________________ Pharo-bugtracker mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker |
Comment #3 on issue 4955 by [hidden email]: Improve behavior of MorphTreeMorph when left key is pressed http://code.google.com/p/pharo/issues/detail?id=4955 cmd-a seems to works well but ideed, cmd-A is broken. this is because it is interpreted as the home key. with linux: ctrl-A -> is interpreted as Home alt-A -> works as expected. you can try with MorphTreeModel checkListExample2 _______________________________________________ Pharo-bugtracker mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker |
Comment #4 on issue 4955 by [hidden email]: Improve behavior of MorphTreeMorph when left key is pressed http://code.google.com/p/pharo/issues/detail?id=4955 It wasn't about checklist, but in general :) I really have to have a deep look at your checklist :) _______________________________________________ Pharo-bugtracker mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker |
Comment #5 on issue 4955 by [hidden email]: Improve behavior of MorphTreeMorph when left key is pressed http://code.google.com/p/pharo/issues/detail?id=4955 should I integrate something? _______________________________________________ Pharo-bugtracker mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker |
Comment #6 on issue 4955 by [hidden email]: Improve behavior of MorphTreeMorph when left key is pressed http://code.google.com/p/pharo/issues/detail?id=4955 Issue 4959 has been merged into this issue. _______________________________________________ Pharo-bugtracker mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker |
Comment #7 on issue 4955 by [hidden email]: Improve behavior of MorphTreeMorph when left key is pressed http://code.google.com/p/pharo/issues/detail?id=4955 yes take into account issue 4959. SLICE-Issue-4955-Improve-behavior-of-MorphTreeMorph-when-left-key-is-pressed-AlainPlantec.2 _______________________________________________ Pharo-bugtracker mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker |
Updates:
Status: FixToInclude Comment #8 on issue 4955 by [hidden email]: Improve behavior of MorphTreeMorph when left key is pressed http://code.google.com/p/pharo/issues/detail?id=4955 (No comment was entered for this change.) _______________________________________________ Pharo-bugtracker mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker |
Updates:
Status: Integrated Comment #9 on issue 4955 by [hidden email]: Improve behavior of MorphTreeMorph when left key is pressed http://code.google.com/p/pharo/issues/detail?id=4955 in 14222 _______________________________________________ Pharo-bugtracker mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker |
Free forum by Nabble | Edit this page |