Facebook (business) Page - Overview - Export data hyperlink line not bellow text
Categories
(Core :: Layout: Text and Fonts, defect)
Tracking
()
People
(Reporter: cfogel, Unassigned)
Details
(Keywords: regression)
Attachments
(2 files)
Affected versions
- 88.0a1(2020-03-18), 87.0;
Affected platforms
- Win10, macOS 10.15;
Steps to reproduce
- Launch Firefox with a (business page) created;
- Click on the Overview section;
- Hover over links (Export data);
Expected result
- link indicators are properly displayed;
Actual result
- link indicator appears cut and not right under the text;
Regression range
- considered "good" previous variation of this, in which the line was in front of the text; not ideal implementation either but might help with debugging:
- First bad: 2019-09-02;
- Last good: 2019-09-01;
- Pushlog: URL;
Additional notes
- attached gif to best illustrate the issue; other links show the bottom line a bit more and not have the text as much over it.
| Reporter | ||
Comment 1•5 years ago
|
||
Attaching an additional image for identifying section.
| Reporter | ||
Updated•5 years ago
|
Comment 2•5 years ago
|
||
I don't have a facebook business page to confirm this, but I'm pretty certain this is a site bug, not a Firefox issue. They've applied the underline to a parent element of the text, and probably used a vertical-align property that then shifts the text slightly relative to the element that has the line. Result is that the line clashes with the glyphs, and skip-ink makes it break up.
See bug 1584348 and dupes for other similar examples, and more discussion of the issue.
There are open bugs against both webkit and blink because they place the underline incorrectly per CSS spec in these cases, and that's why authors who are only testing in Chrome don't see the issue.
Updated•5 years ago
|
Description
•