Wicket version 1.4-rc5

I am hoping someone has a CCS hack or something that will help with this.

I have the AutoCompleteTextField working, and have placed the CSS from the
examples in my .css file. It is all working great until I decide to move the
vertical scroll down the page.

For example.  I have a large form that requires the vertical scroll to show
on the browser.  The ACTF is two-thirds down the page when the page is
displayed.  If I do NOT scroll down to move the ACTF field more into the
center of the page, the drop down list appears just below the ACTF when you
start typing into the field - all is good.  If however I first scroll down
to center the field on the page then start typing, the drop down appears at
the original location that the field was in when the page is first
displayed.  The drop down list works, but it is not shown just underneath
the ACTF.

In FireFox, the dropdown "follows" the ACTF field wherever I scroll to like
I think it should.  In IE6 it does not.   Of course, we have an exclusively
IE6 enterprise.  FYI: I am not too javascript literate - which is OK, I get
to use a bunch of cool stuff that Wicket just handles for me!

Below is my css stuff which is mostly a copy of the examples:


/* AutoComplete settings  */
> div.wicket-aa {
>                     font-family: "Lucida Grande","Lucida Sans
> Unicode",Tahoma,Verdana;
>                     font-size: 12px;
>                     background-color: tan;
>                     border-width: 1px;
>                     border-color: #cccccc;
>                     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; }
>


 Thanks for any tips.

Reply via email to