NewBee
#1
hello;
when you clicked confirm button it is blocked the window behind as expected.
but when you clicked alert button it is not block the window behind and the behind window still accessible.
is this a bug or did I miss something?
here is snippet:
https://snippet.dhtmlx.com/ktz9ztaw
TTsand
#2
Hi,
Thanks for the detailed description and example!
To solve the issue, you need to change the CSS property z-index
for the .dhx_alert_overlay
class.
Here is an example: DHTMLX Snippet Tool
I will pass this issue on to the development team, at this point I can’t confirm if this is a bug or not.