Skip to content

Conversation

@jkanive
Copy link
Contributor

@jkanive jkanive commented Nov 6, 2025

What?

This PR fixes the broken keyboard navigation on the swatch options.

Additional Details

Fixed the issue. The problem was using .get() instead of .eq().

Why this works:
.get(index) returns a DOM element, which doesn't have .trigger()
.eq(index) returns a jQuery object, which has .trigger()

Requirements

  • CHANGELOG.md entry added (required for code changes only)

Tickets / Documentation

Screenshots (if appropriate)

SwatchOptionsFix.mov

@jkanive jkanive marked this pull request as ready for review November 7, 2025 00:05
@jkanive jkanive merged commit 1924d95 into master Nov 7, 2025
1 check passed
@jkanive jkanive deleted the SD-11413 branch November 7, 2025 22:30
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.

6 participants