views:

18

answers:

0

Hi everybody,

I'm using a the combobox of the Mosaic library. I'd like to use that widget in order to customize the arrow part of the combobox. This is working well. But the combobox is placed in a scrollpanel.

When i click on my combobox, it opens a dropdownpanel. If i start scrolling, the dropdownpanel don't move with the combobox widget.

I checked in the HTML output, and it seems that GWT place both the combobox and the dropdownpanel as absolute (beurk, not good!)

I'd like to know the best way to do that : 1) Customize the dropdown arraw 2) Keep the dropdown panel with the combobox when scrolling (or maybe close the drop down panel when scrolling should be the best way)

Any idea? Any Advise?