[
https://issues.apache.org/jira/browse/WICKET-1329?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12586447#action_12586447
]
Erik van Oosten commented on WICKET-1329:
-----------------------------------------
When the fix in [WICKET-1355] is applied, the changes for this bug should
probably be undone.
> AutoCompleteTextField's suggestion list *disappeared* when it is used inside
> a ModalWindow
> ------------------------------------------------------------------------------------------
>
> Key: WICKET-1329
> URL: https://issues.apache.org/jira/browse/WICKET-1329
> Project: Wicket
> Issue Type: Bug
> Components: wicket
> Affects Versions: 1.3.0-final
> Reporter: Andy Chu
> Assignee: Gerolf Seitz
> Fix For: 1.3.3
>
>
> When an AutoCompleteTextField is used in panel showed inside a ModalWindow,
> the dropdown list for suggestions will be disappeared. The reason is that the
> z-index of a normal ModalWindow is 20000 while the z-index of the dropdown
> list is 10000. And there is no way to set this parameter programatically.
> Therefore, the dropdown list is masked by the ModalWindow.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.