Skip to content

Fix promo card touch interception bug in EdgeCarousel#5966

Merged
samholmes merged 1 commit intodevelopfrom
sam/fix-promo-card-touch-interception
Feb 27, 2026
Merged

Fix promo card touch interception bug in EdgeCarousel#5966
samholmes merged 1 commit intodevelopfrom
sam/fix-promo-card-touch-interception

Conversation

@samholmes
Copy link
Contributor

@samholmes samholmes commented Feb 26, 2026

Add dynamic zIndex to ItemBox animated style so the active card is always the topmost touch target. Previously, all cards shared the same layout frame and later items in the array intercepted touches meant for the visually active card.

CHANGELOG

Does this branch warrant an entry to the CHANGELOG?

  • Yes
  • No

Dependencies

none

Requirements

If you have made any visual changes to the GUI. Make sure you have:

  • Tested on iOS device
  • Tested on Android device
  • Tested on small-screen device (iPod Touch)
  • Tested on large-screen device (tablet)

Note

Low Risk
Low risk UI-only change that adjusts zIndex during carousel animations; potential risk is unintended stacking/overlay interactions on some platforms.

Overview
Fixes a promo/info card carousel tap bug by giving each EdgeCarousel item a dynamic zIndex based on the current scroll position, ensuring the visually active card sits on top and receives touches.

Adds a corresponding CHANGELOG.md entry noting the promo card CTA opening the wrong link due to touch interception.

Written by Cursor Bugbot for commit 2f8b2bf. This will update automatically on new commits. Configure here.


Add dynamic zIndex to ItemBox animated style so the active card
is always the topmost touch target. Previously, all cards shared
the same layout frame and later items in the array intercepted
touches meant for the visually active card.
@samholmes samholmes force-pushed the sam/fix-promo-card-touch-interception branch from 6794666 to 2f8b2bf Compare February 26, 2026 18:58
@samholmes samholmes merged commit 6d79863 into develop Feb 27, 2026
4 checks passed
@samholmes samholmes deleted the sam/fix-promo-card-touch-interception branch February 27, 2026 00:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants