Skip to content

Conversation

@sholzer
Copy link
Contributor

@sholzer sholzer commented Jan 28, 2026

Changes in this pull request

Resolves #2837

Additional info

@sonarqubecloud
Copy link

@sholzer sholzer requested a review from markus-moser January 29, 2026 06:35
@sholzer sholzer marked this pull request as ready for review January 29, 2026 06:35
@markus-moser markus-moser requested a review from Copilot January 29, 2026 08:45
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Fixes an exception when copying element details (IDs/paths/deeplinks/class names) by routing clipboard writes through a shared utility, and updates the committed build artifacts accordingly.

Changes:

  • Replace direct navigator.clipboard.writeText(...) usage with copyToClipboard(...) in the element actions menu.
  • Regenerate/update module-federation and asset-manifest outputs under public/build/** (new build IDs, updated public paths/hashes).
  • Remove outdated build manifests for the previous build ID.

Reviewed changes

Copilot reviewed 20 out of 722 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
public/build/6be8b48e-9b08-4d9a-8634-6d3d06a60322/static/css/async/__federation_expose__internal___mf_bootstrap_document_editor_iframe.0917b6bf.css Updated generated CSS asset for the new build output.
public/build/6be8b48e-9b08-4d9a-8634-6d3d06a60322/static/css/async/__federation_expose__internal___mf_bootstrap.0917b6bf.css Updated generated CSS asset for the new build output.
public/build/6be8b48e-9b08-4d9a-8634-6d3d06a60322/static/css/async/6534.574c26ed.css Updated generated Leaflet CSS asset for the new build output.
public/build/6be8b48e-9b08-4d9a-8634-6d3d06a60322/mf-stats.json Updated MF stats to point at the new build publicPath and chunk file names.
public/build/6be8b48e-9b08-4d9a-8634-6d3d06a60322/mf-manifest.json Updated MF manifest to point at the new build publicPath and chunk file names.
public/build/6be8b48e-9b08-4d9a-8634-6d3d06a60322/index.html Updated generated HTML to reference the new build’s JS assets.
public/build/6be8b48e-9b08-4d9a-8634-6d3d06a60322/exposeRemote.js Updated remoteEntry URL for the new build ID.
public/build/6be8b48e-9b08-4d9a-8634-6d3d06a60322/entrypoints.json Added generated entrypoints for the new build.
public/build/6b9271e8-7326-40ac-830e-78855c526b56/static/js/main.dcd9f916.js Updated generated core bundle (new publicPath/hash).
public/build/6b9271e8-7326-40ac-830e-78855c526b56/static/js/documentEditorIframe.d11de41a.js Updated generated iframe bundle (new publicPath/hash).
public/build/6b9271e8-7326-40ac-830e-78855c526b56/mf-stats.json Updated MF stats to new core build publicPath.
public/build/6b9271e8-7326-40ac-830e-78855c526b56/mf-manifest.json Updated MF manifest to new core build publicPath.
public/build/6b9271e8-7326-40ac-830e-78855c526b56/manifest.json Added generated manifest for the new core build outputs.
public/build/6b9271e8-7326-40ac-830e-78855c526b56/main.html Updated generated main HTML to reference the new core build’s JS assets.
public/build/6b9271e8-7326-40ac-830e-78855c526b56/entrypoints.json Added generated entrypoints for the new core build.
public/build/6b9271e8-7326-40ac-830e-78855c526b56/documentEditorIframe.html Added generated iframe HTML for the new core build.
public/build/5349a532-f771-4906-95b9-ef927f7b3604/manifest.json Removed outdated generated manifest from the previous build.
public/build/5349a532-f771-4906-95b9-ef927f7b3604/entrypoints.json Removed outdated generated entrypoints from the previous build.
assets/js/src/core/modules/element/hooks/use-element-actions-menu.tsx Uses shared copyToClipboard helper to avoid clipboard-related exceptions.

@markus-moser markus-moser merged commit 3186566 into 1.x Jan 29, 2026
1 check passed
@markus-moser markus-moser deleted the 2837-copy-element branch January 29, 2026 09:59
@github-actions github-actions bot locked and limited conversation to collaborators Jan 29, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Editor] Copying element details throws exception

3 participants