rsjudge17 / backplanejs

Automatically exported from code.google.com/p/backplanejs
Other
0 stars 0 forks source link

'Access is denied' messages when loading forms from file system in IE #125

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Download the attached form and place it in a deployment directory (i.e., in 
a directory which contains a backplane.js file, and an assets directory).
2. Load the form in any version of Internet Explorer.

What is the expected output? What do you see instead?
The form should load and function as described in issue 104. Instead we get 
multiple 'Access is denied' errors for each attempt to load an .htc file. The 
form is then not operable.

Original issue reported on code.google.com by mark.bir...@gtempaccount.com on 21 Dec 2010 at 10:49

Attachments:

GoogleCodeExporter commented 9 years ago
Since this issue only exists when using the local file system, the simplest 
resolution might be to test the URL of the form and if the scheme is "file:" 
then use the DOM-walking technique to attach behaviours, rather than using .htc 
files.

Original comment by mark.bir...@gtempaccount.com on 21 Dec 2010 at 10:51

GoogleCodeExporter commented 9 years ago
This issue was closed by revision 284f1de5be.

Original comment by creavenm...@gmail.com on 31 Jan 2011 at 1:20