-
Type:
Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: 7.0.0 DXP FP13, 7.0.X EE, Master
-
Fix Version/s: 7.0.0 DXP FP54, 7.0.0 DXP SP9, 7.1.X, Master
-
Component/s: DM
-
Branch Version/s:7.0.x
-
Backported to Branch:Committed
-
Story Points:1
-
Fix Priority:3
-
Sprint:Collab 9
-
Git Pull Request:
Issue
LPS-70143 introduced new functionality to Alloy Editor where we can highlight text, click on the hyperlink icon, then click on the folder icon to pull up existing Documents and Media assets, or to add Documents and Media assets.
The problem is that the Icon view for the Documents and Media selector seems like it was designed with only images in mind. For some reason, file name titles are missing, meaning that the generic "file" icon is present many assets that do not have a preview image. The workaround of course is to go into List or Descriptive view, but I feel that Icon view should have a title field so that a user can visually confirm the exact file that they are trying to choose.
Steps to Reproduce
- Set up clean Liferay DXP + DE-13 environment
- Sign in as test@liferay.com
- Go into Liferay DXP (Site) > Content > Documents and Media
- Add multiple TXT files, and a few image files
- Go into Liferay DXP (Site) > Content > Web Content > Add Basic Web Content
- In the new Web Content, add some text
- Highlight that text, and click the Hyperlink icon in the toolbar
- Click the folder icon to "Browse Server"
Actual Result
Assert that the Icon view does not have any titles, making non-previewable document types such as text files, scripts, or PDF files display with the generic file icon placeholder.
Expected Result
Each file icon will have the respective filename underneath it for easy identification as in List or Descriptive view.