-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
www.neighborhoodscout.com - Items below the map are overlapped when the viewport is set to less than 991px #77403
Comments
We appreciate your report. I was able to reproduce the issue. The items below the map are overlapped when the view port is set below 991px: Tested with: Browser / Version: Firefox Release 89.0 (64-bit)/ Firefox Nightly 91.0a1 (2021-06-17) (64-bit)/ Chrome Version Version 91.0.4472.101 Notes:
Moving this to NeedsDiagnosis for further investigations. |
Here is an interesting case of them using negative margins on flex-items to hack their layout so that it works in Chrome:
If I drop the negative margins, Chrome renders as Firefox does. It seems to be honoring the margin values, while Firefox does not. This seems to be confirmed if I add |
Chrome is reacting to the margin values (and significantly changing its layout when they're present), and Firefox is not. There's some floated content just before the flex container here, with class I suspect this is https://bugs.chromium.org/p/chromium/issues/detail?id=1141209 |
Thanks. Then our way forward here will be a site patch and outreach attempt, while we wait for the Chrome bug report to be addressed. |
I'm revisiting this after landing a fix for https://bugzilla.mozilla.org/show_bug.cgi?id=1745310 (which would've fixed this): I tested Nightly 2022-05-01 (before that landed fix) and can't reproduce this bug anymore, so it seems the site probably changed to work around this (or perhaps had a redesign). |
URL: https://www.neighborhoodscout.com/ma/weston
Browser / Version: Firefox 89.0
Operating System: Mac OS X 10.15
Tested Another Browser: Yes Chrome
Problem type: Design is broken
Description: Items are overlapped
Steps to Reproduce:
At viewport widths less than or equal to 991px, the page items below the mapbox map are overlapped and misaligned on Firefox only. At the same viewport widths less than or equal to 991px on Chrome, the page items are not overlapped, and are aligned correctly.
Browser Configuration
From webcompat.com with ❤️
The text was updated successfully, but these errors were encountered: