-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Unable to use the Sandbox on Chrome <= 28 #138
Comments
Probably the result of this bug that I filed on the spec: https://www.w3.org/Bugs/Public/show_bug.cgi?id=21404 |
Filed a bug on Chrome to merge in the correct event path for Shadow DOM: https://code.google.com/p/chromium/issues/detail?id=241859 |
This was marked as WontFix in Chrome, and is working in 28. |
The sandbox tab crashes for me on Chrome 28 stable, OSX 10.7.5, polymer-all stable [20130711]. edit: many examples crash my tab, not just the sandbox |
Same situation as for "aeosynth" Chromium Version 28.0.1500.71 (209842). Sandbox crash and many examples too..... |
I have both flags disabled (With "Enable Experimental JavaScript" it doesn`t work at all I have some js errors) The problems occur after "some" time and this time is not static sometimes after few seconds. There is no any js errors only tab crash .... I could attach some debug logs, only tell me how to do it ....... |
@totrash Can you update to polymer-all 20130808 and try? |
Neither flag enabled, crashes with 20130808, crashes with today's stable commit (Polymer/polymer-all@4a9813fc6a602ec7fa2f082371bc2f1950413095). |
Are there any crash ids you can give me? chrome://crashes. |
Crash ID da4248f3cd5e7aa7 Occurred Monday, August 12, 2013 3:02:51 PM |
Aw man, this chrome bug finally reared its ugly head: https://code.google.com/p/chromium/issues/detail?id=240082 Basically, events through ShadowDOM are slightly busted in Chrome 28. Looks like we'll have to force shadowdom polyfill in Chrome <= 28. |
Until Chrome 29 is stable, you can run with the
|
Working well with shadow flag. Thanks |
Yes, thank you. It was crashing on me constantly, but the shadow flag allowed me to do quite a lot of interesting things with it and not get any crashes on Chromium 28. |
Closing because Chrome Apps Sandbox mode is deprecated. Instead, the regular build + vulcanizer should allow for use in the CSP environment. |
The Sandbox project is not working on Chrome Beta (version 27.0.1453.81 beta) .. I wasn't able to execute any operation (drag components, view/edit code) and the console shows no errors.
The text was updated successfully, but these errors were encountered: