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

Bug 510776

Summary: [Webkit2] Ensure DOM events (like mousedown) work on webkit2
Product: [Eclipse Project] Platform Reporter: Leo Ufimtsev <lufimtse>
Component: SWTAssignee: Leo Ufimtsev <lufimtse>
Status: CLOSED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 4.7   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Whiteboard:
Bug Depends on: 508217    
Bug Blocks: 441568    

Description Leo Ufimtsev CLA 2017-01-20 11:06:04 EST
Currently things like mouse-click down DOM listeners aren't working on webkit2.

e.g Snippet 362.java

Theoretically once browser.function() is implemented, it should work properly.
(I can see that on webki2, the eventFunction is being triggered)...
This is a followup task to verify this functionality.
Comment 1 Leo Ufimtsev CLA 2017-01-30 16:12:49 EST
With Bug 508217 browser function working on webkit2, this works.