Hi All,
I attached upload.xhtml . if we run upload.xhtml in xforms sand box we will get upload control ,button ,back button. if I enter 'dfts' in upload box manually click on back button i am geting 'Access is denied Error'.I am not able to find out why I am getting error like this . I tested in ops3.5,3.6,nightlies also. I am attaching screenshot . Plz help me how to solve this problem. Thanks in advance, LaxmiNarayana. -- 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
|
Laxmi,
On Mon, Jun 23, 2008 at 9:32 PM, Laxmi Narayana <[hidden email]> wrote: > Hi All, > I attached upload.xhtml . if we run upload.xhtml in xforms sand box > we will get upload control ,button ,back button. > if I enter 'dfts' in upload box manually click on back button i am > geting 'Access is denied Error'.I am not able to find out why I am > getting error like this . > I tested in ops3.5,3.6,nightlies also. > I am attaching screenshot . Thank you for the test case. This is an interesting one: it happens only in IE (leading to the error "Access is denied"), and does so when we submit the form in JavaScript, and I don't think we do anything wrong on the JavaScript code. I am looking at what the Google guys do in Gmail to handle this case, and it is interesting to see that while they use the regular upload form control for Firefox and Safari, they have built something custom for IE (with a hidden file upload control). In Google Pages, they have a regular upload control, but make sure that you can't type text in it by adding unselectable="on" on it. I guess we should give a try to the unselectable="on". Alex -- Orbeon Forms - Web 2.0 Forms, open-source, for the Enterprise Orbeon's Blog: http://www.orbeon.com/blog/ Personal Blog: http://avernet.blogspot.com/ Twitter - http://twitter.com/avernet -- 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
|
Laxmi,
On Wed, Jun 25, 2008 at 12:43 AM, Alessandro Vernet <[hidden email]> wrote: > I guess we should give a try to the unselectable="on". Erik made this change in the code, so it should be included in the next nightly build. Alex -- Orbeon Forms - Web 2.0 Forms, open-source, for the Enterprise Orbeon's Blog: http://www.orbeon.com/blog/ Personal Blog: http://avernet.blogspot.com/ Twitter - http://twitter.com/avernet -- 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
|
See the corresponding bug here for the rationale:
http://tinyurl.com/6dcd6a -Erik On Jun 30, 2008, at 4:58 PM, Alessandro Vernet wrote: > Laxmi, > > On Wed, Jun 25, 2008 at 12:43 AM, Alessandro Vernet <[hidden email] > > wrote: >> I guess we should give a try to the unselectable="on". > > Erik made this change in the code, so it should be included in the > next nightly build. > > Alex > -- > Orbeon Forms - Web 2.0 Forms, open-source, for the Enterprise > Orbeon's Blog: http://www.orbeon.com/blog/ > Personal Blog: http://avernet.blogspot.com/ > Twitter - http://twitter.com/avernet > > -- > 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 |