I'm using modal, modeless div
s (I mean fixed, styled div
s) on my HTML page. This page contains iframe
s with modal div
s as well.
When I open a new div
on the page, I need to disable keyboard events on the parent page (opener page). Also I need to be able to handle tab key presses on the parent page.
I have Googled, but I haven't found any solution for solving this issue.
Do you have any suggestions or ideas?