angular-ui/ui-grid

Cursor changes to pointer while hovering over a column header during column resizing

Open

#2.194 aberto em 21 de nov. de 2014

Ver no GitHub
 (0 comments) (0 reactions) (0 assignees)JavaScript (2.496 forks)batch import
good first issuegrid-resize-columnstype: bug

Métricas do repositório

Stars
 (5.395 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

To repro: Have a table with at least two columns. Click and drag to resize the column. Notice that if your cursor hovers over a column header while resizing the cursor changes to a pointer. I posit that since the mouse is already down, the cursor should not indicate that the column header is clickable (because you have to release the mouse before you can click).

Guia do colaborador