Bug #54356

content element "text and image" and "image" is not working properly

Added by Thorsten Vallender over 1 year ago. Updated 10 months ago.

Status:Closed Start date:2013-12-12
Priority:Should have Due date:
Assigned To:- % Done:

0%

Category:-
Target version:-

Description

Hallo,

it is not possible to change or modify a picture in a content element "image" & "text and image" over the "Thumbnails View".
The Inspector ist waiting ... and waiting ...

If I use the "List View" change or modify a picture, then it works fine.

History

#1 Updated by Christian Müller over 1 year ago

  • Status changed from New to Accepted

Thanks for creating the ticket. This is indeed a bug.

#2 Updated by Bernhard Schmitt over 1 year ago

It's actually just a template issue in the Media package. JavaScript searches for the "data-asset-identifier" attribute in the respective element classed as "asset".

In list view this is
<tr class="asset draggable-asset" data-asset-identifier="{asset -> f:format.identifier()}">

and in thumbnail view
<li class="asset">

Adding data-asset-identifier="{asset -> f:format.identifier()}" to the li element solves this issue

#3 Updated by Riccardo De Contardi over 1 year ago

That's inside

Packages/Applications/TYPO3.Media/Resources/Private/Partials/ThumbnailView.html

right?

#4 Updated by Bernhard Schmitt over 1 year ago

exactly

#5 Updated by Jonas Renggli 10 months ago

  • Status changed from Accepted to Closed

Can't reproduce under Neos 1.1
If the problem still exists please open an issue on https://jira.typo3.org/

Also available in: Atom PDF