LearnNewsExamplesServices
Frontmatter
id5215
titlelist.Base: afterSetActiveIndex()
stateClosed
labels
bug
assigneestobiu
createdAtFeb 12, 2024, 3:05 PM
updatedAtFeb 13, 2024, 7:55 PM
githubUrlhttps://github.com/neomjs/neo/issues/5215
authortobiu
commentsCount1
parentIssuenull
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtFeb 13, 2024, 7:55 PM

list.Base: afterSetActiveIndex()

Closed v8.1.0 bug
tobiu
tobiu commented on Feb 12, 2024, 3:05 PM

activeIndex is intended as a shortcut for managing the current selection (allowing bindings).

The logic got changed to move the focus instead, which is causing issues inside our client app.

I will revert the logic to its initial state and add a new config: focusIndex to keep the new logic.

I will create a branch & PR for this one. @ExtAnimal

tobiu added the bug label on Feb 12, 2024, 3:05 PM
tobiu assigned to @tobiu on Feb 12, 2024, 3:05 PM
tobiu referenced in commit d1944b8 - "list.Base: afterSetActiveIndex() #5215" on Feb 12, 2024, 4:03 PM
tobiu cross-referenced by PR #5216 on Feb 12, 2024, 4:04 PM
tobiu referenced in commit 319408d - "list.Base: afterSetActiveIndex() #5215" on Feb 13, 2024, 3:44 PM
tobiu closed this issue on Feb 13, 2024, 7:55 PM
tobiu referenced in commit 4175fa6 - "list.Base: afterSetActiveIndex() #5215" on Mar 26, 2024, 5:29 PM