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

Browser crashes when trying to auto-reload an xml file that failed the first time #10

Open
veosotano opened this issue Nov 29, 2012 · 1 comment
Labels

Comments

@veosotano
Copy link
Member

How to reproduce:

  • Open an XML file with an xml-stylesheet using the old src attribute, for example
  • Correct the file, and hit save
@jakepetroules
Copy link
Contributor

This is not really a problem with auto-reload, but a problem with reload in general. AXRDocument and friends probably keep too much state after a failed load. They should keep nothing more than the URL they were loaded from. Or something like that.

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

No branches or pull requests

2 participants