pkdevbox / iui

Automatically exported from code.google.com/p/iui
MIT License
0 stars 0 forks source link

Input text fields doesn't trigger Virtual Keyboard on Android #287

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Setup a fresh IUI app
2. Add a couple of input text fields
3. Try to use Virtual Keyboard with those fields

What is the expected output? What do you see instead?

Virtual Keyboard is never show.

What version of the product are you using? On what operating system?

Android, factory browser. IUI v0.40-dev2

Please provide any additional information below.

Original issue reported on code.google.com by zevar...@gmail.com on 6 Jul 2011 at 3:33

GoogleCodeExporter commented 8 years ago
I forget to mention that by removing iui.css it works.

Original comment by zevar...@gmail.com on 6 Jul 2011 at 4:33

GoogleCodeExporter commented 8 years ago
I've "fixed" this by adding the following rule to a custom css file.

input:not(input[type|=radio]):not(input[type|=checkbox]) {
  padding: 6px; /* this rule is not from this bug, is from another one. */
  width: auto;
}

I've attached a screenshot to clarify the bad behavior.

Original comment by zevar...@gmail.com on 6 Jul 2011 at 6:58

Attachments: