Completed
Last Updated: 20 Nov 2014 18:38 by ADMIN
Daan
Created on: 02 Aug 2012 10:22
Category: Kendo UI for jQuery
Type: Feature Request
5
fix the error while rendering dropdown box
There is a bug with the rendering of the kendoDropDownList

When having a site with the following structure:

<body>
  <div id="site">
       <-- other content --!>
  </div>
</body>

The site div is streched to support a footer appearing at the bottom:

#site {
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

The first time you open the dropdown box it will appear 9.5 px to the left then where is supposed to be, the second time it appears correct.
2 comments
ADMIN
Telerik Admin
Posted on: 26 Sep 2012 14:11
This issue has been fixed since the Kendo UI Q2 2012 release.
George
Posted on: 31 Aug 2012 14:58
The given information is not sufficient to reproduce the issue. I will suggest you open support/forum thread and provide a simple jsFiddle demo which replicates the issue.