Manuscript (Case [Issue]22668) Kernel - Contextual menu does not show up when pressing Ctrl+left click on Pharo 7

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

Manuscript (Case [Issue]22668) Kernel - Contextual menu does not show up when pressing Ctrl+left click on Pharo 7

Pharo Issue Tracker
Manuscript Notification
avatar
Bug in Project:  Kernel: 1. Pharo Image  •  You are subscribed to this case
This is because of a cleanup in InputEventFetcher.

To reproduce, the following instructions were all leading to true before and now some of them lead to false.

(InputEventSensor new
    mapButtons: 4 modifiers: 0) = 4.
    
(InputEventSensor new
    mapButtons: 4 modifiers: 2) = 2.

(InputEventSensor new
    mapButtons: 4 modifiers: 8) = 1.

The fix is to be done in InputEventSensor>>#mapButtons:modifiers:
Priority Priority: 5 – Fix If Time Status Status: Work Needed
Assigned To Assigned to: Everyone Milestone Milestone: Later

Go to Case
No longer need updates? Unsubscribe from this case.

Don't want Manuscript notifications anymore? Update your preferences.

Manuscript

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