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

2008-05-08 Thread Gerolf Seitz (JIRA)

[ 
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 2 while the z-index of the dropdown 
> list is 1.  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

2008-04-07 Thread Erik van Oosten (JIRA)

[ 
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 2 while the z-index of the dropdown 
> list is 1.  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

2008-03-31 Thread Gerolf Seitz (JIRA)

[ 
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 2 while the z-index of the dropdown 
> list is 1.  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.