3.2.0

combo bug ?

hi ,
putting combo over other control (group), can't select combo control.
If combo is in other position (eg 10,10) works fine, but putting "inside" group can't select combo clicking on it ??
Is this a bug or i'm doing something in wrong way

thanks in advance,
Marcelo

this is the code :
var grupo = new AW.UI.Group;
grupo.setId("grupoup");
grupo.setControlSize(520, 200);
grupo.setControlPosition(170, 100);
grupo.setControlText("Validar Usuario y Password");
document.write(grupo);

var cobj = new AW.UI.Combo;
cobj.setId("myCombo");
cobj.setControlText("some text ...");
cobj.setControlPosition(190,180);
cobj.setItemText(["Home", "Favorites", "Font size", "Search"]);
cobj.setItemCount(4);
document.write(cobj);

// look positions group in 170,170 w:520 h:200
// combo in 190,180
Marcelo (Argentina)
February 6,
Marcelo,

which browser/OS and which version of AW do you have? I cannot reproduce this problem on IE/FF (win xp).
Alex (ActiveWidgets)
February 6,
Alex :
browser : Internet Explorer 6.0.2900.2180.xpsp_sp2_gdr_.0500301-1519
os : wxp sp2
AW : ActiveWidgets 2.0.RC1 (Downloaded Today!)
Marcelo (Argentina)
February 6,
Alex : tested in ff with same result
Marcelo (Argentina)
February 6,
Strange... If you put this code into the empty page - do you still see the same problem?
Alex (ActiveWidgets)
February 6,
Tested In a clean page and works fine!!!.
Original page has some tables.

If combo position is "over" any table position
.......
<table position:absolute;top:0;left:0;height:200;width:200>
.... .....
</table>
....
comboObj.setControlPosition(50,50);
int this case cannot select comboObj.


Marcelo (Argentina)
February 6,
I've got the same problem.

I use a combo into group in a tabs context.
I cannot open the combo, but if I put an Input object before the combo, it works.

What can I do ?

Thanks in advance
Karine
Karine
April 7,
I´m having a similar problem with a List inside a Group which in turn is inside Tabs. I can´t select items from the list.
Combo works fine for me.
Could someone please reply to the above questions?

Thanks.
Ecil
July 5,
I have this problem with the Combo inside a TD in IE.
Michael
January 8,
Has this issue been resolved???
Jon
April 10,

This topic is archived.

See also:


Back to support forum