JavaFX Combobox Dropdown Disabled

In the application I'm developing, I recently ran into a problem when the JavaFX Combobox is dropped in such a way that it leaves the screen. This is not a problem when the application is used in a small window, because there is a space under the window for the drop-down list. However, when the window is at the bottom of the screen, it partially turns off. See images below:

dropdown is cut off

At first, I thought the problem was with my custom cell renderer, which allows me to display an image as well as text, but the official JavaFX Modena demo is experiencing the same problems. The combination should display AF:

combo box display cut off

, , Combobox Java 8. Java , Combobox , .

?

+4
1

, Java 8u40. Java 8u60.

javafx combobox .

+2

All Articles