[Xsltforms-support] IE9 submission problem
Brought to you by:
alain-couthures
From: Olav S. <os...@de...> - 2011-05-19 21:37:44
|
Hi there, we're running into a bit of a problem with our XSLTForms implementation. In IE9 submissions won't get fired unless we add the server url to my "local intranet zone". This problem also occurs in one of the demo sites: http://www.agencexml.com/xmlpraguedemo/quizz.xhtml Clicking "Add Question" won't do a thing in IE9 as long as the site is in the default internet zone. Only after adding the url to my local intranet zone, "Add Question" will work. We tried to nail it down but haven't been very successfull in detail. What we have figured out is that it always seems to be happen around line 1605 of xsltform.js (beta3) containing: if (xf.click) { xf.click(target); } Any idea what's going on here and how we can resolve this? Though adding the site to the local Intranet Zone for us as a developer is not a problem, telling our customers to do so isn't really an option, as you might understand. Thank you in advance! OLAV |