Bug #43466
closed
Drag&Drop in page module broken in Chrome
Added by Ernesto Baschny almost 12 years ago.
Updated about 6 years ago.
Category:
Backend User Interface
Description
In current master (and branch 6.0) the drag&drop functionality is broken in Chrome (and potentially also Safari?).
This used to work on 6.0.0 release.
Using git bisect I was able to identify the change that broke it: #43330. Looks harmless, but reverting it makes drag&drop work again.
Any candidates to explain that? :)
- Status changed from New to Accepted
- Priority changed from Should have to Must have
strange. we'll revert the login scrollbar patch for now.
- Status changed from Accepted to Under Review
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
- Status changed from Resolved to New
I am still affected by the bug, even after updating to to 6.0.1.
It appears to be a JS problem:
Uncaught TypeError: Cannot read property 'CommandController' of undefined in typo3pageModule.js:224
The TYPO3.Components.DragAndDrop property is undefined in the context this is executed. However, in the normal browser context, the property is properly set.
I can confirm this bug still in TYPO3 6.1.0 in Chrome and Firefox.
Drag and drop from column to column or sorting with drag and drop doesn't work.
I also experienced this error and discovered it had to do with the "grid elements" extension.
I believe "grid elements" was installed as dependency for some other extension, but the version was far from current and simply updating it, fixed the error.
Tested in Typo3 6.1.3
- Status changed from New to Resolved
- Is Regression set to No
This was resolved meanwhile and if it seems that also newer gridelements extensions are fixed meanwhile, so I'll close it again.
- Status changed from Resolved to Closed
Also available in: Atom
PDF