I was curious why this happens to only some of the pages and I found out that as soon as I add border style to the input element the bug ceases and the page doesn't crash. For example:
<input style="border: 1px solid #dddddd;" type="submit" name="name" value="Submit">
I hope this helps a little!