Problem with AutoCompleteTextField and display

View: New views
4 Messages — Rating Filter:   Alert me  

Problem with AutoCompleteTextField and display

by Fabien D. :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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 :


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 :)

Re: Problem with AutoCompleteTextField and display

by Uwe Schäfer :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Fabien D. schrieb:

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

do you use 1.3.4.?

cu uwe
--

THOMAS DAILY GmbH
Adlerstraße 19
79098 Freiburg
Deutschland
T  + 49 761 3 85 59 0
F  + 49 761 3 85 59 550
E  schaefer@...
www.thomas-daily.de

Geschäftsführer/Managing Directors:
Wendy Thomas, Susanne Larbig
Handelsregister Freiburg i.Br., HRB 3947

Registrieren Sie sich unter http://morningnews.thomas-daily.de für die
kostenfreien TD Morning News, eine Auswahl aktueller Themen des Tages
morgens um 9:00 in Ihrer Mailbox.

Hinweis: Der Redaktionsschluss für unsere TD Morning News ist täglich um
8:30 Uhr. Es werden vorrangig Informationen berücksichtigt, die nach
16:00 Uhr des Vortages eingegangen sind. Die Email-Adresse unserer
Redaktion lautet redaktion@....


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@...
For additional commands, e-mail: users-help@...


Re: Problem with AutoCompleteTextField and display

by Fabien D. :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

no 1.3.3, i will try with 1.3.4.

Uwe Schäfer wrote:
Fabien D. schrieb:

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

do you use 1.3.4.?

cu uwe
--

THOMAS DAILY GmbH
Adlerstraße 19
79098 Freiburg
Deutschland
T  + 49 761 3 85 59 0
F  + 49 761 3 85 59 550
E  schaefer@thomas-daily.de
www.thomas-daily.de

Geschäftsführer/Managing Directors:
Wendy Thomas, Susanne Larbig
Handelsregister Freiburg i.Br., HRB 3947

Registrieren Sie sich unter http://morningnews.thomas-daily.de für die
kostenfreien TD Morning News, eine Auswahl aktueller Themen des Tages
morgens um 9:00 in Ihrer Mailbox.

Hinweis: Der Redaktionsschluss für unsere TD Morning News ist täglich um
8:30 Uhr. Es werden vorrangig Informationen berücksichtigt, die nach
16:00 Uhr des Vortages eingegangen sind. Die Email-Adresse unserer
Redaktion lautet redaktion@thomas-daily.de.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org

Re: Problem with AutoCompleteTextField and display

by Fabien D. :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I have the same problem with 1.3.4.

I met this behavior when my page has a scrolbar. If there is no scrolbar, there is no problem.

This comes from Wicket? CSS?...


no 1.3.3, i will try with 1.3.4.

Uwe Schäfer wrote:
Fabien D. schrieb:

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

do you use 1.3.4.?

cu uwe
--

THOMAS DAILY GmbH
Adlerstraße 19
79098 Freiburg
Deutschland
T  + 49 761 3 85 59 0
F  + 49 761 3 85 59 550
E  schaefer@thomas-daily.de
www.thomas-daily.de

Geschäftsführer/Managing Directors:
Wendy Thomas, Susanne Larbig
Handelsregister Freiburg i.Br., HRB 3947

Registrieren Sie sich unter http://morningnews.thomas-daily.de für die
kostenfreien TD Morning News, eine Auswahl aktueller Themen des Tages
morgens um 9:00 in Ihrer Mailbox.

Hinweis: Der Redaktionsschluss für unsere TD Morning News ist täglich um
8:30 Uhr. Es werden vorrangig Informationen berücksichtigt, die nach
16:00 Uhr des Vortages eingegangen sind. Die Email-Adresse unserer
Redaktion lautet redaktion@thomas-daily.de.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org