Status: New Owner: allain.lalonde Labels: Type-Defect Priority-High Effort-Low OpSys-All Toolkit-Piccolo2D.Java Component-Core Milestone-1.3
New issue 100 by allain.lalonde: PInputEvent doesn't filter by modifier http://code.google.com/p/piccolo2d/issues/detail?id=100 What steps will reproduce the problem? 1. Create a PInputEventFilter and set its modifiers to be InputEvent.InputEvent.ALT_DOWN_MASK 2. Create a simple InputEvent without any modifiers 3. call acceptsEvent on the input event What is the expected output? What do you see instead? Expected output is that the event should not be accepted. What version of the product are you using? On what operating system? 1.2.1 Please provide any additional information below. It's clearly written to behave that way since "(modifiers == 0 || ..." bypasses the modifier constraint logic. (modifiers is populated by examining the incoming event) I think however that the logic should *never* bypass it. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ Piccolo2D Developers Group: http://groups.google.com/group/piccolo2d-dev?hl=en -~----------~----~----~----~------~----~------~--~---
