Skip to content

fix: enable pointer events for camera iframe#1826

Merged
pedrolamas merged 1 commit into
fluidd-core:developfrom
pedrolamas:pedrolamas/fix-1824
Apr 30, 2026
Merged

fix: enable pointer events for camera iframe#1826
pedrolamas merged 1 commit into
fluidd-core:developfrom
pedrolamas:pedrolamas/fix-1824

Conversation

@pedrolamas

Copy link
Copy Markdown
Member

Fixes #1824

Signed-off-by: Pedro Lamas <pedrolamas@gmail.com>
@pedrolamas pedrolamas added this to the 1.37 milestone Apr 30, 2026
@pedrolamas pedrolamas added the GH - Bug Something isn't working label Apr 30, 2026
@pedrolamas pedrolamas requested a review from Copilot April 30, 2026 14:22

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

This PR fixes non-interactive HTTP/iframe camera embeds by overriding the global .camera-image { pointer-events: none; } styling specifically for iframe-based camera components, enabling user interaction inside embedded web UIs.

Changes:

  • Allow pointer events and text selection on iframe elements that receive the camera-image class.
  • Preserve existing non-interactive behavior for non-iframe camera renderers (e.g., image/stream components).

@pedrolamas pedrolamas merged commit 2471413 into fluidd-core:develop Apr 30, 2026
8 checks passed
@pedrolamas pedrolamas deleted the pedrolamas/fix-1824 branch April 30, 2026 14:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

GH - Bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Iframe camera is not interactive due to pointer-events:none

2 participants