Hi to all,
I don't know if it is a known bug but I didn't find anything on the Web that tells that it is known.
I got a strange behavior using an area with contenteditable setted to true.
When I try to type the rounded open bracket "(" the contenteditable area ignores that character. I'm able to reproduce this issue only in a phonegap application using the following code (in the body):
<div id="my-contents" contenteditable="true">Try to type "(" here.</div>
I made the test with phonegap 1.6 and Android 4.0.3 (both virtual machine and Asus eeePad TF101 with/without kbd).
Trying the above code in a web-page it works fine. So I think that the issue is in some way related to phonegap.
Before notify a bug can you tell me if you too have meet the same problem?
Cheers.
Diego