cancel
Showing results for 
Search instead for 
Did you mean: 

[IE 8] sap.ui.commons.ComboBox - select/hover item produces stackoverflow

Former Member
0 Kudos

Hi,

To develop a ComboBox in SAPUI5 i use the snippet:


new sap.ui.commons.ComboBox(

"",

{

           tooltip : "Status",

          displaySecondaryValues : true,

           items : oListBoxStatus

})

oListBoxStatus


var oListBoxStatus = [

     new sap.ui.core.ListItem("",

     {

     text : "var 1"

     }),

new sap.ui.core.ListItem("",

     {

     text : "var 2"

     }),

new sap.ui.core.ListItem("",

     {

     text : "var 3"

     })

];

Selecting an item in IE8 is not possible. If you hoover an item, the IE produces a stackoverflow.

You are not able to select one Item.

Why?

Thanks for your help in advance.

Accepted Solutions (1)

Accepted Solutions (1)

former_member182862
Active Contributor
0 Kudos
Former Member
0 Kudos

Is there an alternative control? The DropDownBox control produces the same error.

I´m developing on a SAP NW 7.4 using Quirks Mode in Portal.

former_member182862
Active Contributor
0 Kudos

I do not know, Denis.

Can you drop support for IE8?

Thanks

-D

Former Member
0 Kudos

I don´t like IE.

Now I have written a sample code using the controls Dialog, valuehelp and table to serve the problem.

Answers (0)