hawtio / hawtio-ui

Hawtio UI widgets for hawtio 2.x see http://ui.hawt.io/
Apache License 2.0
7 stars 6 forks source link

Site http://ui.hawt.io doesn't open on IE11 #18

Closed abkieling closed 8 years ago

abkieling commented 8 years ago

A blank page is shown when we access http://ui.hawt.io using IE11.

Message in the console: SCRIPT445: Object doesn't support this action File: hawtio-core-navigation.js, Line: 104, Column: 9

gashcrumb commented 8 years ago

Ah yeah, looks like I need to add a dispatchEvent polyfill so the custom event stuff works in hawtio-core-navigation on IE11... Thanks for catching that!

abkieling commented 8 years ago

IE11 doesn't support String.prototype.startsWith(). We can use lodash, add a polyfill, or avoid using it. Any preference?

gashcrumb commented 8 years ago

Ah, some leftover cruft from removing sugarjs. I'd probably just replace that with lodash or just use .indexof().

On Mon, Jul 11, 2016, 8:08 PM Alexandre Kieling notifications@github.com wrote:

IE11 doesn't support String.prototype.startsWith(). We can use lodash, add a polyfill, or avoid using it. Any preference?

— You are receiving this because you commented.

Reply to this email directly, view it on GitHub https://github.com/hawtio/hawtio-ui/issues/18#issuecomment-231902159, or mute the thread https://github.com/notifications/unsubscribe/AAVdrMbOCCYC7wdsyqbBkDyG-uMmg8UEks5qUtsTgaJpZM4I9sPw .