-
Notifications
You must be signed in to change notification settings - Fork 107
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
Chrome 43 Breaks compiled version #324
Comments
The problem is that UIEvent.path is not writable.
Recompile and the error is gone. |
I'm so glad you figured out the problem. I don't suppose you'd be willing to share your re-compiled version? I've never compiled any code before, and my site is, of course completely unusable in Chrome right now, so I'd like to get it fixed as quickly as possible. I'll take a stab at making the change and compiling it myself, but if you could share yours, it would be much appreciated. Thanks. |
Here you go. https://gist.github.com/styks1987/3a3add691040d3c7fab5 Learning to compile can be a pain for sure. Especially with cake. |
@styks1987 would you be able to submit a pull request? |
Thanks! You're a lifesaver! |
... or a treesaver. |
Thanks! It works! |
I know this project is pretty much on hold, but this bug is breaking a legacy app and it would be greatly appreciated if you could shed some light on why this might be happening. This appears to be a chrome 43 issue that only happens with the compiled version of the script. The debug version loads fine. Here is the error I am getting from the script.
treesaver-0.10.0.js:24 Uncaught TypeError: Cannot set property path of # which has only a getter
treesaver-0.10.0.js:114 Uncaught TypeError: Cannot read property 'parentNode' of null
Let me know if you need more information. Also, if you are not planning on fixing this, please let me know so I can figure out some alternatives.
The text was updated successfully, but these errors were encountered: