controlsfx / controlsfx

High quality UI controls to complement the core JavaFX distribution
https://controlsfx.org
BSD 3-Clause "New" or "Revised" License
1.57k stars 269 forks source link

Autocomplete Popup Position not modifiable #862

Open JonathanGiles opened 8 years ago

JonathanGiles commented 8 years ago

Original report by Tim E (Bitbucket: tim_eulitz, GitHub: Unknown).


Hey, apologies if this is not an actual issue and I am just missing something, but I am currently facing the issue that the autocomplete functionality creates the pop-up with a fixed distance to the input field, which causes issues when the text field has been restyled / resized. I found this older unanswered post on Stackoverflow which showcases this issue as well:

https://stackoverflow.com/questions/31525733/how-to-increase-height-of-javafx-controlsfx-autocomplete-suggestion-list

Could this be enhanced / made possible? I have tried a ton of CSS modifications but none are successful in getting this to work properly.

JonathanGiles commented 8 years ago

Original comment by Samir Hadzic (Bitbucket: shadzic, GitHub: shadzic).


This seems like a bug to me.

If people would directly come to our issue tracker or our google group instead of StackOverflow, maybe these bugs would be resolved quicker.

Anyway, could you follow the guidelines here : https://groups.google.com/forum/#!topic/controlsfx-dev/DbjZor4buAQ and especially post an example to reproduce the issue quickly.