You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Stefan Schulte (Commented) (JIRA)" <ji...@apache.org> on 2012/04/03 22:48:24 UTC

[jira] [Commented] (WICKET-4294) AutoCompleteTextField does not show suggestions when it is used on ModalWindow in InternetExplorer

    [ https://issues.apache.org/jira/browse/WICKET-4294?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13245716#comment-13245716 ] 

Stefan Schulte commented on WICKET-4294:
----------------------------------------

Hi Andrea!

Thanks for your interests on this issue. Unfortunatly I added my workaraound to the quickstart project. So please follow these instructions to reproduce the error:

- remove everything from style.css in the quickstart project
- clean your browsers cache
- do mvn jetty:run
- type http://localhost:8080/ac into your browser
- type g into the chooser on the page
- type g into the chooser on the modal window

I still have this problem even on ie9

Stefan
                
> AutoCompleteTextField does not show suggestions when it is used on ModalWindow in InternetExplorer
> --------------------------------------------------------------------------------------------------
>
>                 Key: WICKET-4294
>                 URL: https://issues.apache.org/jira/browse/WICKET-4294
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-extensions
>    Affects Versions: 1.4.19, 1.5.3
>            Reporter: Stefan Schulte
>            Priority: Minor
>              Labels: autocomplete, css, internetexplorer, modal
>         Attachments: myproject1_5_3.zip
>
>
> When the AutoCompleteTextfield is used on a ModalWindow the suggestions are not shown. The reason is the following code in modal.css on line 171:
> div.wicket-modal div.w_content_container {
> 	position: relative;
> }
> This was added in revision 1071523 of modal.css. As a workaround to make the suggestions visible i use the following code in the css-sheet of my project:
> /* 
>  * FIXES rendering issue of autocomplete 
>  * suggestions on modal windows in internet explorer 7, 8, ..?
>  */
> DIV.wicket-modal DIV.w_content_container {
> 	position : static !important;
> }
> I will attach a quickstart project, that you can use to reproduce the bug. Start it and type http://localhost:8080/ac into your browser.
> To show the bug you have to remove the workaround from style.css or disable it using the developer toolbar of internet explorer.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira