It works for control element scrollbars, but not for the main ones. Events are correctly propagated to the scrollbars but the HitTestResult is not updated accordingly.
Created attachment 169171 [details] Patch
adding myself to CC.
Comment on attachment 169171 [details] Patch What’s the visible symptom of this?
The problem is that if you make a hit test for any point over a main scrollbar HitTestResutl::scrollbar() is NULL, so it's not possible to know whether you are clicking in a scrollbar or not, for example. We need that in Epiphany to ignore any action associated to mouse buttons when mouse is over a scrollbar and propagate the event to webkit.
This is probably fixed by the patch for bug 114430
Comment on attachment 169171 [details] Patch Attachment 169171 [details] did not pass efl-wk2-ews (efl-wk2): Output: http://webkit-queues.appspot.com/results/65358
(In reply to comment #5) > This is probably fixed by the patch for bug 114430 Yes, this work now.
*** This bug has been marked as a duplicate of bug 114430 ***