[
https://issues.apache.org/jira/browse/WICKET-3215?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12966741#action_12966741
]
Pedro Santos commented on WICKET-3215:
--------------------------------------
Just trying to explain the hack: after show the options list, the text field
wasn't losing the focus, but the text cursor disappeared or goes to the wrong
position. Rather than create an cursor position cache to be restored, I just
realise that the selection bounds were already on the IE selection object, and
just by invoking the select method from its API the cursor reappeared or got
the right position.
> AutoCompleteTextField does not work in an iframe under IE 6, 7 or 8
> -------------------------------------------------------------------
>
> Key: WICKET-3215
> URL: https://issues.apache.org/jira/browse/WICKET-3215
> Project: Wicket
> Issue Type: Bug
> Components: wicket-extensions
> Affects Versions: 1.4.11, 1.4.12, 1.4.13, 1.4.14
> Environment: Windows Server 2003
> Reporter: Robert Csok
> Assignee: Pedro Santos
> Fix For: 1.4.15, 1.5-M4
>
> Attachments: HomePage.html, HomePage.java, iframe.html
>
>
> The code that has been integrated in version
> 1.4.11 to fix issue WICKET-2279 forces the cursor of an
> AutoCompleteTextField to do a "carriage return" after each typed in char when
> the application runs in an iframe and IE 6, 7 or 8 is used.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.