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

dropdownlist position offset

4 Answers 218 Views
DropDownList
This is a migrated thread and some comments may be shown as answers.
Yuan
Top achievements
Rank 1
Yuan asked on 10 Mar 2012, 01:13 PM
hi,while i'm using dropdownlist,the li element offsets in chrome.

4 Answers, 1 is accepted

Sort by
0
Georgi Krustev
Telerik team
answered on 12 Mar 2012, 10:49 AM
Hi,

 
This is not a known issue. Could you please provide a sample page, which shows the problem?

Kind regards,
Georgi Krustev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Yuan
Top achievements
Rank 1
answered on 13 Mar 2012, 07:57 AM
apologize,here is my html code :
<select name="technical_type" id="select_id">
<option value="2">java</option>
<option value="3">CSS</option>
<option value="4">javascript</option>
<option value="5">SQL</option>
<option value="6">javaFx</option>
<option value="7">Android</option>
</select>
and here is the js code:
<script>
$(document).ready(function() {
$("#select_id").kendoDropDownList();
});
</script>

and the problem is the drop-down list offsets
0
Georgi Krustev
Telerik team
answered on 14 Mar 2012, 01:41 PM
Hello Yuan,

 
Could you please try to reproduce the depicted issue using our online demos? If the problem still persists I will need a runnable test project, which replicates the issue.

Greetings,
Georgi Krustev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Yuan
Top achievements
Rank 1
answered on 18 Mar 2012, 02:21 PM
thanks anyway,I've found the problem,my parent div's position is relative.I remove the parent's div position:relative,and it turns to be normal.
Tags
DropDownList
Asked by
Yuan
Top achievements
Rank 1
Answers by
Georgi Krustev
Telerik team
Yuan
Top achievements
Rank 1
Share this question
or