I am working on a project and working forms in the project don't seem to do what I expect when I visit my site with edge.
I am running the project on a local webserver and access it with it's local ip.
With edge I can register, login, but when I have logged in I can't use any other forms I have on my website.
When I try to submit a form after logging in edge pops up a window telling me the browser has to do some tasks and has lost the location of the page.
The forms work just fine in Firefox and Chrome (I also heard Safari works fine but I don't have that browser myself.)
I will post a tiny portion of the HTML:
<form action="map.php" method="POST" name="player_move">
<button class="button" type="submit" name="east" style="color: white;">E</button>
</form>