Hi everybody,

I have a strange problem when I use a AutoCompleteTextField. This component
works well, indeed it suggests words, but when I pass on a word to select
it, the page is scrolling down.

To be more unequivocal, look at the screenshot : 
http://www.nabble.com/file/p18486597/totoyz5.jpg 

So i'm looking for the solution, it might be a wicket problem, or a css
problem. I have used the same css posted on wicket exemple.


div.wicket-aa {
        font-family: "Lucida Grande","Lucida Sans Unicode",Tahoma,Verdana;
        font-size: 12px;
        background-color: white;
        border-color: #cccccc;
        border-width: 1px;
        border-style: solid;
        padding: 2px;
        margin: 1px 0 0 0;
        text-align:left;
}
 
div.wicket-aa ul { 
        list-style:none; 
        padding: 2px; 
        margin:0; 
}
 

div.wicket-aa ul li.selected { 
        background-color: #FFFF00; 
        padding: 2px; 
        margin:0; 
}

Thank in advance for your help :)

-- 
View this message in context: 
http://www.nabble.com/Problem-with-AutoCompleteTextField-and-display-tp18486597p18486597.html
Sent from the Wicket - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to