cogentcore / core

A free and open source framework for building powerful, fast, and elegant 2D and 3D apps that run on macOS, Windows, Linux, iOS, Android, and the Web with a single pure Go codebase, allowing you to Code Once, Run Everywhere.
http://cogentcore.org/core
BSD 3-Clause "New" or "Revised" License
1.32k stars 71 forks source link

table on select #865

Closed ddkwork closed 5 months ago

ddkwork commented 5 months ago

Describe the bug

The cell height is inconsistent, so that the focus of the selected row cannot be hit every time, and sometimes the row cannot be selected after several clicks

How to reproduce

Screenshot_20240204_165928_com ux taskmanager

Example code

No response

Relevant output

No response

Platform

macOS

kkoreilly commented 5 months ago

We just implemented basic consistent selection styling and zebra striping in #672, but there are still some issues, including those that you mentioned. We will track those issues in #672, so this is a duplicate.