Is there any way of stopping modal windows being active once "Locked" screen appears?
I've been extending the Umbraco backend for a project I'm working on. At one point I open a modal window to get confirmation before creating a new content item programatically.
One issue that I have come across is that if my modal opens & the screen is left for long enough for the "Locked" screen to appear, my modal window remains active. If I click my "OK" button, I am taken to the umbraco login screen again & once Iogin I am presented with a full screen version of my modal window (& no umbraco backend).
I've noticed this also happens with the umbraco built-in modals, such as for creating a new content item.
Is there any way of stopping modal windows being active once "Locked" screen appears?
I've been extending the Umbraco backend for a project I'm working on. At one point I open a modal window to get confirmation before creating a new content item programatically.
One issue that I have come across is that if my modal opens & the screen is left for long enough for the "Locked" screen to appear, my modal window remains active. If I click my "OK" button, I am taken to the umbraco login screen again & once Iogin I am presented with a full screen version of my modal window (& no umbraco backend).
I've noticed this also happens with the umbraco built-in modals, such as for creating a new content item.
Is there a way round this?
is working on a reply...