From: Ahmed A. <asa...@ya...> - 2016-04-05 10:17:00
|
Hi Natasha, - Please use latest version (SVN/build [1])- Provide your complete code (Java/Html/JavaScript).- If possible, try to isolate a minimal test case as hinted in HtmlUnit – Submitting JavaScript Bugs Yours,Ahmed [1] https://ci.canoo.com/teamcity/viewLog.html?buildTypeId=HtmlUnit_FastBuild&buildId=lastSuccessful&tab=artifacts From: Natasha L. <laz...@gm...> To: Htmlunit-user <htm...@li...> Sent: Tuesday, April 5, 2016 11:24 AM Subject: Re: [Htmlunit-user] Working with React js DOM elements Hi, seems that I have been wrong about 2.19 supporting React events (same goes for 2.20). From what I could debug, seems that no event handlers are attached to the React elements, but it may be that I'm looking in the wrong place, since the JavaScriptEngine and Event related classes are tricky to debug. Can I get any help regarding this? Have you considered how the current implementation of the javascript events handles these kinds of frameworks that work with event wrappers? Is it something that is planned to be fixed/implemented? On Wed, Mar 30, 2016 at 12:03 PM, Natasha L. <laz...@gm...> wrote: 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, ------------------------------------------------------------------------------ _______________________________________________ Htmlunit-user mailing list Htm...@li... https://lists.sourceforge.net/lists/listinfo/htmlunit-user |