-
Bug
-
Resolution: Fixed
-
P4
-
8, 9
-
x86
-
windows_8
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8263329 | 8u301 | Ambarish Rapte | P4 | Resolved | Fixed | b01 |
JDK-8264453 | 8u291 | Ambarish Rapte | P4 | Resolved | Fixed | b31 |
JDK-8263994 | 8u281 | Ambarish Rapte | P4 | Resolved | Fixed | b35 |
FULL PRODUCT VERSION :
java version "1.8.0_31"
Java(TM) SE Runtime Environment (build 1.8.0_31-b13)
Java HotSpot(TM) 64-Bit Server VM (build 25.31-b07, mixed mode)
ADDITIONAL OS VERSION INFORMATION :
Windows 8.1
A DESCRIPTION OF THE PROBLEM :
The class CornerRadiiConverter is converting wrong values when using css and the measurement unit "em", but only occurs when the font size is different from default. I'm working on a responsive design to college and this is an important part. Thank you for your help. The fix is simple, in the convert method in javafx.scene.layout.CornerRadiiConverter class, you need only pass the font as a parameter for the methods ".pixels ()" in constructor of the converted CornerRadii. Other conversion classes do this, but I believe this has been forgotten.
REPRODUCIBILITY :
This bug can be reproduced always.
java version "1.8.0_31"
Java(TM) SE Runtime Environment (build 1.8.0_31-b13)
Java HotSpot(TM) 64-Bit Server VM (build 25.31-b07, mixed mode)
ADDITIONAL OS VERSION INFORMATION :
Windows 8.1
A DESCRIPTION OF THE PROBLEM :
The class CornerRadiiConverter is converting wrong values when using css and the measurement unit "em", but only occurs when the font size is different from default. I'm working on a responsive design to college and this is an important part. Thank you for your help. The fix is simple, in the convert method in javafx.scene.layout.CornerRadiiConverter class, you need only pass the font as a parameter for the methods ".pixels ()" in constructor of the converted CornerRadii. Other conversion classes do this, but I believe this has been forgotten.
REPRODUCIBILITY :
This bug can be reproduced always.
- backported by
-
JDK-8263329 Wrong unit measure in CornerRadiiConverter
- Resolved
-
JDK-8263994 Wrong unit measure in CornerRadiiConverter
- Resolved
-
JDK-8264453 Wrong unit measure in CornerRadiiConverter
- Resolved
- blocks
-
JDK-8204568 Relative CSS-Attributes don't work all time
- Closed