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

research.google - The blue line overlaps the text #58613

Closed
annygakh opened this issue Sep 21, 2020 · 7 comments
Closed

research.google - The blue line overlaps the text #58613

annygakh opened this issue Sep 21, 2020 · 7 comments
Labels
browser-firefox engine-gecko The browser uses the Gecko rendering engine priority-normal severity-minor The site has a cosmetic issue.
Milestone

Comments

@annygakh
Copy link

URL: https://research.google/pubs/pub48285/

Browser / Version: Firefox 82.0
Operating System: Mac OS X 10.15
Tested Another Browser: Yes Chrome

Problem type: Design is broken
Description: Items are misaligned
Steps to Reproduce:
The blue bar that shows up in the middle of the headline is supposed to be underneath, on top of the gray bar.

View the screenshot Screenshot
Browser Configuration
  • None

From webcompat.com with ❤️

@webcompat-bot webcompat-bot added this to the needstriage milestone Sep 21, 2020
@webcompat-bot webcompat-bot added browser-firefox engine-gecko The browser uses the Gecko rendering engine labels Sep 21, 2020
@annygakh
Copy link
Author

The result is the same with and without Fission enabled.

@cipriansv cipriansv changed the title research.google - design is broken research.google - The blue line overlaps the text Sep 22, 2020
@cipriansv cipriansv added priority-normal severity-minor The site has a cosmetic issue. labels Sep 22, 2020
@cipriansv cipriansv modified the milestones: needstriage, needsdiagnosis Sep 22, 2020
@cipriansv
Copy link

Thanks for the report.

I was indeed able to reproduce the issue. The blue line overlaps the text.

Tested with:
Browser / Version: Firefox Nightly 83.0a1 (2020-09-21), Chrome 85.0.4143.121
Operating System: macOS 10.15.6

This is the web page displayed in Firefox Nightly:

image

And this is the web page displayed in Chrome:

image

Moving the issue to needsdiagnosis.

@karlcow
Copy link
Member

karlcow commented Sep 28, 2020

The blue line should be on top of the gray line indeed.

The gray line

.hero .hero-meta::after {
	background: #dadce0;
	bottom: 0;
	content: "";
	height: 3px;
	left: 0;
	opacity: 1;
	position: absolute;
	width: 100%;
}

The blue line

.hero .hero-meta__wrapper .hero__title .wrap::after {
	position: absolute;
	height: 3px;
	content: "";
	left: 0;
	right: 0;
	color: #000;
	background-color: #1a73e8;
	bottom: -14px;
	z-index: 2;
	width: 100%;
}

This bottom: -14px; is likely to fail depending on fonts, etc.

That said this is an interesting issue on where this line is being drawn with regards to the box wrapping. It deserves a test case.

https://codepen.io/webcompat/pen/VwaNmyq

Rendering in Safari and Chrome
Capture d’écran 2020-09-28 à 16 22 55

Rendering in Firefox

Capture d’écran 2020-09-28 à 16 23 06

@karlcow
Copy link
Member

karlcow commented Sep 28, 2020

Close as duplicate of https://bugzilla.mozilla.org/show_bug.cgi?id=1667725

@karlcow
Copy link
Member

karlcow commented Sep 28, 2020

So I filed an issue on bugzilla. and Maybe this is interesting for @dholbert too.

@dholbert
Copy link

I left some comments on the bugzilla bug report. Thanks!

@ksy36 ksy36 modified the milestones: duplicate, worksforme Apr 15, 2024
@ksy36
Copy link
Contributor

ksy36 commented Apr 15, 2024

The site has changed their design, and the issue is gone.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
browser-firefox engine-gecko The browser uses the Gecko rendering engine priority-normal severity-minor The site has a cosmetic issue.
Projects
None yet
Development

No branches or pull requests

6 participants