stable

Clone or download

Read-only

request #20913 Document : Item Dropdonws are closed when mouse leave it

On Document UI, files dropdowns are closed when the mouse not hover it. It the was expected behaviour but it close the dropdown if the user do not pass the mousse exactly on the arrow below the button, it's painfull to use. This patch remove this behavior Change-Id: Ief8204cae76db8e4c83766df335f1cdf19702be4

Modified Files

Name
M plugins/document/scripts/document/components/Folder/DropDown/DropDownButton.test.js +27 −2 Go to diff View file
M plugins/document/scripts/document/components/Folder/DropDown/DropDownButton.vue +16 −1 Go to diff View file
M plugins/document/scripts/document/components/Folder/FolderContentRow.test.js +43 −1 Go to diff View file
M plugins/document/scripts/document/components/Folder/FolderContentRow.vue +11 −6 Go to diff View file