Open Bug 1962136 Opened 27 days ago Updated 25 days ago

www.aa.com.tr - Background of article headline is rendered broken

Categories

(Web Compatibility :: Site Reports, defect, P2)

Desktop
Windows 10

Tracking

(Webcompat Priority:P2, Webcompat Score:6, firefox137 affected, firefox138 affected, firefox139 affected)

Webcompat Priority P2
Webcompat Score 6
Tracking Status
firefox137 --- affected
firefox138 --- affected
firefox139 --- affected

People

(Reporter: rbucata, Unassigned)

References

(Depends on 1 open bug, )

Details

(Keywords: webcompat:platform-bug, webcompat:site-report, Whiteboard: [webcompat-source:web-bugs])

User Story

platform:windows,mac,linux,android
impact:significant-visual
configuration:general
affects:all
branch:release
diagnosis-team:layout
user-impact-score:400

Attachments

(1 file)

Environment:
Operating system: Windows 10
Firefox version: Firefox 137.0

Steps to reproduce:

  1. Navigate to: https://www.aa.com.tr/en
  2. Observe the background of the article headline

Expected Behavior:
The white background is fully loaded

Actual Behavior:
The white background is rendered broken

Notes:

  • Reproduces regardless of the status of ETP
  • Reproduces in firefox-nightly, and firefox-release
  • Does not reproduce in chrome

Created from https://github.com/webcompat/web-bugs/issues/153750

Attached image ff vs chrome
See Also: → 1061094
See Also: → 1716903

Since nightly and release are affected, beta will likely be affected too.
For more information, please visit BugBot documentation.

Severity: -- → S3
User Story: (updated)
Webcompat Priority: --- → P2
Webcompat Score: --- → 6
Priority: -- → P2
Depends on: 1962618

This is -webkit-box-decoration-break: clone;

Here's the rule in question:

.beyaz-manset {
	background-color: white;
	line-height: 60px;
	font-family: GothamNarrow-Black;
	box-shadow: 0px 0px 0px 10px white;
	-webkit-box-decoration-break: clone;
}

https://cdnassets.aa.com.tr/assets/newVersion/css/style.css?v=2.8.8

The issue goes away if I use devtools to add box-decoration-break: clone; to this class.

I filed bug 1962618 to add support for this vendor-prefixed alias.

See Also: 1061094, 1716903
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: