IE 9 and IE 10 cannot enter text into input text boxes from time to time

后端 未结 11 1866
傲寒
傲寒 2020-12-05 13:59

There is a web page with an iframe inside. Sometimes, Input text box controls, inside the iframe, are locked/ freezed. Users cannot enter text into them. But the text box ca

11条回答
  •  无人及你
    2020-12-05 14:18

    I have managed to fix this bug by setting focus back to the main page. What I have done so far is: put an HTML input textbox, which is set invisible, in the main page. When the iframe closes, I set focus back to that textbox.

    Please refer following links for more information about this IE bug.

    link1

    link2

提交回复
热议问题