Community
Participate
Working Groups
Build Identifier: SWT 3.6 When we add a mouse listener to a Browser with Webkit rendering, we receive events with wrong values for the button field. Normal values are 1, 2 and 3 but we receive 0, 1 and 2. Reproducible: Always Steps to Reproduce: 1. Create a Browser. 2. Add a mouse listener that prints e.button
Created attachment 176413 [details] A test that prints to the console "e.button" for a label and the browser using Webkit
Created attachment 176838 [details] patch
Fix released to 3.7 stream > 20100817 Requesting SSQ to review for 3.6.1. The fix is straight-forward, low-risk to eclipse since it does not use WebKitGTK Browsers by default, and quite fundamental to WenKitGTK users.
fixed in the 3.6.1 stream > 20100818