[Tabs]: Refactor the mutationObserver
to invoke when nested children are added/removed
#8078
Open
1 of 4 tasks
Labels
0 - new
New issues that need assignment.
estimate - 2
Small fix or update, may require updates to tests.
impact - p2 - want for an upcoming milestone
User set priority impact status of p2 - want for an upcoming milestone
p - low
Issue is non core or affecting less that 10% of people using the library
refactor
Issues tied to code that needs to be significantly reworked.
Milestone
Description
A follow-up to issue #7605.
The current configuration of the mutation observer would only be invoked when direct children are added/removed. Since
tab-titles
are children oftab-nav
the observer would miss these.Mutations from other children might be helping update the
tab-titles
, but needs to be improved for the current milestone.Proposed Advantages
Make the observer work as intended.
Which Component
tabs
Relevant Info
No response
Calcite package
The text was updated successfully, but these errors were encountered: