Feature #47709
closedEpic #61834: Create future proof Content Element with strong default
File Links content element icon/thumb list usability
100%
Description
In the back end File Links content element shows only icons and thumbnails. Only way to see what files are listed is opening the content element for editing.
I think list of file names or titles would make more sense.
Files
Updated by Alexander Opitz over 11 years ago
The screenshot seems reduced and I don't see anything on it.
Can you make a better screenshot? And which TYPO3 6.0 Version are you using?
Updated by Alexander Opitz over 11 years ago
- Status changed from New to Needs Feedback
Updated by Patrick Broens over 11 years ago
This is a matter of personal preference. For some people the visual information like a thumbnail says more than a file name.
You can click on each thumbnail or icon to get more information about that particular file. It will open in a popup.
However, it might be an idea to have the file name in the "title" attribute of the thumbnail/icon. It is already in the "alt" attribute, but most browsers don't show this nowadays (which is good). When hovering the thumbnail, it will show the content of this "title" attribute, like "Filename: YourPicture.jpg". It makes no sense to have the file name in the "alt" attribute.
IMHO the best solution would be to have the FAL title in the title attribute and the FAL alternative text in the alt attribute. When the title in FAL is empty, it defaults to the file name anyway.
Updated by Patrick Broens over 11 years ago
- Status changed from Needs Feedback to Accepted
- Assignee set to Patrick Broens
- Target version set to 6.2.0
Updated by Gerrit Code Review over 11 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 https://review.typo3.org/20456
Updated by Gerrit Code Review over 11 years ago
Patch set 2 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/20456
Updated by Gerrit Code Review over 11 years ago
Patch set 3 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/20456
Updated by Gerrit Code Review about 11 years ago
Patch set 4 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/20456
Updated by Patrick Broens about 11 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset bedddf2e0fb50b0ebe3751f8563ee8021c945303.
Updated by Oliver Hader about 11 years ago
- Status changed from Resolved to Needs Feedback
Reopened since the change has been reverted in master due to a fatal error:
https://review.typo3.org/#/c/24809/
File::getAlternative() was used, which does not exist...
Maybe somebody wants to give it a try with File::getProperty('alternative')?
Updated by Ernesto Baschny about 11 years ago
Could still be tackled, if a stable replacement is reviewed before beta2. I guess the changes from the original reverted patch are not so huge.
Updated by Alexander Opitz over 10 years ago
- Status changed from Needs Feedback to New
Updated by Benni Mack about 7 years ago
- Status changed from New to Closed
Fixed since v7 page module refactoring