You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First off, I wanted to say thanks for the library! It's been great to work with, and was exactly what I was looking for to start on my Animation tool project.
The attached gif shows an issue I noticed, where a list box item that was offscreen would be selected if I attempted to select a different UI element that was being drawn over that list box item
I noticed that there is "Slab.IsControlHovered()", and I was able to use that to determine if the list box item should be selected. I was wondering if that was the expected way to get around this issue, or if there were any plans to fix this inside the library.
Thanks in advanced for your reply!
The text was updated successfully, but these errors were encountered:
Hi, thanks for the report. Using "Slab.IsControlHovered()" should be a good temporary fix for now, but I will have a proper fix in for the next update. Will update this thread once the fix is in.
First off, I wanted to say thanks for the library! It's been great to work with, and was exactly what I was looking for to start on my Animation tool project.
The attached gif shows an issue I noticed, where a list box item that was offscreen would be selected if I attempted to select a different UI element that was being drawn over that list box item
I noticed that there is "Slab.IsControlHovered()", and I was able to use that to determine if the list box item should be selected. I was wondering if that was the expected way to get around this issue, or if there were any plans to fix this inside the library.
Thanks in advanced for your reply!
The text was updated successfully, but these errors were encountered: