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

Editor Style not correct show

2 Answers 53 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Chia Hao
Top achievements
Rank 1
Chia Hao asked on 11 Oct 2013, 07:05 AM
Borwser : Chrome
Version : version 2013.2.918

Chrome:CHROME IMG
IE11:IE11 IMG


Plz Help fix it

2 Answers, 1 is accepted

Sort by
0
Chia Hao
Top achievements
Rank 1
answered on 14 Oct 2013, 02:04 AM
I found Editor at chrome miss code 

<input class="k-input k-fontName" type="text" autocomplete="off" role="combobox" aria-expanded="false" style="width: 100%;" tabindex="0" aria-disabled="false" aria-readonly="false" aria-autocomplete="list" aria-owns="" aria-busy="false" unselectable="on">

if i use it in clean page,it will be correct

but in Ie 11  FontName and FontSize won't have that input , Where I should fixed , let chrome and firefox show this like IE11?
0
Accepted
Chia Hao
Top achievements
Rank 1
answered on 14 Oct 2013, 03:01 AM
OK i found way 

orginal:
that.type = (kendo.support.browser.msie || kendo.support.touch) ? "kendoDropDownList" : "kendoComboBox";
replace to 
that.type = (kendo.support.browser.msie || kendo.support.touch) ? "kendoDropDownList" : "kendoDropDownList";

so it lets FontName and FontSize User kendoDropDownList to show in Chrome
Tags
Editor
Asked by
Chia Hao
Top achievements
Rank 1
Answers by
Chia Hao
Top achievements
Rank 1
Share this question
or