-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
Description
MDN web docs: On page load
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, ensureaEvent.originalTarget.nodeName == "#document"
.
Sometimes this makes the input form reset at random and unusable.