popups

Glen Schrader Glen.Schrader at Entero.com
Wed Mar 28 09:54:06 PDT 2012


Hi I'm trying to utilize this project for running FEST tests headless
(great work btw!).  I think I'm getting close however one thing that
I've hit is an issue with right click popups. I think the issue might be
with the way the MouseEvent is created in the EventData class:

 

            return new MouseEvent((Component) source, id, time,
modifiers,

                                  x, y, clickCount, false,

                                  getButton(modifierChange));

 

The false is for the popupTrigger parameter. I'm thinking this has to be
true when right clicking.  Am I correct or am I missing something?

 

Thanks,

Glen

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.openjdk.java.net/pipermail/caciocavallo-dev/attachments/20120328/e47f73b3/attachment.html 


More information about the caciocavallo-dev mailing list