IE10 Browser Compatibility Issues

0
0

Hello,

We have recently started testing our application in WiseJ with our internal users.

In order to test multiple browsers we have some users testing with Chrome, others with IE and others with Firefox.  Some of the IE testers are emulating IE10, as many of our external users use IE10, and are probably not able to upgrade to IE11.  To emulate IE10, they are going to the developer tools and selecting version 10 in the dropdown under “Emulation”

When emulating IE10, none of the menu items under the main menu respond.  Other types of functions work, such as context menus, splitters, tab controls, etc.  But the main menu (across the top) does not respond to any click events.

This could be a show-stopper for us as many of our external users are stuck with IE10.  Do you have a list of browsers that should be fully compatible with WiseJ?  I’ve searched around and found a couple of old forum posts (from 2016) indicating IE10 should work, but can you confirm?

Thanks,
Andrew

  • You must to post comments
0
0

Hi Andrew,

fix for IE 10 (WJ-8370) is included in Wisej release 1.3.82.

Best regards
Frank

  • You must to post comments
1
0

Hi Andrew,

IE10 is supported. I have been able to reproduce the problem you have described and it’s caused by a strange but simple issue related to the way IE10 (or IE10 emulation) fire the script.onload event when the script is already in the cache. Basically it caused the qx,js to be loaded twice causing the pointerdown to be fired twice.

Will log and fix and should be able to include it in this overdue release.

Thank you.

/Luca

  • You must to post comments
Showing 2 results
Your Answer

Please first to submit.