ionic-framework icon indicating copy to clipboard operation
ionic-framework copied to clipboard

fix(picker-column): fallback to elementFromPoint for iOS 16 Shadow DOM bug

Open thetaPC opened this issue 5 months ago • 1 comments

Issue number: resolves #29672


What is the current behavior?

The issue on iOS 16 with elementsFromPoint is related to how it handles Shadow DOM retargeting when called from the document (global) context.

It leads to an undefined element that is required to trigger ionChange.

What is the new behavior?

  • Returns the top most element as a fallback.

Does this introduce a breaking change?

  • [ ] Yes
  • [x] No

Other information

Dev build: 8.6.2-dev.11749761258.1b46b6a9

thetaPC avatar Jun 11 '25 21:06 thetaPC

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
ionic-framework ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 12, 2025 8:38pm

vercel[bot] avatar Jun 11 '25 21:06 vercel[bot]