Hi,
Can you verify if
works in IE11?
We get the feeling it doesn't. Other browsers, including IE10, work OK.
This is on SmartClient Version: v9.0p_2013-10-27/Pro Deployment (built 2013-10-27).
I don't have an IE11 myself, so cannot test this on a much newer build, but the JavaScript of that build compared to v9.1p_2014-07-12 looks the same, so I'm assuming it won't work either.
TIA
Can you verify if
Code:
com.smartgwt.client.widgets.menu.Menu.addItemClickHandler( new ItemClickHandler() { public void onItemClick(ItemClickEvent event) { if (!event.isLeftButtonDown()) return;
We get the feeling it doesn't. Other browsers, including IE10, work OK.
This is on SmartClient Version: v9.0p_2013-10-27/Pro Deployment (built 2013-10-27).
I don't have an IE11 myself, so cannot test this on a much newer build, but the JavaScript of that build compared to v9.1p_2014-07-12 looks the same, so I'm assuming it won't work either.
TIA
Comment