Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 378640

Summary: [Android][Text] virtual keyboard not always displayed when focusing/touching Text
Product: [RT] RAP Reporter: Tim Buschtoens <tbuschto>
Component: RWTAssignee: Project Inbox <rap-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: tbuschto
Version: 1.5   
Target Milestone: 1.5 M7   
Hardware: All   
OS: All   
Whiteboard:

Description Tim Buschtoens CLA 2012-05-07 05:48:43 EDT
Touching a Text widget in Android 3.x does not always bring up the virtual keyboard. This seems to be a regression compared to the previous Milestone (compared with online demo).
Comment 1 Tim Buschtoens CLA 2012-05-08 05:53:26 EDT
Fixed in CVS HEAD in MobileWebkitSupport.js. Touchstart is no longer calling calling preventDefault is the target is a input element.