Skip to content
Snippets Groups Projects
Commit 46e8a702 authored by Oliver Bartsch's avatar Oliver Bartsch
Browse files

[BUGFIX] Clean up clipboard before using it in ContextMenu

Some item providers (context menu) access
clipboard information. Since the clipboard was
previously not properly initialized, this led to
exceptions, since no longer existing elements
could falsely be retrieved.

This is now fixed by cleaning up the clipboard
before making it available for the context
menu item providers.

Resolves: #92805
Releases: master, 10.4
Change-Id: I31d4c8fa4fa89815cbc660dbc8a4af5d111e1462
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/71502


Tested-by: default avatarcore-ci <typo3@b13.com>
Tested-by: default avatarBenni Mack <benni@typo3.org>
Tested-by: default avatarNikita Hovratov <nikita.h@live.de>
Tested-by: default avatarOliver Bartsch <bo@cedev.de>
Reviewed-by: default avatarBenni Mack <benni@typo3.org>
Reviewed-by: default avatarNikita Hovratov <nikita.h@live.de>
Reviewed-by: default avatarOliver Bartsch <bo@cedev.de>
parent ec7fc82f
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment