Some platform apps don't show at all (actually, just Calculator) |
||||
Issue descriptionChrome Version : 52.0.2727.0 OS Version: 8298.0.0 When opening the Calculator platform app, it has no contents whatsoever. (just blank window). Inspect says something in foam is broken? kgr? foam.js:848 Uncaught TypeError: Illegal invocation
,
May 14 2016
I seem to have a fix. I'll need to run through our test plan to verify that we haven't caused any regressions, and then we'll issue an updated release (probably on Monday).
,
May 14 2016
I can't repo on Chrome Canary 52.0.2735.0
,
May 14 2016
I can repo in Chrome Dev 52.0.2729.3 This seems to only be a problem in Dev
,
May 16 2016
I've attached a minimal repo case that triggers this error.
If you build some object who's prototype is window
var obj = Object.create(window);
and then try to access the document.
obj.document.insertAdjacentHTML('beforeend', 'hello');
it throws an Illegal Invocation exception.
This is a regression in Chrome's behaviour. Where would be the right component to report this to?
I'm also pushing a new calculator version that works around this issue, but it would be good to fix the chrome regression also.
,
May 16 2016
,
May 16 2016
,
May 16 2016
Fixed and verified.
,
May 16 2016
I filed https://bugs.chromium.org/p/chromium/issues/detail?id=612192 to track the chrome regression. It has shorter repo steps. |
||||
►
Sign in to add a comment |
||||
Comment 1 by kgr@chromium.org
, May 14 2016Labels: OS-Linux
Owner: kgr@chromium.org
Status: Started (was: Untriaged)