-
Bug
-
Resolution: Fixed
-
P2
-
fx2.0
-
Windows, Ok on Mac
A number of controls are not drawn properly in Ensemble. If you look at the sliders in the Interporlator sample or the RadioButtons in the radio buttons sample they are not drawn right. For examples the focus and the dot are off on RadioButtons. See attached image.
Now the odd thing here is multiple borders on a single Region are not aligned with each other. My feeling is this could be caused by one of two things: either something has changed in Region's painting code or (2) Something has changed in layout that is causing the RadioButtons to be positioned at a weird non-whole-pixel location when they used to be. Then (2) could be highlighting a bug in Region pixel snapping code that we have not found before.
Other observations:
* This only happens on Windows, Mac seems fine for me
* RadioButtons in HelloRadioButton toy are working fine, only Ensemble is broken
Now the odd thing here is multiple borders on a single Region are not aligned with each other. My feeling is this could be caused by one of two things: either something has changed in Region's painting code or (2) Something has changed in layout that is causing the RadioButtons to be positioned at a weird non-whole-pixel location when they used to be. Then (2) could be highlighting a bug in Region pixel snapping code that we have not found before.
Other observations:
* This only happens on Windows, Mac seems fine for me
* RadioButtons in HelloRadioButton toy are working fine, only Ensemble is broken
- relates to
-
JDK-8111995 Stroked round rectangles do not match stroked non-round rectangles
-
- Closed
-
-
JDK-8112229 javafx.scene.shape.Rectangle with setStrokeWidth() drawn with defects with some setArcWidth() / setArcHeight() values.
-
- Closed
-