-
Bug
-
Resolution: Fixed
-
P2
-
jfx11, 8u212
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8263330 | 8u301 | Ambarish Rapte | P2 | Closed | Fixed | b01 |
JDK-8264452 | 8u291 | Ambarish Rapte | P2 | Resolved | Fixed | b31 |
JDK-8263991 | 8u281 | Ambarish Rapte | P2 | Closed | Fixed | b35 |
JDK-8266803 | jfx11.0.12 | Ambarish Rapte | P2 | Resolved | Fixed |
* Click "Print info"
* Click "Flip size"
* Click "Print info"
Results in the following output
Default Font: 13.0
0.2857142857142857em == 3.714285714285714
0.3333333333333333em == 4.333333333333333
============
Default:
Padding: Insets [top=4.0, right=4.0, bottom=4.0, left=4.0]
Corner: CornerRadii [uniform radius = 3.7]
Rel:
Padding: Insets [top=4.3, right=4.3, bottom=4.3, left=4.3]
Corner: CornerRadii [uniform radius = 3.7]
============
Default:
Padding: Insets [top=8.0, right=8.0, bottom=8.0, left=8.0]
Corner: CornerRadii [uniform radius = 3.7]
Rel:
Padding: Insets [top=4.3, right=4.3, bottom=4.3, left=4.3]
Corner: CornerRadii [uniform radius = 3.7]
Expectation:
* CornerRadii is always 4 & 8
* Padding is always 4 & 8
Observation 1: The CornerRadii is relative to the default font
Observation 2: The CornerRadii does not change
Observation 3: The padding if the font is relative uses the default font for the size calculation
Observation 4: The padding does not change if the font is relative
- backported by
-
JDK-8264452 Relative CSS-Attributes don't work all time
- Resolved
-
JDK-8266803 Relative CSS-Attributes don't work all time
- Resolved
-
JDK-8263330 Relative CSS-Attributes don't work all time
- Closed
-
JDK-8263991 Relative CSS-Attributes don't work all time
- Closed
- duplicates
-
JDK-8205473 [CSS] Button size does not change relative to fonts
- Closed
- is blocked by
-
JDK-8160554 Wrong unit measure in CornerRadiiConverter
- Resolved
- relates to
-
JDK-8265514 Openjfx controls running tests broken (Eclipse)
- Resolved
-
JDK-8266966 Wrong CSS properties are applied to other nodes after fix for JDK-8204568
- Resolved
-
JDK-8205473 [CSS] Button size does not change relative to fonts
- Closed
-
JDK-8276176 CSS relative -fx-font-size of child causes change of parent dimensions
- Closed
- links to
-
Commit openjdk/jfx11u/fdd0fa09
-
Commit openjdk/jfx/9c7cf172
-
Review openjdk/jfx11u/6
-
Review openjdk/jfx/397