[Xsltforms-support] Different behaviour IE7 vs IE8 & FF3
Brought to you by:
alain-couthures
From: Javier D. <jd...@ge...> - 2010-04-29 09:53:44
|
Hello, we have a complex xform with several auxiliary instances, one of them is: <xf:instance *id="ppai"*> <data> </data> </xf:instance> And then, in the form we have in the main instance the following repeat: <xf:repeat model="orden" *id="pPAI"* nodeset="pPAI_IP" appearance="full" startindex="1"> We tested the form with Firefox 3 and IExplorer 8 and all seemed to work ok. But when using IExplorer 7, the following error appeared: And after that, another alert saying " 'length' is null or not an object". We solved this error changing the name of instance from ppai to ppai0, it seems IE7 it is not case sensitive. This is not very problematic to us, but I think it should be interesting that all browsers would work in the same way with the same data, working ok or failing in all of then to avoid making all tests in all browser versions. Best Regards, Javier |