3.2.0

Problem with combo location

I have an AW.UI.Combo and when I popup it, the combo box popup move to the left of the screen, while the header stand in the correct location. Does anyone know why?

Thanks
nagut
October 16,
I've forget to comment, the problem is in IE7, in Firefox there isn't problem.
Thanks
nagut
October 16,
I'm working on this as well. I'm trying to set the position of the selection window on another part of the form:

combo.getPopupTemplate().setPosition(120,20);

This *should* set the absolute position. Using this, though, causes the popup to not display anywhere.

Using Styles:

combo.getPopupTemplate().setStyle("left","120px");
combo.getPopupTemplate().setStyle("top","20px");

This does not work because the style is *relative* to the location of the text control of the combo object.

Where this becomes important is using the combo inside of a grid. As the user scrolls the grid up, the relative position of the text causes the combo popup to move lower and lower down the form until it disappears - depending upon the length of the scrolling region.

Making the selection window in an absolute position on top of the grid object would eliminate this problem.

How to do this, I don't know yet. Anyone?
Myshka
October 17,
Thanks, I have half problem resolved with your answer. I've the popup under its tittle ok, but, under the popup, there is an white area that hides some parts of my screen when I deploy the combo.


nagut
October 20,
Which version are you using? I believe this bug was fixed in 2.5.3.
Alex (ActiveWidgets)
October 20,
I'm now using 2.5.3 and still having this issue.
Myshka
December 22,
Can you post or put up an example on the web?
Anthony
December 23,

This topic is archived.

See also:


Back to support forum