Frontmatter
| id | 313 |
| title | form.field.Select: list keyNav broken |
| state | Closed |
| labels | bug |
| assignees | tobiu |
| createdAt | Mar 18, 2020, 11:35 AM |
| updatedAt | Mar 18, 2020, 2:45 PM |
| githubUrl | https://github.com/neomjs/neo/issues/313 |
| author | tobiu |
| commentsCount | 2 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Mar 18, 2020, 2:45 PM |
form.field.Select: list keyNav broken
tobiu assigned to @tobiu on Mar 18, 2020, 11:35 AM

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
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
will look into it.