Vadim Kovalenko
Vadim Kovalenko
>Also, the issue mentioned in https://github.com/openzim/mwoffliner/issues/1872 is probably a symptom of the wrong main page calculation. Upd 2: This is not related to a problem with CLI options but rather...
Looks like the problem indeed with libzim binding. I faced something similar on MacOS. On Ubuntu 20.04.6 LTS works as expected.
I'm not sure it is about small screens... Could you give me a screenshot with the example? If you tested mwoffliner with disabled MCS, sections are not collapsed there at...
I've checked the [code piece](https://github.com/openzim/mwoffliner/blob/main/res/script.js#L16) (in fact, client script) responsible for this functionality. It requires `details` and `sections` tags in the output which are not supported for now.
I can't reproduce exact same issue with **WikimediaMobile** or **WikimediaDesktop** renderers now. Both `arz` and `ceb` wikis work. The problem I faced is that the Kiwix **main index page** is...
After updating the main branch and additional testing I can't reproduce the issue that I mentioned above as well.
Sidenote: Page with **details** and **summary** example can be found in Kiwix library here - http://library.kiwix.org/content/wikipedia_en_all_maxi/A/Perturbation_theory_(quantum_mechanics) See https://github.com/openzim/mwoffliner/issues/1501 for more details.
Upd: conversion to `` and `` requires `mobile-section` endpoint working and happens in mwoffliner using `res/templates/subsection_wrapper.html` swig template.
We faced with this problem while trying to test ReactSelect with Jest and jsdom. Environment: NodeJS: **14.21.3** React: **16.13.1** react-select: **4.3.0** @testing-library/react: **12.1.5**