RFR: 8228363: ContextMenu.show with side=TOP does not work the first time in the presence of CSS [v3]
Robert Lichtenberger
rlichten at openjdk.java.net
Wed Jan 27 12:08:45 UTC 2021
On Wed, 27 Jan 2021 10:41:25 GMT, Ajit Ghaisas <aghaisas at openjdk.org> wrote:
>> Robert Lichtenberger has updated the pull request incrementally with one additional commit since the last revision:
>>
>> 8228363: ContextMenu.show with side=TOP does not work the first time in the presence of CSS
>>
>> Removed node orientation from API doc.
>> Removed extra blank lines.
>
> modules/javafx.controls/src/test/java/test/javafx/scene/control/ContextMenuTest.java line 49:
>
>> 47: import static com.sun.javafx.scene.control.ContextMenuContentShim.*;
>> 48:
>> 49: import java.io.File;
>
> These 3 imports are unused. Remove them.
Good catch. I removed the (now unused) imports.
-------------
PR: https://git.openjdk.java.net/jfx/pull/383
More information about the openjfx-dev
mailing list