I currently have an HTML5 responsive design that needs to load an old version of our site while we convert.
This works, but in some instances, the button-click within the iframe (for example, updating a record, normal <button>) doesn't fire. This annoys the users obviously.
I observed what the user did and can't seem to replicate it myself. I see the button click animation (it presses the button) but nothing happens.
When the user clicks somewhere in the whitespace, or refreshes the page, it works again.
I figured maybe something on the HTML5 responsive design was taking focus away from the iframe, and built in an automatic "focus" whenever the mouse goes over the iframe. No luck.
I've asked the other developer to check his code, and also went through the code myself, and I can't figure out why it's behaving like this at random intervals. I'm using IE11 for this
Anyone have any idea what I can check or what it may be? Both are running on the same domain so it's not a cross-browser security issue
This works, but in some instances, the button-click within the iframe (for example, updating a record, normal <button>) doesn't fire. This annoys the users obviously.
I observed what the user did and can't seem to replicate it myself. I see the button click animation (it presses the button) but nothing happens.
When the user clicks somewhere in the whitespace, or refreshes the page, it works again.
I figured maybe something on the HTML5 responsive design was taking focus away from the iframe, and built in an automatic "focus" whenever the mouse goes over the iframe. No luck.
I've asked the other developer to check his code, and also went through the code myself, and I can't figure out why it's behaving like this at random intervals. I'm using IE11 for this
Anyone have any idea what I can check or what it may be? Both are running on the same domain so it's not a cross-browser security issue