This content has been marked as final.
Show 5 replies
-
1. Re: Wildfy 13 Final HAL Admin Console not appear in IE 11
claudio4j Jul 5, 2018 8:02 AM (in response to michael.beaumont)HAL uses a js library called PouchDB to manage 2nd level cache, it uses Fetch API, but looks like IE 11 doesn't support the Fetch API. I am investigating a workaround. Thanks for the report.
-
2. Re: Wildfy 13 Final HAL Admin Console not appear in IE 11
claudio4j Jul 5, 2018 1:42 PM (in response to claudio4j)Hi Michael, you can track the issue at [HAL-1484] PouchDB does not work in IE11 - JBoss Issue Tracker
We hope to find a solution soon.
-
3. Re: Wildfy 13 Final HAL Admin Console not appear in IE 11
harald.pehl Jul 13, 2018 6:01 AM (in response to claudio4j)In the meantime, I managed to integrate the polyfills and make HAL work in IE11. Now I need to adjust some CSS classes to the "special" way IE11 implements style sheets.
-
4. Re: Wildfy 13 Final HAL Admin Console not appear in IE 11
harald.pehl Aug 1, 2018 6:45 AM (in response to harald.pehl)Most features work in IE11 now. There are a few exceptions though:
- resource descriptions are not cached in the local storage using PouchDB and a JavaScript worker
- new files cannot be added and existing files cannot be modified in an exploded deployment
The fixes will ship with WildFly 14.0.0.Final
-
5. Re: Wildfy 13 Final HAL Admin Console not appear in IE 11
michael.beaumont Aug 1, 2018 8:06 AM (in response to harald.pehl)Excellent! That is great news! Thanks everyone for Identifying the problem and correcting the fix. Looking forward to Wildfly 14!