You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current Firefox trunk nightlies will fire the onPageLoad function for not only documents, but xul:images (favicons in tabbrowser). If you only want to handle documents, ensure aEvent.originalTarget.nodeName == "#document" .
Sometimes this makes the input form reset at random and unusable.
The text was updated successfully, but these errors were encountered:
MDN web docs: On page load
Sometimes this makes the input form reset at random and unusable.
The text was updated successfully, but these errors were encountered: