Hi Guys, Not
sure if I’ve posted this before, but I’m having problems with IE
and the appearance=”xxforms:html” attribute. I have a pipeline
called through xxforms:call-xpl which returns html, I pass it through
saxon:serialize and then draw it to the screen. I have this working
successfully in Firefox, but IE gives me the following javascript error A Runtime Error has occurred. Line 48 Error: Unknown runtime error I clicked yes to debug and saw that it was highlighting the
following line in the updateRelevantReadonly function element.innerHTML = element.firstChild.data; Could this be a bug as it appears to work fine Firefox? Let me know if you need more information Ryan Ryan Puddephatt Web Developer TFX Group Scotand EH54 7DP (
01506 407 110 7 01506 407 108 -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help ObjectWeb mailing lists service home page: http://www.objectweb.org/wws |
Administrator
|
Hi Ryan,
This might be a problem that was fixed yesterday. Would you have or be able to create a stand-alone example that works in the XForms sandbox and that you could send here so we can try to reproduce the problem? Alex On 11/3/05, Ryan Puddephatt <[hidden email]> wrote: > > > > Hi Guys, > > Not sure if I've posted this before, but I'm having problems > with IE and the appearance="xxforms:html" attribute. I have a pipeline > called through xxforms:call-xpl which returns html, I pass it through > saxon:serialize and then draw it to the screen. I have this working > successfully in Firefox, but IE gives me the following javascript error > > > > A Runtime Error has occurred. > > Line 48 > > Error: Unknown runtime error > > > > I clicked yes to debug and saw that it was highlighting the following line > in the updateRelevantReadonly function > > > > element.innerHTML = element.firstChild.data; > > > > Could this be a bug as it appears to work fine Firefox? > > > > Let me know if you need more information > > > > Ryan > > > > Ryan Puddephatt > > Web Developer > > TFX Group > > 1 Michaelson Square > > Livingston > > West Lothian > > Scotand > > EH54 7DP > > > > * [hidden email] > > ( 01506 407 110 > > 7 01506 407 108 > > > > > > -- > You receive this message as a subscriber of the [hidden email] > mailing list. > To unsubscribe: mailto:[hidden email] > For general help: mailto:[hidden email]?subject=help > ObjectWeb mailing lists service home page: http://www.objectweb.org/wws > > > -- Blog (XML, Web apps, Open Source): http://www.orbeon.com/blog/ -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
--
Follow Orbeon on Twitter: @orbeon Follow me on Twitter: @avernet |
In reply to this post by Ryan Puddephatt
I actually used the idea of your XQuery Sandbox to create my
application, it takes and XQuery and rather than taking an input XML checks the
Tamino database. Has the fix been added to an unstable build? Hi Ryan,
Ryan
Puddephatt Web Developer TFX Group Scotand EH54 7DP ( 01506 407 110 7 01506 407 108 From: Ryan Puddephatt
[mailto:[hidden email]] Hi Guys,
Not sure if I’ve posted this before, but I’m having problems with
IE and the appearance=”xxforms:html” attribute. I have a pipeline
called through xxforms:call-xpl which returns html, I pass it through
saxon:serialize and then draw it to the screen. I have this working
successfully in Firefox, but IE gives me the following javascript error A Runtime Error has occurred. Line 48 Error: Unknown runtime error I clicked yes to debug and saw that it was highlighting the
following line in the updateRelevantReadonly function element.innerHTML = element.firstChild.data; Could this be a bug as it appears to work fine Firefox? Let me know if you need more information Ryan Ryan Puddephatt Web Developer TFX Group Scotand EH54 7DP (
01506 407 110 7 01506 407 108 -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help ObjectWeb mailing lists service home page: http://www.objectweb.org/wws |
Administrator
|
Hi Ryan,
Yes, the change I was talking about is in there, but I am not sure it will fix the problem you are experimenting. I guess you can get the latest "unstable build", give it a try, and if it doesn't work send to this list some code we can run to reproduce the problem. Alex On 11/4/05, Ryan Puddephatt <[hidden email]> wrote: > > > > I actually used the idea of your XQuery Sandbox to create my application, it > takes and XQuery and rather than taking an input XML checks the Tamino > database. Has the fix been added to an unstable build? > > Thanks > > Alessandro Vernet wrote: Hi Ryan, > > > > This might be a problem that was fixed yesterday. Would you have or be > > able to create a stand-alone example that works in the XForms sandbox > > and that you could send here so we can try to reproduce the problem? > > > > Alex > > > > On 11/3/05, Ryan Puddephatt <[hidden email]> wrote: > > > > > > > > > Ryan Puddephatt > > Web Developer > > TFX Group > > 1 Michaelson Square > > Livingston > > West Lothian > > Scotand > > EH54 7DP > > > > * [hidden email] > > ( 01506 407 110 > > 7 01506 407 108 > > > > ________________________________ > > > From: Ryan Puddephatt [mailto:[hidden email]] > Sent: 03 November 2005 15:11 > To: [hidden email] > Subject: [ops-users] IE Problems > > > > > Hi Guys, > > Not sure if I've posted this before, but I'm having problems > with IE and the appearance="xxforms:html" attribute. I have a pipeline > called through xxforms:call-xpl which returns html, I pass it through > saxon:serialize and then draw it to the screen. I have this working > successfully in Firefox, but IE gives me the following javascript error > > > > A Runtime Error has occurred. > > Line 48 > > Error: Unknown runtime error > > > > I clicked yes to debug and saw that it was highlighting the following line > in the updateRelevantReadonly function > > > > element.innerHTML = element.firstChild.data; > > > > Could this be a bug as it appears to work fine Firefox? > > > > Let me know if you need more information > > > > Ryan > > > > Ryan Puddephatt > > Web Developer > > TFX Group > > 1 Michaelson Square > > Livingston > > West Lothian > > Scotand > > EH54 7DP > > > > * [hidden email] > > ( 01506 407 110 > > 7 01506 407 108 > > > > > > -- > You receive this message as a subscriber of the [hidden email] > mailing list. > To unsubscribe: mailto:[hidden email] > For general help: mailto:[hidden email]?subject=help > ObjectWeb mailing lists service home page: http://www.objectweb.org/wws > > > -- Blog (XML, Web apps, Open Source): http://www.orbeon.com/blog/ -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
--
Follow Orbeon on Twitter: @orbeon Follow me on Twitter: @avernet |
Free forum by Nabble | Edit this page |