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

Input Password Type

2 Answers 1005 Views
Application
This is a migrated thread and some comments may be shown as answers.
AmrElsayed
Top achievements
Rank 1
AmrElsayed asked on 01 May 2012, 12:06 PM
Hi,

I am using password input in my application, the problem that sometimes a white text box is displayed next to the input (where I type in) to show the written characters for a second then turns the characters to starts.

<ul data-role="listview" data-style="inset">
                <li>
                    <input name="signinEmail" type="email" id="signinEmail" value="" placeholder="Email Address"/>
                </li>
                <li>
                    <input name="signinPassword" type="password" id="signinPassword" value="" placeholder="Password"/>
                </li>
            </ul>

I attached a screenshot with the described issue.

Amr.

2 Answers, 1 is accepted

Sort by
0
Iliana Dyankova
Telerik team
answered on 03 May 2012, 01:27 PM
Hi Amr,

The white box next to the input field is due to bug/bugs in Android 4.x and can't be fixed or even styled. It seems that the whole input cloning is actually a feature and I doubt it will be fixed. All I can suggest is that you use shorter forms that do not scroll. 


Greetings,
Iliana Nikolova
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Dombi
Top achievements
Rank 1
answered on 09 May 2012, 02:32 PM
I had the same problem. If you remove the data-style="inset" part, the white password input goes to the right place.
Tags
Application
Asked by
AmrElsayed
Top achievements
Rank 1
Answers by
Iliana Dyankova
Telerik team
Dombi
Top achievements
Rank 1
Share this question
or