Hi,
In my application I have two DIV elements that toggle its visibility, so only one element is visible to the user at same time.
After several times user toggles element's visibility all inputs on the screen become locked, user can't type text inside them. It releases only after killing and running again the application.
Any idea why it may happen?
And how to solve?
I've tried to append a new input element to body using JS console and I saw that it's also locked.
10x