[
https://issues.apache.org/jira/browse/WICKET-6082?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15134987#comment-15134987
]
Martin Grigorov commented on WICKET-6082:
-----------------------------------------
And Microsoft forums are full with such problems:
-
http://answers.microsoft.com/en-us/ie/forum/ie9-windows_vista/ie9-wont-let-me-enter-text-in-text-fields/df921989-d54e-e011-8dfc-68b599b31bf5?db=5&auth=1
-
http://answers.microsoft.com/en-us/ie/forum/ie9-windows_7/ie9-problem-im-unable-to-type-into-forums-on/d57b569c-febe-4ce6-8075-654df61315b3
And StackOverflow:
-
http://stackoverflow.com/questions/19150008/ie-9-and-ie-10-cannot-enter-text-into-input-text-boxes-from-time-to-time
I'd suggest to use the workarounds: on domready of the ModalWindow page execute
something like "$("input").first().focus();"
> Can't input text into text field or text area in modal window in IE 11
> ----------------------------------------------------------------------
>
> Key: WICKET-6082
> URL: https://issues.apache.org/jira/browse/WICKET-6082
> Project: Wicket
> Issue Type: Bug
> Environment: IE 11
> Reporter: Vu Thai Duy
> Labels: IE11, ModalWindow
>
> Suppose that, we have a modal window with two components (text field and text
> area). Steps to trigger problem:
> 1. Open modal window, we can input text into text field
> 2. Close then open modal window again, now we can't input text to text field
> This problem only occurs in IE 11 with both wicket 6.xx and 7.xx. In
> addition, it only happen when showing modal dialog with page.
> You can try reproducing problem here:
> http://examples7x.wicket.apache.org/ajax/modal-window
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)