Issue 5168 in pharo: TaskList switching raises exception

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

Issue 5168 in pharo: TaskList switching raises exception

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

New issue 5168 by [hidden email]: TaskList switching raises exception
http://code.google.com/p/pharo/issues/detail?id=5168

HandMorph DNU anyModifierKeyPressed on:

step
        "Check the sensor for the command key to see if we're done."

        (self keepOpen not and: [self activeHand anyModifierKeyPressed not])
                ifTrue: [self done]


_______________________________________________
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 5168 in pharo: TaskList switching raises exception

pharo

Comment #1 on issue 5168 by [hidden email]: TaskList switching  
raises exception
http://code.google.com/p/pharo/issues/detail?id=5168

little fix

Attachments:
        Issue 5168: TaskList switching raises exception.1.cs  239 bytes


_______________________________________________
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 5168 in pharo: TaskList switching raises exception

pharo
Updates:
        Status: FixReviewNeeded

Comment #2 on issue 5168 by [hidden email]: TaskList switching  
raises exception
http://code.google.com/p/pharo/issues/detail?id=5168

(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 5168 in pharo: TaskList switching raises exception

pharo
Updates:
        Status: FixToInclude

Comment #3 on issue 5168 by [hidden email]: TaskList switching  
raises exception
http://code.google.com/p/pharo/issues/detail?id=5168

(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 5168 in pharo: TaskList switching raises exception

pharo

Comment #4 on issue 5168 by [hidden email]: TaskList switching  
raises exception
http://code.google.com/p/pharo/issues/detail?id=5168

What is the TaskList switching?
How can we reproduce the bug?


_______________________________________________
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 5168 in pharo: TaskList switching raises exception

pharo

Comment #5 on issue 5168 by [hidden email]: TaskList switching  
raises exception
http://code.google.com/p/pharo/issues/detail?id=5168

It's what in Unix sends you to the next or previous window when you press:

alt + (left arrow | right arrow)


_______________________________________________
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 5168 in pharo: TaskList switching raises exception

pharo
Updates:
        Cc: [hidden email]

Comment #6 on issue 5168 by [hidden email]: TaskList switching  
raises exception
http://code.google.com/p/pharo/issues/detail?id=5168

cmd+right cmd+left on mac

Igor and I started to have a look, but since modifier keys aren't properly  
raised when pressed, it's a bit 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 5168 in pharo: TaskList switching raises exception

pharo

Comment #7 on issue 5168 by [hidden email]: TaskList switching raises  
exception
http://code.google.com/p/pharo/issues/detail?id=5168

here the fix. but .cs are not for integration. should be split on 2 stages  
- change handmorph, and then install new behavior

Attachments:
        tasklist-fix.1.cs  8.8 KB


_______________________________________________
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 5168 in pharo: TaskList switching raises exception

pharo

Comment #8 on issue 5168 by [hidden email]: TaskList switching  
raises exception
http://code.google.com/p/pharo/issues/detail?id=5168

Class definition changes got introduced in 14293


_______________________________________________
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 5168 in pharo: TaskList switching raises exception

pharo
Updates:
        Status: Closed

Comment #9 on issue 5168 by [hidden email]: TaskList switching  
raises exception
http://code.google.com/p/pharo/issues/detail?id=5168

full in 14295


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