Elements that receive a attribute on smaller screens are not working
Categories
(Core :: Layout: Images, Video, and HTML Frames, defect)
Tracking
()
People
(Reporter: calzzetta, Unassigned)
Details
Attachments
(1 file)
126.30 KB,
image/png
|
Details |
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:64.0) Gecko/20100101 Firefox/64.0
Steps to reproduce:
- Go to https://tecnoblog.net/
- Enter in responsive mode
- Update the page
Actual results:
All the thumbnail are not there. If you inspect the element and uncheck the margin-left from .thumb img, the image will appear and if you check again the same attribute, it will continue working as expected.
Expected results:
It seams that the FF is processing the CSS in a order that this attribute do not update the DOM element. All the thumbnails should be there. It is also happening on FF for Android.
Comment 1•6 years ago
•
|
||
Hi :calzzetta,
I can reproduce this issue in 'Responsive Design Mode' by following your comment with Firefox 64.0.2 in Windows 7,64 Bit.
I can also reproduce it in Android 7.0 with Firefox 64.0.2!
Hence, I am confirming this issue!
Comment 2•6 years ago
|
||
Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:65.0) Gecko/20100101 Firefox/65.0
20190110221328
Reproducible in the current release, but not the latest beta.
https://hg.mozilla.org/integration/mozilla-inbound/pushloghtml?fromchange=50586a989dc409ddb1dd16b7cbc99381b45cd259&tochange=c8f6772dab9afd70d0d5015f653d6df9a9e6bee3
In the future, it would be appreciated if you could please test the latest Nightly in a brand new profile.
https://developer.mozilla.org/docs/Mozilla/QA/Bug_writing_guidelines
If you're willing to make the effort, you can also pinpoint when a regression was introduced, or a bug was fixed.
https://mozilla.github.io/mozregression/quickstart.html
:calzetta, would you confirm if the problem is solved for you in Beta or Nightly Firefox?
Hi :emceeaich yes, the problem seems to be solved. I was not able to reproduce it again. Thank you!
Description
•