- From: Bramus via GitHub <sysbot+gh@w3.org>
- Date: Wed, 19 Mar 2025 08:52:35 +0000
- To: public-css-archive@w3.org
The React folks are also asking for a way to re-enable pointer events on elements that participate in a View Transition – see https://github.com/facebook/react/pull/32656#issuecomment-2734824584 > ([#](https://github.com/facebook/react/pull/32656#issuecomment-2734824584)) Although maybe it would be better to allow hit testing for simplicity. While I’m hesitant to try and pursue this because you are not actually clicking the element which might be at a different visual position, it might perhaps be possible to allow this in certain specific situations: - With scoped transitions _(Note: this immediately makes this not work with Cross-Doc VTs)_ - When there is only a `::view-transition-new()`, or when the`::view-transition-old()` is `display: none`’d. - When the `::view-transition-group()` is not moving/resizing - When it’s the same element that is transitioning _(Note: this immediately makes this not work with Cross-Doc VTs)_ - … (Or perhaps combination of all these) -- GitHub Notification of comment by bramus Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/11596#issuecomment-2735777625 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Wednesday, 19 March 2025 08:52:36 UTC