[Xsltforms-support] Debugging version 1.7
Brought to you by:
alain-couthures
From: Winona S. <wsa...@gm...> - 2023-05-10 12:10:01
|
Hi Alain, 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. 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: 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 at Array.forEach(<anonymous>) Thoughts? Would you like me to mock up a simple example? A complete example of the forms I am running can be found here: https://github.com/majlis-erc/manuForma/tree/main/forms/msSimple I run them in eXistdb v6.1.0 Thank you, -Winona |