- Issue created by @gresko8
- π³π±Netherlands eelkeblok Netherlands π³π±
What would you suggest is the correct asset order? I am not quite sure what I'm looking for yet. Maybe illustrate the problem with some screenshots?
- ππΊHungary nagy.balint
I could not reproduce it on 11.1.1 on the backend.
Maybe it only happens on front end with a specific theme? - π³π±Netherlands eelkeblok Netherlands π³π±
I've been looking into an issue with this too, but to me it looked like the theme JavaScript was previously running before the module's JS, whereas now it is running after (I say "looked like" because I didn't go deeper into the particular issue, because it already took me long enough to get this far, and other issues doing maintenance also took plenty of time already).
I would think the latter is the correct order; first the module JS, then the theme JS. In my case, this caused problems, but in my view that means my project was (is) relying on a buggy behaviour of core. Maybe this is the case for the TS as well. However, without more details, I don't think we can determine one way or the other.
- ππΊHungary nagy.balint
At least on my sites, I cannot reproduce it, but if it is reproducible on a clean install, or a certain module configuration consistently, then we can take a look.