Bug #49102
closedIE10: Drag&Drop images in contentelement not working
0%
Description
In Internet Explorer 10 drag and Drop ordering in a image contentelement is not working. Only text is highlighted and nothing is changed. (see printscreen)
The bug appears in the latest TYPO3 Releases. (6.0, 6.1)
Files
Updated by Marx no-lastname-given over 11 years ago
i do not know the reason put same problem in ie9, put not only images also File Links.
ie console has one message. if ralated.
Element.alignToXY with an element that doesn't exist
Updated by Konrad Schiertz about 11 years ago
The same Issue for IRRE Elements: #51768
Is there any possibility to get the sorting back by arrows until the drag'n'drop will work in IE?
The bug appears still in the latest TYPO3 Releases. (6.0.10, 6.1.5). Every client with IE cant sort Images or every other IRRE elements.
Updated by Konrad Schiertz about 11 years ago
One temporary solution could be override the TCA in the extTables.php until sorting by drag'n'drop works also in IE:
$TCA['tt_content']['columns']['image']['config']['appearance']['enabledControls']['sort'] = 1;
Updated by Michael Schams almost 11 years ago
Issue confirmed in TYPO3 CMS version 6.1.7 with IE version 10 (version: 10.0.9200.16750).
Editors can not change the order of images by drag'n drop.
Updated by Mathias Schreiber almost 10 years ago
- Status changed from New to Closed
- Is Regression set to No
works on 6.2 and master