The Version table provides details related to the release that this issue/RFE will be addressed.
Unresolved : Release in which this issue/RFE will be addressed. Resolved: Release in which this issue/RFE has been resolved. Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.
In 2.2 there will be some support for touch events in Glass, so it will be possible to implement JavaScript touch events in WebView:
http://www.w3.org/TR/touch-events/
Comments
Sergey, I've created a separate CR for these 3 tests: RT-22684
19-06-2012
All 3 tests above are failed because of other issue.
Other fast/events/touch tests are passed except gestures, which are not specified.
08-06-2012
Added some affected DRT tests as these are likely to depend on this feature.
http://javaweb.us.oracle.com/jcg/fx-webrevs/RT-21052/3
1. touchID is removed because it is not used.
2. WCTouchEvent allocates a new direct byte buffer in the constructor instead of the getTouchData method.
05-06-2012
Final fix with DRT support, that was tested on Dell Latitude XT2:
http://javaweb.us.oracle.com/jcg/fx-webrevs/RT-21052/2
See the specification here:
http://www.w3.org/TR/touch-events/
04-06-2012
A preliminary fix, needs to be tested on touch-capable hardware:
http://javaweb.us.oracle.com/jcg/fx-webrevs/RT-21052/1