Jaifroid

Results 193 issues of Jaifroid

Quite a few functions exported in `util.js` are unused currently in the app. Some may be interesting techniques that we want to keep for reference, but then we shouldn't expose...

good first issue
cleanup

While we said we would not optimize jQuery mode any further, this looks like a bugfix. Recent Gutenberg ZIMs seem to rely on font files donwloaded form the ZIM to...

regression
bug-non-critical

This issue exists in our current code, but it will be exacerbated by #764 / #771 and will particularly affect the Firefox extension. It is also an accessibility issue (flashing...

user interface
accessibility

This is point 1 discussed in #725. Rather than a new feature for jQuery, I see it as code cleanup, and it will prevent seeing so many "violations" for adding...

enhancement
cleanup

As per title. One workaround is to wait for the transition to complete (around 500 - 600ms), but this introduces a race and might not work on slow browsers or...

regression

This issue is a combination of #267, #304 and #337 (all of which are issues concerning the UI). The aim is to backport a version of the Bootstrap UI used...

enhancement
user interface

We currently load both zstd and xz decoders into memory when the app starts up. This increases the memory footprint of the app and is unnecessary (both have to be...

backend

This would be to eliminate the warning shown in console about a streaming WASM compilation error. Although the current implementaiton provides a fallback to ArrayBuffer instnatiation, it would be good...

cleanup
backend

We currently check for downloadable files by relying on the extension of the file. However, the Zimit port in Kiwix JS Windows has revealed a flaw (I think): we should...

bug

This arises from #736. Having polyfilled Promises, it should now be possible to re-enable (online) Unit Tests on IE11. #736 fixes local (browser-run) tests for IE11, so there is no...

tests