[
https://issues.apache.org/jira/browse/WICKET-1329?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Andy Chu updated WICKET-1329:
-----------------------------
Description: 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.
(was: When a AutoCompleteTextField is used 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.
Therefore, the dropdown list is masked by the ModalWindow. Hope it can be
fixed ASAP.)
Summary: AutoCompleteTextField's suggestion list *disappeared* when it
is used inside a ModalWindow (was: AutoCompleteTextField's dropdown list
disappears when it is used inside a ModalWindow)
> 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
>
> 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.