LearnNewsExamplesServices
Frontmatter
id5910
title7.3.0 examples/grid/container all highlighting fails
stateClosed
labels
bug
assignees[]
createdAtSep 15, 2024, 7:34 PM
updatedAtSep 15, 2024, 9:23 PM
githubUrlhttps://github.com/neomjs/neo/issues/5910
authorgplanansky
commentsCount3
parentIssuenull
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtSep 15, 2024, 9:23 PM

7.3.0 examples/grid/container all highlighting fails

Closed v8.1.0 bug
gplanansky
gplanansky commented on Sep 15, 2024, 7:34 PM

Describe the bug dev 7.3.0 examples/grid/container all highlighting fails rows focus on mouse, but mouse clicks do not highlight in any selection mode

This works in on my 6.10.10 install.

To Reproduce git clone, etc npm run server-start chrome --> examples/grid/container

Expected behavior highlighting per various selection modes works

Desktop (please complete the following information):

  • OS: macos
  • Browser: Version 128.0.6613.138 (Official Build) (arm64)
gplanansky added the bug label on Sep 15, 2024, 7:34 PM
gplanansky
gplanansky Sep 15, 2024, 7:51 PM

ditto for examples/table/container

tobiu
tobiu Sep 15, 2024, 8:18 PM

let's break this one up into smaller tickets.

tobiu
tobiu Sep 15, 2024, 9:23 PM

resolved via the tickets 5911 to 5924.

i wanted to add the new listeners to the selection models anyway ;)

the grid is still experimental, i would not recommend using it before the buffered rendering is in place. @rwaters

be aware that the event signature changed a bit for the rowClick & cellClick events => data contains new top level infos (e.g. record & field), the original received event is passed inside data.data.

tobiu closed this issue on Sep 15, 2024, 9:23 PM