lazy loading do not works
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
People
(Reporter: boris.panno, Unassigned)
References
(Regression)
Details
(Keywords: regression)
If you go to: https://niamhub.com/it/ you can see that no images are loaded at first time, you have to refresh many times before javascript runs correctly.
No problems with version 90.0.1, they started vith version 91.0.2
No Console errors where reported.
Comment 1•4 years ago
|
||
I can reproduce the issue in Firefox90.0.2 as well as Nightly93.0a1 Windows10.
STR
- Clear Recent History everything
- Open https://niamhub.com/it/ and Click Blue Accept button if any.
- Open New Tab and close the previous tab
- Open https://niamhub.com/it/
--- observe images are missing, if not, repeat step 3 and 4. - Press F5
--- Image will appear again.
Regression window:
https://hg.mozilla.org/integration/mozilla-inbound/pushloghtml?fromchange=02272a7500f3f3b643733d707caefd2f67dee1e8&tochange=eec1a6963a9cc61b02611259233f54fd15094792
Updated•4 years ago
|
Comment 2•4 years ago
|
||
Seting dom.timeout.defer_during_load to false in about:config seems to fix this problem for me.
Updated•4 years ago
|
Comment 3•4 years ago
|
||
Seems likely a race in the page with a timer that expects to run sooner than we actually run it. Jesup any idea?
Updated•4 years ago
|
Comment 4•4 years ago
|
||
Profile: https://share.firefox.dev/2VXnBbO
With defer turned off: https://share.firefox.dev/39jAZtS
99% likely this is a bug in the page where they assume that 0ms timeouts happen before pageload occurs (which was never guaranteed); it does load images from the network in both cases.
(In reply to Randell Jesup [:jesup] (needinfo me) from comment #4)
Profile: https://share.firefox.dev/2VXnBbO
With defer turned off: https://share.firefox.dev/39jAZtS99% likely this is a bug in the page where they assume that 0ms timeouts happen before pageload occurs (which was never guaranteed); it does load images from the network in both cases.
Given that, closing the issue as invalid.
Description
•