SmartClient Version: v9.1p_2014-06-30/LGPL Development Only (built 2014-06-30) (have also tried the 7/9 version)
Browser: IE11 (seems to be browser-specific issue)
Since I rolled to 4.1, right-click functionality is broken several places in my application.
You can see one the problems in your current showcase samples: http://www.smartclient.com/smartgwt/showcase/#featured_grid_live
When you right click on a grid header, it not only brings up the context menu, but it also sorts the column (or reverses the sort on the column) as well. This seems to be incorrect behavior and is different than 4.0.
I also noticed similar problems in my application when I right click on an image. In debugging my click handler on the image I noticed that the event data shows that isRightButtonDown is set to false even though I right clicked. This seems incorrect, is a change from 4.0, and probably is the root of all of the right click behavior changes I am having problems with. This seems to only be happening to me in IE11. I have tried the same code in older versions of IE and in FF and the code behaves correctly.
Browser: IE11 (seems to be browser-specific issue)
Since I rolled to 4.1, right-click functionality is broken several places in my application.
You can see one the problems in your current showcase samples: http://www.smartclient.com/smartgwt/showcase/#featured_grid_live
When you right click on a grid header, it not only brings up the context menu, but it also sorts the column (or reverses the sort on the column) as well. This seems to be incorrect behavior and is different than 4.0.
I also noticed similar problems in my application when I right click on an image. In debugging my click handler on the image I noticed that the event data shows that isRightButtonDown is set to false even though I right clicked. This seems incorrect, is a change from 4.0, and probably is the root of all of the right click behavior changes I am having problems with. This seems to only be happening to me in IE11. I have tried the same code in older versions of IE and in FF and the code behaves correctly.