Hi, all!
As I told a lot lately I have showstopper kind of trouble with UI elements which generate popup window.
These are Menu and DropDownList. Both do display original widget but fail to display popup menu.
Today I was able to display Menu popup for some time but after some minimal change it stopped working again
and then I was not able to repeat the result. Struggling for 20+ hours for nothing again, I decided to
debug the thing properly, so to find out why it is so brittle. Could somebody point me out somewhere in Urho code
so I look for the culprits?
Please don’t point me to editor, I know everything works there, but it is not possible to repeat.
Probably there are some not obvious magic happens.
I found that popup window defaultStyle needs to be set to style XML otherwise it will display
white (root window style do not apply), but that happened before. Now I see nothing at all,
like nothing is drawn and the click is ignored. I tried to display popup window manually and it works fine,
so it is something with menu itself which is wrong. I will probably replace it with separate button and menu
if debugging will take too long, but I’d prefer to finally make such widgets work and solve this puzzle…