Is there any documentation on the tags for the ecruiser combobox. I need an ajax event fired that will change the contents of the combobox or change other components on the page. I really don't want to write a bunch of java script to do this.
That was my plan. The problem is when I converted a select to a e:combobox the drop down component opens at the top of the browser window and not below the displayed item. Not sure how to control the popup component.
This is a known problem, but it appears in certain configuration of HTML layout and CSS. Please attache a simple test page and the generated HTML source so I could help you properly.
It seems to occur once the browser page becomes vertically scrollable. Meaning once I use the IE 6 vertical scroll bar the popup component stops rendering under the combo box. The combobox worked fine until I added enough rows above the combo box that I was forced to scroll to it.