You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Janne Hietamäki (JIRA)" <ji...@apache.org> on 2008/02/07 08:25:08 UTC

[jira] Assigned: (WICKET-1329) AutoCompleteTextField's suggestion list *disappeared* when it is used inside a ModalWindow

     [ https://issues.apache.org/jira/browse/WICKET-1329?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Janne Hietamäki reassigned WICKET-1329:
---------------------------------------

    Assignee: Janne Hietamäki

> 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: Janne Hietamäki
>
> 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.