stable
Clone or download
Read-only
This is a part of story #12450 see a preview of document When a long title was given to an item, there was an issue with the display name How to test - Create a file with very long title or look at a file with a very long name which already exist => The name should be cut. => When the mouse is over the item title, a tooltip should display the entire name Change-Id: Ib120772f95375d88c97761b1672b7d927c3c31e9
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/document/scripts/document/components/Folder/FolderContentRow.vue | +1 | −0 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/ItemTitle/DocumentCellTitle.vue | +5 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/ItemTitle/FileCellTitle.vue | +5 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/ItemTitle/FileUploadingCellTitle.vue | +5 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/ItemTitle/FolderCellTitle.vue | +5 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/ItemTitle/LinkCellTitle.vue | +5 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/ItemTitle/WikiCellTitle.vue | +5 | −1 | Go to diff View file |
M | plugins/document/scripts/document/constants.js | +2 | −0 | Go to diff View file |
A | plugins/document/scripts/document/helpers/cell-title-formatter.js | +33 | −0 | Go to diff View file |