You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a new PreferencesFX dialog with a table, such as:
Move the slider back and forth until the label for the table switches from having an ellipses (e.g., Pai... in the previous image) back to not having an ellipses (e.g., Pairs).
Click anywhere in the table.
Expected results
The table stays the same size. The label does not contain ellipses.
Actual results
The table expands by a pixel. The label contains an ellipses.
Environment
$ java --version
openjdk 19.0.1 2022-10-18
OpenJDK Runtime Environment (build 19.0.1+11)
OpenJDK 64-Bit Server VM (build 19.0.1+11, mixed mode, sharing)
Replicate
Create a new PreferencesFX dialog with a table, such as:
Move the slider back and forth until the label for the table switches from having an ellipses (e.g.,
Pai...
in the previous image) back to not having an ellipses (e.g.,Pairs
).Click anywhere in the table.
Expected results
The table stays the same size. The label does not contain ellipses.
Actual results
The table expands by a pixel. The label contains an ellipses.
Environment
implementation 'com.dlsc.preferencesfx:preferencesfx-core:11.11.0'
Related
See issues #413 and #430 .
The text was updated successfully, but these errors were encountered: