sidewinderlabs / backplanejs

Other
12 stars 3 forks source link

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

Closed backplane-import closed 13 years ago

backplane-import commented 13 years ago

Imported from backplanejs Google Code issue 125.

Reporter markbirbeck
Date 21 Dec 2010 10:49:18 PM UTC

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.


Owner set to ----

Priority: Medium Type: Defect


Attachments

test-p-number-validation.html (3.2 KB)

backplane-import commented 13 years ago

Comment by markbirbeck on 21 Dec 2010 10:51:17 PM UTC

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.

backplane-import commented 13 years ago

Comment by creaven on 31 Jan 2011 1:20:48 AM UTC

This issue was closed by revision d4daa6f19234862c4665a226fd6e390f9447fbcf (originally 284f1de5be).


Updates

Ticket status set to Fixed