reflex-dom
reflex-dom copied to clipboard
'domEvent Load' sometimes fails to trigger
I've come across situations where domEvent Load someImage
doesn't trigger for some images when there's many of them in the page.
It seems to have the same fire/not-fire pattern in the same browser and build, but changing any of those can yield different results - smells of a race condition somewhere.
You may want to try adding some lower-level monitoring to this, e.g. at the JS level, to see whether the underlying event is deterministic or not.