-
Notifications
You must be signed in to change notification settings - Fork 421
Closed
Labels
Example PageRelated to a page containing an example implementation of a patternRelated to a page containing an example implementation of a patternbugCode defects; not for inaccurate proseCode defects; not for inaccurate prose
Milestone
Description
Resolve the following bugs in the handleKeydown function in treeview/treeview-2/js/treeitemLinks.js:
- It incorrectly captures printable char keys that are pressed in combination with ctrl, alt, or meta modifiers. Such key events should be allowed to propagate.
- It should allow any keydown event where alt or meta modifier is pressed to propagate.
- At least in Firefox and Chrome, the enter simulation of click does not work.
- It does not support ctrl+enter or shift+enter functionality (ctrl+click or shift+click) for opening in new tab or new window.
Metadata
Metadata
Assignees
Labels
Example PageRelated to a page containing an example implementation of a patternRelated to a page containing an example implementation of a patternbugCode defects; not for inaccurate proseCode defects; not for inaccurate prose
Type
Projects
Status
Complete