renciso218 / blockly

Automatically exported from code.google.com/p/blockly
0 stars 0 forks source link

Editing text or number field with mobile safari or mobile chrome #73

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. drag text or number field
2. click to edit field
3. type text press enter

What is the expected output? What do you see instead?
Should render provided text or number.
Instead text or number input is not taken.

What browser are you using?
mobile Safari or mobile Chrome

Please provide any additional information below.
Seems to be an issue on mobile browsers. The cursor shows up together with the 
virtual keyboard. During typing text is not rendered and as a consequence after 
hitting enter no changes happen to text or number field.

Original issue reported on code.google.com by gastfreu...@gmail.com on 10 Sep 2012 at 1:28

GoogleCodeExporter commented 8 years ago
I believe that this is fixed now.  For mobile browsers it currently uses a 
modal dialog that should pop open a keyboard.

Original comment by neil.fra...@gmail.com on 16 Jul 2013 at 8:37