-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 2.2.0
-
Fix Version/s: 2.2.41
-
Release Notes Summary:Clipboard is correctly reset after each usage.
-
Backlog priority:500
-
Team:GANG
-
Sprint:nxGang Sprint 11.1.26, nxGang Sprint 11.1.27
-
Story Points:0
Steps to reproduce on Nuxeo 9.10 + HF40:
- create a workspace TEST under Default domain > Workspaces
- create 2 Note documents under Default domain > Workspaces > TEST
- log out
- log in
- from the dashboard, browse to the first note
- click on the icon Add to clipboard
- observe that the document is added to the clipboard
- in the breadcrumb, click on Workspaces
- navigate to TEST then to the second Note document
- click on the icon Add to clipboard
Observe that nothing happens and in the console there is this error
elements.html:160584 Uncaught TypeError: Cannot read property 'contains' of undefined at HTMLElement.toggle (elements.html:160584) at HTMLElement.handler (elements.html:2371) at Object._fire (elements.html:7377) at Object.forward (elements.html:7772) at Object.click (elements.html:7738) at HTMLElement._handleNative (elements.html:7161)
Expected behavior: the document is added to the clipboard without any error
From my investigation, it should correspond to the backport of ELEMENTS-868 because I was not able to reproduce on 10.10 + HF and on nightly
- is related to
-
ELEMENTS-868 Allow adding to clipboard after copying from new workspace
- Resolved