Scrollspy: replace global eval with scoped observer parity #11
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Parent tracker: #1
Objective: replace the current global scrollspy implementation with scoped, multi-instance-safe behavior aligned with Bootstrap 5.3 Scrollspy.
Scope:
window.__dioxus_scrollspy_activeglobal state.Acceptance criteria:
offsetcallers have a compatibility path or documented migration.Dependencies: parity spec issue.
Signed-by: mik-tf mik-tf@noreply.invalid
Implemented Scrollspy parity in
3f3d0eca8d, with a follow-up CI clippy fix in451361ec45.Summary:
Verification:
Signed-by: mik-tf mik-tf@noreply.invalid