Jonathan Durand

Results 7 issues of Jonathan Durand

**Describe the bug** We cannot un-compact a begin_group (or a begin_repeat) if this group have appearance 'compact' and is there in a nesteed begin_repeat **To Reproduce** XLSForm example : [test_compact.xlsx](https://github.com/enketo/enketo-express/files/7434039/test_compact.xlsx)...

**Describe the bug** If my phone is on "Offline mode" (with airplane mode for example), I can not fill out any input. **To Reproduce** 1. Create a Enketo form with...

If you have a nested repeat group, `this.view.$.find('.or-group > h4').on('click', function () [...] ` is not triggered on the dynamic add group. In this example : ![image](https://user-images.githubusercontent.com/38976316/182188751-810ad9fd-5efb-4627-9648-4de110ecc140.png) At first I...

Would it be possible to store the reference of the Leaflet map object on the map container like described on this post : https://github.com/Leaflet/Leaflet/issues/6298#issuecomment-415124583 ``` L.Map.addInitHook(function () { this.getContainer()._leaflet_map =...

**Describe the bug** On Samsung mobile phone, I don't have the minus sign on the decimal question. **To Reproduce** 1. Create form with a decimal question 2. Open form on...

Actually, choice-name function support only select-one (or select-multiple if only one element is selected). I suggest to change the code for split the `name` with a space (the list separator),...

If in your sheet1 you have a substitution in A1 like: | ${mykey} | And, in sheet2, you have a formula like `=sheet1!A1` in B2, after running xlsx-template substitution, the...