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

BUG since 2012.1.322 Mobile css overrules AutoComplete css

1 Answer 57 Views
AutoComplete
This is a migrated thread and some comments may be shown as answers.
Roland Koops
Top achievements
Rank 1
Roland Koops asked on 28 Mar 2012, 08:48 AM
I have a kendo mobile application. For searching i use an autocomplete on one of the views. I have switched from version 2012.1.229 to 2012.1.322.  In this new version the autocomplete is not rendered correctly. It seems that the mobile CSS settings overrule the autocomplete settings.

I have included the following CSS links.

If i comment the mobile.ios.min.css out, the autocomplete widget renders correctly again (, but the rest of the mobile appication is broken).

Using IE developer tools to zoom in. It seems the following CSS rules are causing my issue:
.km-root input:not([type=button]):not([type=submit]):not([type=reset]):not([type=image]) {
    top: 50%; right: 0.8em; line-height: normal; margin-top: -0.5em; position: absolute; z-index: 1;
}
 
.km-root input:not([type=button]):not([type=submit]):not([type=reset]):not([type=image]):not([type=checkbox]):not([type=radio]) {
    right: 0px; margin-top: -0.95em;
}
 
 
.km-ios input:not([type=button]):not([type=submit]):not([type=reset]):not([type=image]):not([type=checkbox]):not([type=radio]) {
    padding: 0.4em; outline: 0px; border: 0px currentColor; color: rgb(56, 84, 135); font-size: 1.1rem; min-width: 6em;
}

Can you fix it, or provide a workaround?

1 Answer, 1 is accepted

Sort by
0
Kamen Bundev
Telerik team
answered on 29 Mar 2012, 11:01 AM
Hello Rolland,

I can confirm this bug, we fixed it and the fix will be available with the next internal build since its too big to provide a workaround. I also updated your points for the bug report.

Kind regards,
Kamen Bundev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
AutoComplete
Asked by
Roland Koops
Top achievements
Rank 1
Answers by
Kamen Bundev
Telerik team
Share this question
or