I have some window objects that I would like to require the user to finish interacting with before they can press buttons on the parent layout. I’m trying to use the modal feature and while this disables the option of using ‘Esc’ to close the window, it doesn’t prohibit me from launching more windows. This behavior can be seen at http://webix.com/snippet/b87e95e3. Am I missing something, or is this a bug?
Yep, there is a bug. When you are using hidden in the config of a window it doesn’t create the modal layer correctly. If you remove “hidden:false” and use .show instead ( as in Andrey’s example ) it will work correctly.
Thanks for the responses and workaround. Is there a list of bugs that I could reference if I suspect I’ve found one to save you from having to respond to me on the forums?
Actually, this bug wasn’t reported before.
Fix will be included in the next minor build ( in next two weeks )
You can look at
There are not so many long-living issues, as we release updates each few weeks.
Thanks again for the info maksim