Frontmatter
| id | 5910 |
| title | 7.3.0 examples/grid/container all highlighting fails |
| state | Closed |
| labels | bug |
| assignees | [] |
| createdAt | Sep 15, 2024, 7:34 PM |
| updatedAt | Sep 15, 2024, 9:23 PM |
| githubUrl | https://github.com/neomjs/neo/issues/5910 |
| author | gplanansky |
| commentsCount | 3 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Sep 15, 2024, 9:23 PM |
7.3.0 examples/grid/container all highlighting fails

gplanansky
Sep 15, 2024, 7:51 PM
ditto for examples/table/container

tobiu
Sep 15, 2024, 8:18 PM
let's break this one up into smaller tickets.

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
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):