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

Two DropDownList not functioning property in IE7 - list opens but never closes

4 Answers 86 Views
DropDownList
This is a migrated thread and some comments may be shown as answers.
Michael
Top achievements
Rank 1
Michael asked on 04 Apr 2012, 09:41 PM
I have a basic screen with two kendo ui dropdownlists and I'm testing with IE7.  The second dropdownlist on the screen opens but then doesn't close after a selection is made.  I created a sample page with only the two controls and I can duplicate the issue.  The lists work fine in all other browsers.  I also tested this with more than two kendo ui dropdownlists and the first one on the page always works and any subsequent lists have the same closing issue. I am a licensed user with a company in Philadelphia and I'm using the latest version of kendo v2012.1.322. 

Here is my sample code:

4 Answers, 1 is accepted

Sort by
0
Michael
Top achievements
Rank 1
answered on 05 Apr 2012, 09:40 PM
I found a temporary work around for this issue.  The problem only affects the last dropdownlist on the screen.  So if three lists are present, the third list has the issue and the other two work properly.  I temporarily fixed the issue by adding a third list to the screen and just making it invisible.
0
Georgi Tunev
Telerik team
answered on 06 Apr 2012, 01:44 PM
Hi Michael,

 I tried to reproduce your case but everything worked as expected. Since I haven't included the several custom JS files that I see in your code, I would suggest to test your app without them and if the problem persists - to send us a sample project from your licensed account. Thus the ticket will reach the corresponding staff and will be checked and answered faster. 

Greetings,
Georgi Tunev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Michael
Top achievements
Rank 1
answered on 06 Apr 2012, 09:50 PM
Hi Georgi,

Thanks for the quick reply.  I managed to fix the problem in my test project by removed the .footer tag from a style sheet used within the project.  The custom js files didn't appear to be the cause of the issue.  I'm still unable to fix the issue on my application and I'm working on removing custom js/css files to identify which one is causing the issue.   We are also planning on implementing namespaces on our custom js files. 

Problem tag removed from Site.css

.footer
{
color: #4e5766;
padding: 8px 0px 0px 0px;
margin: 0px auto;
text-align: center;
line-height: normal;
}
0
Thomas
Top achievements
Rank 1
answered on 30 May 2012, 08:00 AM
Hi, 

Did you end up resolving this issue? 

I am having the same problem where I have 8 drop down list on the page, and the last 2 (of each row) opens and works with the "change" event, but never closes; 

This only happens in IE7 (and can be reproduced in IE9 Compat View) 

This was tested on version - v2011.3.1129 & v2012.1.322

Thanks 



Tags
DropDownList
Asked by
Michael
Top achievements
Rank 1
Answers by
Michael
Top achievements
Rank 1
Georgi Tunev
Telerik team
Thomas
Top achievements
Rank 1
Share this question
or