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

Different html generated in different machine

1 Answer 33 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Najam
Top achievements
Rank 1
Najam asked on 14 Nov 2016, 06:51 PM

Hi,

I am have kendo dropdown in a page, following is html generated by it

<div class="k-list-container k-popup k-group k-reset" id="ClientDropDownList-list" data-role="popup" style="position: absolute; height: 200px; display: none; font-family: Helvetica; font-size: 12px; font-stretch: normal; font-style: normal; font-weight: normal; line-height: normal; width: 244px; transform: translateY(-206px);">

but in one specific machine is also applied mobile css and html generated is 

<div class="k-list-container k-popup k-group k-reset km-scroll-wrapper" id="ClientDropDownList-list" data-role="popup" style="position: absolute; overflow: hidden; height: 200px; display: none; font-family: Helvetica; font-size: 12px; font-stretch: normal; font-style: normal; font-weight: normal; line-height: normal; width: 244px; transform: translateY(-206px);"><div class="km-scroll-header"></div>

Please note the difference in bold. This machine's browser has no different setting than other machines. Due to extra attributes, we are unable to get scroll in dropdown. Can someone point us to solution? 

 

Thank you

 

 

 

1 Answer, 1 is accepted

Sort by
0
Stefan
Telerik team
answered on 15 Nov 2016, 03:43 PM
Hello Najam,
 
From the provided example I can assume that the browser recognise the application as a mobile application and that is why the additional styles are added.

Please check the browser settings as this can be changed only from the browser itself, and the Kendo UI team has no control over it.

You can check which settings is responsible for this in the used browser and change it.

Regards,
Stefan
Telerik by Progress
Try our brand new, jQuery-free Angular 2 components built from ground-up which deliver the business app essential building blocks - a grid component, data (charts) and form elements.
Tags
ComboBox
Asked by
Najam
Top achievements
Rank 1
Answers by
Stefan
Telerik team
Share this question
or