[ https://issues.apache.org/jira/browse/WICKET-5130?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sven Meier resolved WICKET-5130. -------------------------------- Resolution: Fixed fix for IE<7 is now removed > AutoCompleteTextField hides combo boxes - remove setting > -------------------------------------------------------- > > Key: WICKET-5130 > URL: https://issues.apache.org/jira/browse/WICKET-5130 > Project: Wicket > Issue Type: Task > Affects Versions: 6.6.0 > Environment: tested on Windows 7, IE9, valid also for IE7 and IE8 > Reporter: Betlista > Assignee: Sven Meier > Priority: Minor > Labels: autocomplete, autocompletetextfield > Fix For: 7.0.0 > > Attachments: ScreenShot326.png, ScreenShot327.png, ScreenShot328.png > > > When I have AutoCompleteTextField in form and there are DropDowns below the autocomplete text field, AutoCompleteTextField drop down hides components below. > Steps to simulate the behaviour: > 1.) I created maven project > mvn archetype:generate -DarchetypeGroupId=org.apache.wicket -DarchetypeArtifactId=wicket-archetype-quickstart -DarchetypeVersion=6.6.0 -DgroupId=net.betlista -DartifactId=bugs-dropdown -DarchetypeRepository=https://repository.apache.org/ -DinteractiveMode=false > 2.) in pom.xml I enabled extensions > 3.) I changed getHomePage() in WicketApplication application to show my new test page > 4.) page markup is > > >
> >