This is a migrated thread and some comments may be shown as answers.

ComboBox Access denied in IE8

1 Answer 100 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
J
Top achievements
Rank 1
J asked on 19 Mar 2012, 12:19 PM

Hey i found one bug/problem in kendo ui combo box while using it in cross-site iframe( facebook canvas ) this only happens in IE8(i don't know how is this with other IE versions), while in other browsers is ok(FF, Opera, Chrome).

Here is my combobox creation js code.

$("#test").kendoComboBox({
    dataTextField: "text",
    dataValueField: "value",
    dataSource: [
        { text: "None", value: "0" },
        { text: "A", value: "1" },
        { text: "B", value: "2" },
        { text: "C", value: "3" },
        { text: "D", value: "4" }
    ],
    filter: "contains",
    suggest: true
});

Access denied exception happensin kendo.list.min.js i was testing this using minified and opensourced version so i pulled this line out:

  caret = Math.abs(selection.createRange().moveStart(CHARACTER, -element.value.length)); 

Cheers, PJ

1 Answer, 1 is accepted

Sort by
0
J
Top achievements
Rank 1
answered on 22 Mar 2012, 10:52 AM
I was trying to solve this problem for past few days, does anyone have any solution for this problem?
Tags
ComboBox
Asked by
J
Top achievements
Rank 1
Answers by
J
Top achievements
Rank 1
Share this question
or