Since a number of commits, All clicks on buttons, links, submit buttons… open in a new window.
Submitting forms does not work anymore, which means I can’t test the last changes I’ve made, and the navigation is obviously broken.
What’s happening: Clicking on any button or link opens a new window/tab, as the target=”_blank” attribute would have the links behave
What’s expected: Action after clicking on any button or link should instead stay on the same page, as the default target=”self” link behavior…
I have no real clue of where the issue might be coming from…:
- An incorect
</a>
or</button>
closure? I’ve checked, rechecking… - One of the libraries that remained after I uninstalled tailwind?
- A fault in the django_browser_reload extension?
- Something linked with django-unicorn?
Thank you for helping me fix this blocking issue…
1