chromiumembedded / cef

Chromium Embedded Framework (CEF). A simple framework for embedding Chromium-based browsers in other applications.
https://bitbucket.org/chromiumembedded/cef/
Other
3.36k stars 467 forks source link

Incomplete page load on ABN AMRO #2034

Closed magreenblatt closed 8 years ago

magreenblatt commented 8 years ago

Original report by Cristian Amarie (Bitbucket: ndesktop, GitHub: ndesktop).


#!javascript

Uncaught SyntaxError: Unexpected identifier
    at core.js:327
(anonymous) @ core.js:327
core.js:319 Uncaught SyntaxError: Unexpected end of input
    at Function.req.execCb (require-jquery.js:31)
    at C (require-jquery.js:31)
    at require-jquery.js:31
    at C (require-jquery.js:31)
    at _ (require-jquery.js:31)
    at D (require-jquery.js:31)
    at Object.completeLoad (require-jquery.js:31)
    at HTMLScriptElement.req.onScriptLoad (require-jquery.js:31)
req.execCb @ require-jquery.js:31
C @ require-jquery.js:31
(anonymous) @ require-jquery.js:31
C @ require-jquery.js:31
_ @ require-jquery.js:31
D @ require-jquery.js:31
completeLoad @ require-jquery.js:31
req.onScriptLoad @ require-jquery.js:31
require-jquery.js:31 Uncaught Error: Load timeout for modules: core internet/stepup /nl/widgetdelivery/unauthenticated/static/js/lib/../../../../unauthenticated/static/js/navigation-module.js util/analytics/adapters/omniture dao/User util/singleton enrichment/engine util/error util/cookie enrichment/spinner ui/notification ui/lightbox /nl/widgetdelivery/unauthenticated/static/js/lib/../tcm.js 
http://requirejs.org/docs/errors.html#timeout
    at makeError (require-jquery.js:31)
    at H (require-jquery.js:31)
    at require-jquery.js:31
magreenblatt commented 8 years ago

Original comment by Cristian Amarie (Bitbucket: ndesktop, GitHub: ndesktop).


Filled an issue also on Chrome 55.0.2883.35 beta (64-bit). Most likely is their issue, and this will probably end up as a WontFix.

Might be useful perhaps to remain here for several days, maybe someone can come up with an idea or even a test case?

magreenblatt commented 8 years ago

Can you post a link to the Chrome issue?

magreenblatt commented 8 years ago

Original comment by Cristian Amarie (Bitbucket: ndesktop, GitHub: ndesktop).


Posted issue from chrome feedback, will check Monorail when appears.

magreenblatt commented 8 years ago

Original comment by Cristian Amarie (Bitbucket: ndesktop, GitHub: ndesktop).


I filed the issue myself: https://bugs.chromium.org/p/chromium/issues/detail?id=662822

magreenblatt commented 8 years ago

Original comment by Cristian Amarie (Bitbucket: ndesktop, GitHub: ndesktop).


Update: It become Priority 1 in Chromium Monorail, also a stable blocker for v55 - it's a V8 regression. I think this can be closed with WontFix, unless wanted to stay some more until the Chromium issue will be fixed.

magreenblatt commented 8 years ago

Marking as WontFix since it's a Chromium (V8) issue.

magreenblatt commented 7 years ago

Original comment by Cristian Amarie (Bitbucket: ndesktop, GitHub: ndesktop).


It will make it into 55 2883 branch these days. Not had the chance to test against canary yet (blink change was committed, V8 did not make it into a build yet).

magreenblatt commented 7 years ago

Original comment by Cristian Amarie (Bitbucket: ndesktop, GitHub: ndesktop).


Fixed in Chromium 55.0.2883.64 and master; 56 merge approved.

magreenblatt commented 8 years ago