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

AutoComplete list of results flashes for second then disappears in ie8 and below

4 Answers 83 Views
AutoComplete
This is a migrated thread and some comments may be shown as answers.
1zias01
Top achievements
Rank 2
1zias01 asked on 20 Feb 2012, 05:32 AM
the results don't show up at all in IE7 and 8.  Only flashes for a moment then disappears.

Here's some code:

  <input id="SearchBox" style="width525px;" />
                
                   <style scoped>   
                    .k-autocomplete {
                        vertical-alignmiddle;
                    }
                   </style>


    $("#SearchBox").kendoAutoComplete({
        minLength2,
        dataTextField"VenueName",
        dataSource: {
            type"json",
            severFilteringtrue,
            serverPagingtrue,
            transport: {
                read"Services/SomeService.svc/GetBusinessVenues",
                parameterMapfunction () {
                    return { venueName$('#SearchBox').val(), reviewStatusId'1' };
                }
            }
        }
    });

4 Answers, 1 is accepted

Sort by
0
Kamen Bundev
Telerik team
answered on 20 Feb 2012, 12:38 PM
Hi Chris,

This is a known issue with the resize event in IE7/8. Can you check if applying the attached patch would fix it?

All the best,
Kamen Bundev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
1zias01
Top achievements
Rank 2
answered on 20 Feb 2012, 11:51 PM
I am actually a licensed user and am using a custom minified version of kendoUI.  Does that make a difference?  Thanks
0
Accepted
Kamen Bundev
Telerik team
answered on 21 Feb 2012, 01:31 PM
Hi Chris,

Well, this might be a problem - the download builder only works with the release versions. If you can wait for the next release for a custom version, you can download the latest internal build from your account and use it (or concatenate the needed minified scripts from the internal build in one file).

Greetings,
Kamen Bundev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
1zias01
Top achievements
Rank 2
answered on 22 Feb 2012, 04:06 AM
Thanks for pointing me to the Latest Internal Builds.

I'll check it out.
Tags
AutoComplete
Asked by
1zias01
Top achievements
Rank 2
Answers by
Kamen Bundev
Telerik team
1zias01
Top achievements
Rank 2
Share this question
or