| Summary: | Offline-Help: Incompatible with IE11 | ||
|---|---|---|---|
| Product: | LibreOffice | Reporter: | himajin100000 |
| Component: | Documentation | Assignee: | Buovjaga <ilmari.lauhakangas> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | ilmari.lauhakangas, olivier.hallot, ronald.vanmechelen, xiscofauli |
| Priority: | medium | ||
| Version: | 6.2.1.2 release | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | target:6.3.0 | ||
| Crash report or crash signature: | Regression By: | ||
|
Description
himajin100000
2019-03-21 18:01:24 UTC
forgot to add the source code pointer for :scope https://opengrok.libreoffice.org/xref/help/help3xsl/help.js?r=a678c053#132 Thanks a lot for testing and the research. I will look into these tomorrow. Going to use a bunch of polyfills for most of them. Regarding the CSS layout, IE11 will see the mobile layout. I don't think it makes sense to invest in replicating the CSS grid setup with IE (even though it is possible with https://github.com/postcss/autoprefixer ). I think starting from next year we should think of dropping support for IE11. Maybe not for the crucial JavaScript bits that do the redirection, but mostly anyway. A more fundamental problem is that IE11 users have to enable this setting to even use local JS: https://stackoverflow.com/a/40675005/3057764 Something we cannot do anything about. Ilmari Lauhakangas committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/help/+/ca2a6bf2c3c59d106f1c6ad432eab21f696c23fc%5E%21 tdf#124245 Polyfills and fixes for IE11 TODO: search for how to resolve merge conflict when I click "cherry-pick" to branch libreoffice-6-2 (In reply to himajin100000 from comment #5) > TODO: > search for how to resolve merge conflict when I click "cherry-pick" to > branch libreoffice-6-2 Olivier had to do some special work to get the previous changes into 6.2: https://gerrit.libreoffice.org/#/c/69511/ *** Bug 123546 has been marked as a duplicate of this bug. *** |