Page 1 of 1

Not working in IE11

Posted: 13 Jan 2020, 17:03
by Montyzoomer
Hi,

We just purchased Babylon Layout EXTENDED and have discovered that the menu overlays do not work in IE 11.

You can see this from the Primefaces Live Demo page for Babylon, pressing the cog on the right does nothing as do the top right menu.

A similar setup in ROMA works ok.

Babylon seems to work OK in Edge and Chrome browsers.

Steve

Re: Not working in IE11

Posted: 14 Jan 2020, 08:33
by mert.sincan
Hi,

Thanks a lot for this bug report! Could you please make the following change in layout.js for now?

Code: Select all

//line 570
updateNano: function(isRTL) {  // instead of updateNano(isRTL) {
IE11 doesn't support ES6 syntax.

Best Regards,

Re: Not working in IE11

Posted: 14 Jan 2020, 10:43
by Montyzoomer
Thanks Aragorn that works now.

Re: Not working in IE11

Posted: 14 Jan 2020, 13:41
by mert.sincan
Glad to hear, thanks a lot for the update!

Best Regards,