Esri / calcite-design-system

A monorepo containing the packages for Esri's Calcite Design System
https://developers.arcgis.com/calcite-design-system/
Other
270 stars 75 forks source link

[Accordion] In Safari, multiple Accordion Item elements can be visibly focused, and buggy animation #8784

Open macandcheese opened 4 months ago

macandcheese commented 4 months ago

Check existing issues

Actual Behavior

In Safari, multiple Accordion Item components can remain visibly focused: Screenshot 2024-02-20 at 10 31 30 AM

Additionally, there is a "size wiggle" and slow animation in Safari. We should just remove any focus transition here to match other components:

https://github.com/Esri/calcite-design-system/assets/4733155/cca87549-33ce-41c8-b0b5-f3ad78da8e25

Expected Behavior

I'd expect only one to be visible focused at once.

Reproduction Sample

https://developers.arcgis.com/calcite-design-system/components/accordion/

Reproduction Steps

  1. Open the component documentation page in Safari
  2. Interact with the sample and see the above behavior

Reproduction Version

2.5.1

Relevant Info

No response

Regression?

No response

Priority impact

p4 - not time sensitive

Impact

No response

Calcite package

Esri team

Calcite (design)

macandcheese commented 4 months ago

Seems similar to #8617