Skip to content

Conversation

@f2cmb
Copy link
Contributor

@f2cmb f2cmb commented Dec 5, 2025

Fixes partially #13943

  • issue with datepicker behaviour was fixed by adding the class suggested by @orthagh
  • JS error was fixed by changing scope issue that cause the message (const was reinjected on every opening of modal) : use now of var and "sub-JS-functionnalities" are now wrapped to re-use form var

TODO : fixe dropdown non-stuck to their label zone, the behaviour is erratic, i can reproduce on one window opened, and not on a second on same browser, setup, widht and heigth... Also cannot reproduce point 3 of what is described on the original issue. Will update if able to reproduce those.

}
) }}

<script>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

try to combine the script tags if possible and use 'type="module"' instead of wrapping the code in a jQuery IIFE just to keep data out of the global scope.

@trasher
Copy link
Contributor

trasher commented Dec 5, 2025

I wonder if this should be fixed on v11 only; fix will maybe differs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants