I hope I am doing this correctly as this is my first post, but if not let me know what to change.
I was not able to find anything on the forum or the documentation that helped me resolve this issue, but obviously I could have overlooked it, so feel free to point me towards any existing topics raised which handles my issue.
The issue I have is regarding tooltips within a listbox when the autoHeigt property is not set to true.
When this is not set to true, the tooltip kind of lingers on what seems to be the visible index (or close to) in the listbox when you scroll, but if autoHeight is set to true, this does not happen. Is there anyway for me to solve this while keeping autoHeight: false ?
Link to fiddle: https://jsfiddle.net/7jzc9kxw/32/
In the fiddle it is supposed disable specific names in the list and mark the background with purple, which works without any issue, as well as adding a title (and therefore a tooltip), which it seem to keep applying to the new list items, which get the same id when scrolling. in the fiddle one of them is ‘#listitem3jqxListBox1’ which originally is associated with the name “Warren”.
I hope I have explained my issue well enough.
– John