Tab memory feature not working

Created on 14 April 2025, 26 days ago

Problem/Motivation

The changes from the Pipelines issue πŸ“Œ Pipelines issue Active broke the tab memory feature.

Specifically this one line change == to ===:
$link.data('myTabIndex') === $cookieValue

$link.data('myTabIndex') - int
$cookieValue - string

Proposed resolution

Convert $cookieValue to integer with parseInt($cookieValue)

πŸ› Bug report
Status

Active

Version

4.0

Component

Code

Created by

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024