Skip to content
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.nsa.gov - The page text header is misaligned #113826

Closed
ohmstance opened this issue Nov 11, 2022 — with webcompat-app · 7 comments
Closed

www.nsa.gov - The page text header is misaligned #113826

ohmstance opened this issue Nov 11, 2022 — with webcompat-app · 7 comments
Assignees
Labels
browser-firefox diagnosis-priority-p2 engine-gecko The browser uses the Gecko rendering engine priority-normal severity-minor The site has a cosmetic issue. trend-layout OKR Label - issues related to graphic glitches / broken UI causing issues with the page layout type-css Generic CSS issues
Milestone

Comments

@ohmstance
Copy link

URL: https://www.nsa.gov/

Browser / Version: Firefox 106.0
Operating System: Windows 10
Tested Another Browser: Yes Edge

Problem type: Design is broken
Description: Items are overlapped
Steps to Reproduce:
Some of the header text on the webpage should be overlaid on top of images. In Microsoft Edge, it appears correctly. In Mozilla Firefox, header text is pushed below/above images.

View the screenshot Screenshot
Browser Configuration
  • None

From webcompat.com with ❤️

@webcompat-bot webcompat-bot added this to the needstriage milestone Nov 11, 2022
@webcompat-bot webcompat-bot added browser-firefox engine-gecko The browser uses the Gecko rendering engine labels Nov 11, 2022
@liamengland1
Copy link

liamengland1 commented Nov 12, 2022

Confirmed. Reduced test case: https://jsfiddle.net/j4cu0q9n/5/show

If .empty-container is not set to display: inline-block, then Firefox displays correctly.

@softvision-raul-bucata
Copy link

We appreciate your report. I was able to reproduce the issue. The text is not displayed in the page header:

Screenshot_11

Tested with:

Browser / Version: Firefox Release 106.0.5 (64-bit)/ Firefox Nightly 108.0a1 (2022-11-12) (64-bit) /Microsoft Edge Version 107.0.1418.35 (Official build) (64-bit)
Operating System: Windows 10 PRO x64

Notes:

  1. Reproducible regardless of the status of ETP.
  2. Reproducible on the latest build of Firefox Nightly and Release.
  3. Works as expected using Edge:

Screenshot_12

Moving this to NeedsDiagnosis for further investigations.

[qa_46/2022]

@softvision-raul-bucata softvision-raul-bucata changed the title www.nsa.gov - design is broken www.nsa.gov - The page text header is misaligned Nov 14, 2022
@softvision-raul-bucata softvision-raul-bucata added severity-minor The site has a cosmetic issue. priority-normal labels Nov 14, 2022
@softvision-raul-bucata softvision-raul-bucata added the trend-layout OKR Label - issues related to graphic glitches / broken UI causing issues with the page layout label Nov 14, 2022
@wisniewskit
Copy link
Member

Thank you for helping to capture a test-case, @liamengland1 !

I've further reduced it, and filed bug 1801165 to analyze what to do here.

@wisniewskit wisniewskit added the type-css Generic CSS issues label Nov 17, 2022
@wisniewskit
Copy link
Member

It looks like this might just be an interop issue that Firefox should address, with this CSS being a likely key trigger for the difference:

.pdbg-container {
   overflow:hidden;
}

Changing that to overflow:clip seems to work fine across browsers, so I'll nominate that change for a site-patch in case the interop difference can't be resolved more quickly.

@wisniewskit wisniewskit self-assigned this Nov 17, 2022
@webcompat-bot
Copy link

@wisniewskit wisniewskit added the action-needssitepatch This web bug needs a GoFaster site patch. label Nov 17, 2022
@ksy36 ksy36 removed the action-needssitepatch This web bug needs a GoFaster site patch. label Nov 29, 2022
@wisniewskit
Copy link
Member

This no longer happens on the site, and it looks as though the position of the menu items has shifted due to a layout change. Let's close this as fixed.

@wisniewskit wisniewskit modified the milestones: needscontact, fixed Apr 5, 2023
@softvision-raul-bucata
Copy link

I can confirm the fix.

Tested with:

Browser / Version: Firefox Nightly 114.0a1 (2023-04-11) (64-bit)
Operating System: Windows 10 PRO x64

Suggestion: Try clearing cache/data/cookies, disabling add-ons and Ad-blocker (if available) and extensions or use a clean profile, and check again? If there are any changes made to the default settings of the browser (e.g. in about:config) please revert to the default settings and try again. Also, have the required cookies been accepted for this page?

[qa_15/2023]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
browser-firefox diagnosis-priority-p2 engine-gecko The browser uses the Gecko rendering engine priority-normal severity-minor The site has a cosmetic issue. trend-layout OKR Label - issues related to graphic glitches / broken UI causing issues with the page layout type-css Generic CSS issues
Projects
None yet
Development

No branches or pull requests

6 participants