reflex-dom icon indicating copy to clipboard operation
reflex-dom copied to clipboard

'domEvent Load' sometimes fails to trigger

Open alexfmpe opened this issue 7 years ago • 1 comments

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.

alexfmpe avatar Jan 24 '18 16:01 alexfmpe

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.

ryantrinkle avatar Jan 24 '18 17:01 ryantrinkle