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
It's kind of a lot of code but pretty simple. I call createWindow(), then createChildren(), then addListeners(). I have another menu that works as expected with clickable elements, but they are free floating (the top level of their menu being a Layout). All of the menus having clickable problems have a top level of Window. When I set that element to Layout though, no difference so I'm pretty sure it's not that.
The text was updated successfully, but these errors were encountered:
@alaa-eddine you must be doing a great job answering my questions as I was able to figure this one out on my own as things are starting to become more clear now :)
The problem is the child elements blocking clicks for their parent. To solve, make the child elements component: "Label"!
Hi, maybe I'm just doing something wrong here. Not fully sure how to describe this one so code dump incoming:
It's kind of a lot of code but pretty simple. I call createWindow(), then createChildren(), then addListeners(). I have another menu that works as expected with clickable elements, but they are free floating (the top level of their menu being a Layout). All of the menus having clickable problems have a top level of Window. When I set that element to Layout though, no difference so I'm pretty sure it's not that.
The text was updated successfully, but these errors were encountered: