JDK-8101977 : Support touch events in WebView
  • Type: Enhancement
  • Component: javafx
  • Sub-Component: web
  • Affected Version: 7u6
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2012-04-20
  • Updated: 2015-06-16
  • Resolved: 2012-06-09
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.

To download the current JDK release, click here.
JDK 7
7u6Fixed
Related Reports
Relates :  
Relates :  
Relates :  
Description
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.
07-06-2012

Affected tests: WebNodeDrt/fast/events/touch/emulate-touch-events.html WebNodeDrt/fast/events/touch/emulated-touch-iframe.html WebNodeDrt/fast/events/touch/touch-before-pressing-spin-button.html
07-06-2012

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
24-05-2012