Hello Fred,
This is because we try to fixed the following problem in IE6/7 (
http://tech.groups.yahoo.com/group/rialto-dev/message/2069)
I remove the correction of François so that it works now in IE8
Just update your rialto.js file.
We'll have to find another isuue for the previous bug.
Cyril
--- In
rialto-dev@..., "frederic_viollet" <frederic.viollet@...> wrote:
>
> Hi everyone,
>
> Here's a problem that only occurs on IE8.
> If I create a combobox in a frame, the combobox items (the selection list) are not displayed under the combobox. They are, indeed, displayed on top of the combobox instead of being displayed under it.
> With Firefox, this works fine.
>
> frame2 = new rialto.widget.Frame({name:'frame2',top:'5',left:'5',width:'95%',height:250,title:"",open:true,dynamic:false,position:'relative',draggable:false,parent:document.body});
> var cCombo = new rialto.widget.Combo([["1","1"],["2","2"]],"cCombo",100,100,150,frame2,{position:"absolute",heightItem:25,suggest:false,enable:true,writable:false});
>
> Thanks
>