johannessteu / neos-development-collection

The unified repository containing the Neos core packages, used for Neos development.
GNU General Public License v3.0
0 stars 0 forks source link

NEOS-1308: Using RequireJS causes backend crash #35

Closed johannessteu closed 8 years ago

johannessteu commented 9 years ago

Jira issue originally created by user gerhard_boden:

when using requirejs in the frontend the loading of two javascript (core) files in the backend fails (see screenshot) resulting in broken inline editing.

I found this commit that states to fix the issue: https://review.typo3.org/#/c/26487/ Maybe the bug came up again because of changes somewhere around 1.2.5?

UPDATE 03.11.2015: The problem can be fixed by using an older version of requireJS (http://requirejs.org/docs/release/2.1.9/minified/require.js)

johannessteu commented 9 years ago

Comment created by gerhard_boden:

any update on this yet? Can somebody reproduce this?

johannessteu commented 8 years ago

Comment created by uhlmann:

it also happen if you load script dynamically with https://github.com/ded/script.js/