Issue 5252 in pharo: Cannot right click

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

Issue 5252 in pharo: Cannot right click

pharo
Status: Accepted
Owner: marianopeck
Labels: Milestone-1.4

New issue 5252 by marianopeck: Cannot right click
http://code.google.com/p/pharo/issues/detail?id=5252

In Pharo 14315 right click is not working. Open a workspace, write  
something, select it and do a right click with the mouse. The menu doesn't  
appear and the selection is gone.


_______________________________________________
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 5252 in pharo: Cannot right click

pharo
Updates:
        Status: FixReviewNeeded

Comment #1 on issue 5252 by [hidden email]: Cannot right click
http://code.google.com/p/pharo/issues/detail?id=5252

this results from the changes introduced by the semantic source links.

fixed by SLICE-Issue-5252-Cannot-right-click-CamilloBruni.1



_______________________________________________
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 5252 in pharo: Cannot right click

pharo

Comment #2 on issue 5252 by [hidden email]: Cannot right click
http://code.google.com/p/pharo/issues/detail?id=5252

I love the title :).




_______________________________________________
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 5252 in pharo: Cannot right click

pharo

Comment #3 on issue 5252 by [hidden email]: Cannot right click
http://code.google.com/p/pharo/issues/detail?id=5252

Issue 5256 has been merged into this issue.


_______________________________________________
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 5252 in pharo: Cannot right click

pharo
Updates:
        Status: FixToInclude

Comment #4 on issue 5252 by [hidden email]: Cannot right click
http://code.google.com/p/pharo/issues/detail?id=5252

slice seems to work on the latest image

  SLICE-Issue-5252-Cannot-right-click-CamilloBruni.3

- fixed right click selection / menu / action precedence
        - cmd-click always triggers an action, if not the menu is shown
        - right-click outside a selection will select the word under the pointer
        - right-click in a selection won't change the selection but show the  
context menu
- added Paragraph >> #selectionContainsPoint: helper method
- cleaned up a bit TextEditor >> mouseDown:
- added special treatment for right-click
- renamed mayActOnClick: to more general mayActOnEvent:


_______________________________________________
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 5252 in pharo: Cannot right click

pharo
Updates:
        Status: Integrated

Comment #5 on issue 5252 by [hidden email]: Cannot right click
http://code.google.com/p/pharo/issues/detail?id=5252

in 14322


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