-- 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 OW2 mailing lists service home page: http://www.ow2.org/wws |
Administrator
|
Antoine,
I am not sure what your two attached examples are meant to show, or how those HTML examples relate to Orbeon Forms. -Erik On Jan 5, 2009, at 7:45 AM, <Antoine.DE- [hidden email]> <[hidden email] > wrote: > Hi, > > We are currently using Orbeon 3.6 and are getting an "Operation > aborted" error. > This only occures with Internet Explorer. It does not happen on all > the pages of the web application and does not occure systematically. > > Attached are two to explain how this error occures. > Is there something I am doing wrong in my orbeon application? Is > there a way to correct this? > > I don't think I'm having this problem using orbeon 3.7 but upgrading > is not an option (at least not as long as it's in beta version). > > Thank you very much, > > Antoine<IE_BadJS.html><IE_GoodJS.html> > > -- > 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 > OW2 mailing lists service home page: http://www.ow2.org/wws Orbeon Forms - Web Forms for the Enterprise Done the Right Way http://www.orbeon.com/ -- 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 OW2 mailing lists service home page: http://www.ow2.org/wws |
They aren't orbeon files but they reproduce the error I sometimes get.
It is as if the DOM is being changed by IE before it has finished loading. I can't reproduce this error systematically in orbeon. Antoine -----Original Message----- From: Erik Bruchez [mailto:[hidden email]] Sent: Tuesday, January 13, 2009 2:06 AM To: [hidden email] Subject: [ops-users] Re: "Operation aborted" error with Internet Explorer Antoine, I am not sure what your two attached examples are meant to show, or how those HTML examples relate to Orbeon Forms. -Erik On Jan 5, 2009, at 7:45 AM, <Antoine.DE- [hidden email]> <[hidden email] > wrote: > Hi, > > We are currently using Orbeon 3.6 and are getting an "Operation > aborted" error. > This only occures with Internet Explorer. It does not happen on all > the pages of the web application and does not occure systematically. > > Attached are two to explain how this error occures. > Is there something I am doing wrong in my orbeon application? Is > there a way to correct this? > > I don't think I'm having this problem using orbeon 3.7 but upgrading > is not an option (at least not as long as it's in beta version). > > Thank you very much, > > Antoine<IE_BadJS.html><IE_GoodJS.html> > > -- > 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 > OW2 mailing lists service home page: http://www.ow2.org/wws Orbeon Forms - Web Forms for the Enterprise Done the Right Way http://www.orbeon.com/ -- 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 OW2 mailing lists service home page: http://www.ow2.org/wws |
Administrator
|
Not sure if this relates to your problem but with recent versions, in
order to make sure the DOM is ready, we use YAHOO.util.Event.onDOMReady which is meant to be a reliable way of detecting when the DOM is, well, ready ;-) I am not sure how things were done in 3.6, which is very old now, but it is possible that they didn't use this. You may want to check the 3.6 xforms.js code. -Erik On Jan 13, 2009, at 3:08 AM, <Antoine.DE- [hidden email]> <[hidden email] > wrote: > They aren't orbeon files but they reproduce the error I sometimes get. > It is as if the DOM is being changed by IE before it has finished > loading. > > I can't reproduce this error systematically in orbeon. > > > Antoine > > -----Original Message----- > From: Erik Bruchez [mailto:[hidden email]] > Sent: Tuesday, January 13, 2009 2:06 AM > To: [hidden email] > Subject: [ops-users] Re: "Operation aborted" error with Internet > Explorer > > Antoine, > > I am not sure what your two attached examples are meant to show, or > how those HTML examples relate to Orbeon Forms. > > -Erik > > On Jan 5, 2009, at 7:45 AM, <Antoine.DE- > [hidden email]> <[hidden email] >> wrote: > >> Hi, >> >> We are currently using Orbeon 3.6 and are getting an "Operation >> aborted" error. >> This only occures with Internet Explorer. It does not happen on all >> the pages of the web application and does not occure systematically. >> >> Attached are two to explain how this error occures. >> Is there something I am doing wrong in my orbeon application? Is >> there a way to correct this? >> >> I don't think I'm having this problem using orbeon 3.7 but upgrading >> is not an option (at least not as long as it's in beta version). >> >> Thank you very much, >> >> Antoine<IE_BadJS.html><IE_GoodJS.html> >> >> -- >> 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 >> OW2 mailing lists service home page: http://www.ow2.org/wws > > -- > Orbeon Forms - Web Forms for the Enterprise Done the Right Way > http://www.orbeon.com/ > > > -- > 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 > OW2 mailing lists service home page: http://www.ow2.org/wws Orbeon Forms - Web Forms for the Enterprise Done the Right Way http://www.orbeon.com/ -- 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 OW2 mailing lists service home page: http://www.ow2.org/wws |
OK, thanks I will investigate this.
Antoine -----Original Message----- From: Erik Bruchez [mailto:[hidden email]] Sent: Tuesday, January 13, 2009 6:45 PM To: [hidden email] Subject: [ops-users] Re: RE: Re: "Operation aborted" error with Internet Explorer Not sure if this relates to your problem but with recent versions, in order to make sure the DOM is ready, we use YAHOO.util.Event.onDOMReady which is meant to be a reliable way of detecting when the DOM is, well, ready ;-) I am not sure how things were done in 3.6, which is very old now, but it is possible that they didn't use this. You may want to check the 3.6 xforms.js code. -Erik On Jan 13, 2009, at 3:08 AM, <Antoine.DE- [hidden email]> <[hidden email] > wrote: > They aren't orbeon files but they reproduce the error I sometimes get. > It is as if the DOM is being changed by IE before it has finished > loading. > > I can't reproduce this error systematically in orbeon. > > > Antoine > > -----Original Message----- > From: Erik Bruchez [mailto:[hidden email]] > Sent: Tuesday, January 13, 2009 2:06 AM > To: [hidden email] > Subject: [ops-users] Re: "Operation aborted" error with Internet > Explorer > > Antoine, > > I am not sure what your two attached examples are meant to show, or > how those HTML examples relate to Orbeon Forms. > > -Erik > > On Jan 5, 2009, at 7:45 AM, <Antoine.DE- > [hidden email]> <[hidden email] >> wrote: > >> Hi, >> >> We are currently using Orbeon 3.6 and are getting an "Operation >> aborted" error. >> This only occures with Internet Explorer. It does not happen on all >> the pages of the web application and does not occure systematically. >> >> Attached are two to explain how this error occures. >> Is there something I am doing wrong in my orbeon application? Is >> there a way to correct this? >> >> I don't think I'm having this problem using orbeon 3.7 but upgrading >> is not an option (at least not as long as it's in beta version). >> >> Thank you very much, >> >> Antoine<IE_BadJS.html><IE_GoodJS.html> >> >> -- >> 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 >> OW2 mailing lists service home page: http://www.ow2.org/wws > > -- > Orbeon Forms - Web Forms for the Enterprise Done the Right Way > http://www.orbeon.com/ > > > -- > 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 > OW2 mailing lists service home page: http://www.ow2.org/wws Orbeon Forms - Web Forms for the Enterprise Done the Right Way http://www.orbeon.com/ -- 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 OW2 mailing lists service home page: http://www.ow2.org/wws |
Free forum by Nabble | Edit this page |