Status Update
Comments
go...@google.com <go...@google.com> #2
Labels: Needs-Triage-M125
go...@google.com <go...@google.com> #3
Tried to reproduce this issue on reported chrome browser version #125.0.6422.41 using Mac14.4.1 by following steps as per comment#1 ,
Steps to reproduce
================
1. Launched Chrome
2. Navigated to the given URL - "https://codepen.io/thebabydino/pen/rNgaYwd "
3. Observed - radial-gradient-generated circles doesn't coincide
4. Observed - radial-gradient-generated circles does coincide in firefox
Attached screenshots for reference
Reporter@: Could you please review the attached reference and let us know if anything being missed here.
Could we consider point 3 as a bad behaviour and issue you are pointing to, compared to firefox?
Thanks..!!
Steps to reproduce
================
1. Launched Chrome
2. Navigated to the given URL - "
3. Observed - radial-gradient-generated circles doesn't coincide
4. Observed - radial-gradient-generated circles does coincide in firefox
Attached screenshots for reference
Reporter@: Could you please review the attached reference and let us know if anything being missed here.
Could we consider point 3 as a bad behaviour and issue you are pointing to, compared to firefox?
Thanks..!!
an...@gmail.com <an...@gmail.com> #4
Yes, that's exactly the problem - those two radial-gradient-generated circles should coincide, but they don't in Chrome.
pe...@google.com <pe...@google.com> #5
Thank you for providing more feedback. Adding the requester to the CC list.
go...@google.com <go...@google.com> #6
Able to reproduce this issue on current beta chrome browser version #125.0.6422.41 using Windows10, Mac14.4.1 & Linux debian by following steps as per comment#1 & comment#4 ,
Reproducible on
=============
126.0.6478.2 - Canary
126.0.6468.2 - Dev
125.0.6422.41 - Beta
124.0.6367.207 - Stable
Attached screenshot for reference
The same issue seems to be reproducible from M-114 older versions, hence considering it as Non-Regression and marking it as untriaged
Thanks..!!
Reproducible on
=============
126.0.6478.2 - Canary
126.0.6468.2 - Dev
125.0.6422.41 - Beta
124.0.6367.207 - Stable
Attached screenshot for reference
The same issue seems to be reproducible from M-114 older versions, hence considering it as Non-Regression and marking it as untriaged
Thanks..!!
Description
Steps to reproduce the problem
body
hasdisplay: grid
and so do these wrappers. These wrappers are also containers.Problem Description
The problem is that when setting the size of the gradient end shape in
cqmin
, this does not get computed correctly in Chrome (this is not a problem in Firefox or Safari). We can test this by not specifying this size and instead using the samecqmin
value for the gradient stops.and
should be identical (they are for other units in all browsers and for
cqmin
as well in Firefox and Safari). But they aren't in Chromium browsers.Live test using a difference blend mode to compare the two gradients:https://codepen.io/thebabydino/pen/rNgaYwd (we get black where the two radial-gradient-generated circles coincide... which should be everywhere)
Summary
cqmin radii inside radial-gradient() not always computed correctly
Custom Questions
Which component does this fall under?
Blink>Layout
Does this work in other browsers?
Yes - This is just a Chrome problem
Additional Data
Category: API
Chrome Channel: Not sure
Regression: N/A