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)
Tracking
(Webcompat Priority:P2, Webcompat Score:6, firefox137 affected, firefox138 affected, firefox139 affected)
NEW
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)
934.29 KB,
image/png
|
Details |
Environment:
Operating system: Windows 10
Firefox version: Firefox 137.0
Steps to reproduce:
- Navigate to: https://www.aa.com.tr/en
- 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
Reporter | ||
Comment 1•27 days ago
|
||
Reporter | ||
Updated•27 days ago
|
status-firefox137:
--- → affected
status-firefox139:
--- → affected
Comment 2•27 days ago
|
||
Since nightly and release are affected, beta will likely be affected too.
For more information, please visit BugBot documentation.
status-firefox138:
--- → affected
Updated•27 days ago
|
Severity: -- → S3
User Story: (updated)
Webcompat Priority: --- → P2
Webcompat Score: --- → 6
Keywords: webcompat:needs-diagnosis
Priority: -- → P2
Comment 3•25 days ago
|
||
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.
Updated•25 days ago
|
Keywords: webcompat:needs-diagnosis → webcompat:platform-bug
![]() |
||
Updated•25 days ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•