Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IE8 and IE9 inline "create new" error #182

Closed
frenkel opened this issue Feb 6, 2012 · 10 comments
Closed

IE8 and IE9 inline "create new" error #182

frenkel opened this issue Feb 6, 2012 · 10 comments

Comments

@frenkel
Copy link

frenkel commented Feb 6, 2012

Hi,

First of all, thanks for this great extension!
I client of mine is having an issue though. Using IE8 or IE9 he'll get an error when saving a subsection. The error is something like this:
Permission denied
jquery.js
URI: http://XXXX/symphony/assets/jquery.js
Line: 107
Char: 40

Permission denied
jquery.js
Line: 24

This will result in the gray "loading screen" to stay put, although the subsection is saved without a problem.

Thanks in advance!

@nilshoerrmann
Copy link
Contributor

When you see the loading spinner, the iframe displaying the subsection is just hidden via CSS. Could you please have a look at the page's source and see if an error is displayed in that hidden iframe?

@frenkel
Copy link
Author

frenkel commented Feb 10, 2012

No, it has "entry created just now" on top and the form is shown filled in.

@nilshoerrmann
Copy link
Contributor

I'm not sure how this might be related to the error you are getting in the console but from what you describe it seems like IE9 interprets line 230 of subsectionmanager.publish.js in a wrong way. What happens if you change the selector to .success (removing the id #notice)?

@frenkel
Copy link
Author

frenkel commented Feb 10, 2012

Doesn't help unfortunately. Still the error and the box stays visible.

@nilshoerrmann
Copy link
Contributor

Does this only happen for new entries or for edited entries as well?

@frenkel
Copy link
Author

frenkel commented Feb 10, 2012

Also when editting.

@nilshoerrmann
Copy link
Contributor

What's the output in your console when you add these line before line 230?

console.log(content);
console.log(content.find('#notice.success').length);

@frenkel
Copy link
Author

frenkel commented Feb 10, 2012

The output is:
LOG: [object Object]
LOG: 0

I also tries content.find('.success') with the same result: length 0, no elements found.
Thanks for the fast replies :)

@nilshoerrmann
Copy link
Contributor

Hm, okay, thanks for the results – I will have to do some more testing on my local install but I won't have the time for that today.

@nilshoerrmann
Copy link
Contributor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants