LearnNewsExamplesServices
Frontmatter
id313
titleform.field.Select: list keyNav broken
stateClosed
labels
bug
assigneestobiu
createdAtMar 18, 2020, 11:35 AM
updatedAtMar 18, 2020, 2:45 PM
githubUrlhttps://github.com/neomjs/neo/issues/313
authortobiu
commentsCount2
parentIssuenull
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtMar 18, 2020, 2:45 PM

form.field.Select: list keyNav broken

tobiu
tobiu commented on Mar 18, 2020, 11:35 AM

will look into it.

tobiu added the bug label on Mar 18, 2020, 11:35 AM
tobiu assigned to @tobiu on Mar 18, 2020, 11:35 AM
tobiu
tobiu Mar 18, 2020, 1:59 PM

related to the change that all dom events bubble up now.

in this case, the key down & up bubble from the list to the field, which should not happen.

tobiu referenced in commit f2cef8b - "form.field.Select: list keyNav broken #313" on Mar 18, 2020, 2:44 PM
tobiu
tobiu Mar 18, 2020, 2:45 PM

util.KeyNavigation now uses the new "bubble" config => false for the keydown event.

tobiu closed this issue on Mar 18, 2020, 2:45 PM