Quantcast
Channel: SmartClient Forums
Viewing all articles
Browse latest Browse all 4756

isLeftButtonDown on IE11

$
0
0
Hi,

Can you verify if

Code:

com.smartgwt.client.widgets.menu.Menu.addItemClickHandler(
  new ItemClickHandler() {
    public void onItemClick(ItemClickEvent event) {
      if (!event.isLeftButtonDown()) return;

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

Viewing all articles
Browse latest Browse all 4756

Trending Articles