dlsc-software-consulting-gmbh / GemsFX

A collection of JavaFX controls and utilities.
Apache License 2.0
436 stars 51 forks source link

Popup of SearchField Suggestions Overlaps Input Field When Not Enough Space Below #121

Closed leewyatt closed 2 months ago

leewyatt commented 2 months ago

The SearchField component successfully displays suggestion popups at the correct position when near the left or right edges of the window, ensuring the popup is not obscured. However, when there's insufficient space at the bottom, the popup overlaps with the SearchField input box, obstructing the view of the text being typed by the user. image