LearnNewsExamplesServices
Frontmatter
id6233
titlegrid.Container / View: add support for the keys PageDown, PageUp, End, Home to navigate
stateClosed
labels
enhancement
assigneestobiu
createdAtJan 14, 2025, 9:57 PM
updatedAtJan 14, 2025, 11:22 PM
githubUrlhttps://github.com/neomjs/neo/issues/6233
authortobiu
commentsCount1
parentIssuenull
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtJan 14, 2025, 11:22 PM

grid.Container / View: add support for the keys PageDown, PageUp, End, Home to navigate

Closed v8.5.0 enhancement
tobiu
tobiu commented on Jan 14, 2025, 9:57 PM

(No description provided)

tobiu added the enhancement label on Jan 14, 2025, 9:57 PM
tobiu assigned to @tobiu on Jan 14, 2025, 9:57 PM
tobiu referenced in commit 889d725 - "grid.Container / View: add support for the keys PageDown, PageUp, End, Home to navigate #6233" on Jan 14, 2025, 11:13 PM
tobiu
tobiu Jan 14, 2025, 11:22 PM

https://github.com/user-attachments/assets/2065773c-07e7-4c05-aeaf-7381476a0823

Actually we do not even need to add a custom keyboard navigation for grid.View, since the browser default is sufficient.

The tabindex="-1" DOM attributes for grid cells & rows had to get removed and instead the view wrapper node got it (see video). Now the selection models need work.

tobiu closed this issue on Jan 14, 2025, 11:22 PM