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

[jira] Created: (WICKET-1329) AutoCompleteTextField's dropdown list disappears when it is used inside a ModalWindow

AutoCompleteTextField's dropdown list disappears 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 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.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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

Posted by "Gerolf Seitz (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-1329?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gerolf Seitz resolved WICKET-1329.
----------------------------------

       Resolution: Fixed
    Fix Version/s: 1.3.3
         Assignee: Gerolf Seitz  (was: Janne Hietamäki)

i set the z-index to 30000, so it's higher than modalwindow's z-index.

> 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.


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

Posted by "Gerolf Seitz (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WICKET-1329?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12595358#action_12595358 ] 

Gerolf Seitz commented on WICKET-1329:
--------------------------------------

Erik, why do you think so?
afaik, the z-index is independent from the position. 
so we need both fixes.

> 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.


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

Posted by "Janne Hietamäki (JIRA)" <ji...@apache.org>.
     [ 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.


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

Posted by "Andy Chu (JIRA)" <ji...@apache.org>.
     [ 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.


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

Posted by "Gerolf Seitz (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WICKET-1329?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12583837#action_12583837 ] 

Gerolf Seitz commented on WICKET-1329:
--------------------------------------

i changed it so that the autocomplete menu detects the zIndex of its offsetParent and sets its own zIndex to that value + 1.

> 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.


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

Posted by "Erik van Oosten (JIRA)" <ji...@apache.org>.
    [ 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.