Re: [Xsltforms-support] Debugging version 1.7
Brought to you by:
alain-couthures
From: Alain C. <ala...@ag...> - 2023-05-15 17:29:54
|
<!doctype html> <html> <head> <meta charset="UTF-8"> </head> <body> <div> Hi Winona, </div> <div class="default-style"> </div> <div class="default-style"> Yes, a simple example would be much helpful (line #14678 of xsltforms.js for 1.7 does not contain a removeChild call). </div> <div class="default-style"> </div> <div class="default-style"> Thanks! </div> <div class="default-style"> </div> <div class="default-style"> --Alain </div> <div class="default-style"> </div> <blockquote type="cite"> <div> Le 10/05/2023 14:09 CEST, Winona Salesky <wsa...@gm...> a écrit : </div> <div> </div> <div> </div> <div dir="ltr"> Hi Alain, <br> <div> I have been testing out version 1.7 of XSLTForms for the past few weeks as I really want to take advantage of the support for xf:var. I have run into a few things that I believe are bugs with the new version, or at least things that worked in 1.3 but no longer work in 1.7. </div> <div> </div> <div> In particular, I have a lookup function (in a subform) that loads search results into a select1 menu which the user can then add to the main instance. This worked in 1.3, but now returns the following error, when I select a result: </div> <div> </div> <div> Error: Failed to execute 'removeChild' on 'Node' : the node to be removed is no longer a child of this node. Perhaps it was moved in a 'blur' event handler? at xsltforms.js:14678:9 <br>at Array.forEach(<anonymous>) </div> <div> </div> <div> Thoughts? Would you like me to mock up a simple example? </div> <div> A complete example of the forms I am running can be found here: </div> <div> <a href="https://github.com/majlis-erc/manuForma/tree/main/forms/msSimple">https://github.com/majlis-erc/manuForma/tree/main/forms/msSimple</a> </div> <div> </div> <div> I run them in eXistdb v6.1.0 </div> <div> Thank you, </div> <div> -Winona </div> <div> </div> </div> _______________________________________________ Xsltforms-support mailing list Xsl...@li... https://lists.sourceforge.net/lists/listinfo/xsltforms-support </blockquote> </body> </html> |