From: Ahmed A. <asa...@ya...> - 2016-03-30 10:21:28
|
Hi Natasha, - It is much better to upgrade to latest version, actually the developers work with SVN version only. - If you have useful patches, you are welcome to submit them. - You can search for 'Event' in 2.19 changes [1] Ahmed [1] http://htmlunit.sourceforge.net/changes-report.html#a2.19 From: Natasha L. <laz...@gm...> To: Htmlunit-user <htm...@li...> Sent: Wednesday, March 30, 2016 12:03 PM Subject: [Htmlunit-user] Working with React js DOM elements Hi, I've been working with HtmlUnit to try to interact with React js elements. >From what I know about React, it uses syntetic events that wrap around the native javascript events. My problem was interacting with React elements that throw these events, using HtmlUnit 2.18. Basically no events were bound to their handlers. I tried with 2.19, and it seems to work. I use 2.18 with some local patches, and I guess a lot has changed since 2.18, but is there a (or a few) specfic merge(s) that tackle(s) this issue, so that I can see what's changed? Thanks, |