JDK-8181775 : JavaFX WebView does not calculate border-radius properly
  • Type: Bug
  • Component: javafx
  • Sub-Component: web
  • Affected Version: 8,9,10
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: x86
  • Submitted: 2017-06-08
  • Updated: 2020-11-24
  • Resolved: 2020-08-10
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 8 Other
8u281Fixed openjfx11.0.10Fixed
Related Reports
Blocks :  
Duplicate :  
Description
When applying border radius to an element in a JavaFX WebView, as long as all four corners have the same radius, it works fine. But if the four corners have different radii they start to affect each other, so a value of 0 in the top right corner would cause a specified value of 32px in the top left corner to shrink. 
Comments
Changeset: f216c5fe Author: Bhawesh Choudhary <bchoudhary@openjdk.org> Committer: Kevin Rushforth <kcr@openjdk.org> Date: 2020-08-10 12:21:02 +0000 URL: https://git.openjdk.java.net/jfx/commit/f216c5fe
10-08-2020

Reproducible on 8GA (b132), 8u40, 8u60, 9-dev and 10
09-06-2017