[Rev 02] RFR: 8232811: Dialog's preferred size no longer accommodates multi-line strings

Thiago Milczarek Sayao tsayao at openjdk.java.net
Thu Dec 19 20:34:25 UTC 2019


On Tue, 17 Dec 2019 23:01:51 GMT, Kevin Rushforth <kcr at openjdk.org> wrote:

>> The pull request has been updated with 1 additional commit.
> 
> tests/system/src/test/java/test/robot/javafx/scene/dialog/DialogWithOwnerSizingTest.java line 124:
> 
>> 123: 
>> 124:             stage.initStyle(StageStyle.UNDECORATED);
>> 125:             stage.setOnShown(e -> Platform.runLater(startupLatch::countDown));
> 
> Since this is a Robot test that relies on the Stage being in front of other windows, can you add the following?
> 
>     stage.setAlwaysOnTop(true);

ok

-------------

PR: https://git.openjdk.java.net/jfx/pull/63


More information about the openjfx-dev mailing list