foreman icon indicating copy to clipboard operation
foreman copied to clipboard

Fixes #37718 - BuildModal error message not copyable

Open Thorben-D opened this issue 6 months ago • 8 comments

Redmine issue and reproducer

This PR fixes a bug in the BuildModal component. The issue was that an error message was not copyable from the tree-view. This is fixed here by wrapping it in a ClipboardCopy component. Additionally, this PR removes the active element handling as it not needed and only interferes with the styling.

image

Thorben-D avatar Aug 13 '24 12:08 Thorben-D