[Xsltforms-support] DOMFocusOut model update issue
Brought to you by:
alain-couthures
From: Stephen C. <ste...@gm...> - 2012-10-21 22:33:12
|
Hi Alain, There is a possible bug in XSLTForms rev. 558 (and earlier), in that a model update does not occur when you move off a control via a mouse click on another (repeat?) control. This can be seen in the online schema designer at: http://collinta.com.au/xsltforms/designer.xml 1. Load the 'library.xsd' schema into the form by selecting it in the 'Select Schema' select1 at the bottom of the UI. 2. In the library element there is a sequence of child elements, try to edit the 'Title and Description' of one of them in the relevant Tab. 3. Move to another child element in the sequence by clicking on it, then go back to the one you tried to update in (2.) 4. You'll should see that the Title update has saved but not the Description update. So it seems to me that a DOMFocusOut event is not being triggered or not being handled. It seems to be related to moving to a xf:repeat row from an xf:input or xf:select1. If necessary I can try to create a simpler test case that still shows the behaviour. Regards Steve |