Bug #43466
closedDrag&Drop in page module broken in Chrome
100%
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? :)
Updated by Ernesto Baschny almost 12 years ago
- Status changed from New to Accepted
- Priority changed from Should have to Must have
Updated by Christian Kuhn almost 12 years ago
strange. we'll revert the login scrollbar patch for now.
Updated by Gerrit Code Review almost 12 years ago
- Status changed from Accepted to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/16882
Updated by Gerrit Code Review almost 12 years ago
Patch set 1 for branch TYPO3_6-0 has been pushed to the review server.
It is available at http://review.typo3.org/16883
Updated by Christian Kuhn almost 12 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset f3fd603cc299cbe54e050dff04d6bc143e9a34cf.
Updated by Claudio Mettler almost 12 years ago
- 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.
Updated by Karsten Nowak (undkonsorten) over 11 years ago
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.
Updated by Jesper Mathiasen about 11 years ago
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
Updated by Ernesto Baschny about 11 years ago
- 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.