-
Bug
-
Resolution: Fixed
-
P3
-
8
-
jdk 8.0 b110
This is a sizing issue and is not related to the wrapText property.
The problem is that the computed value of minWidth equals the computed value of prefWidth, which wins over the smaller value given to setMaxWidth().
The computed minWidth should be based on that of LabeledSkinBase instead.
See also the discussion inRT-18309 about why a computed min value wins over a set max value.
The problem is that the computed value of minWidth equals the computed value of prefWidth, which wins over the smaller value given to setMaxWidth().
The computed minWidth should be based on that of LabeledSkinBase instead.
See also the discussion in
- relates to
-
JDK-8116403 Labeled Controls like CheckBox minSize calculation is wrong
- Resolved
-
JDK-8128435 Edge case for Region.boundedSize policy
- Closed