Topic: removing on=load javascript causes search.php to be unreadable
I noticed that the on=load events in punBB were conflicting with my other js. punBB js just brings focus to a form element. This is what I thought. But when the on load even is removed from the body tag then search.php form elements jump to the right and become black.
This should not be because the css and html should not be dependant on js working in the browser. It should degrade without noticing.