angular-ui/ui-grid

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

已关闭

#2,194 创建于 2014年11月21日

 (0 条评论) (0 个反应) (0 位负责人)JavaScript (2,496 个派生)batch import
good first issuegrid-resize-columnstype: bug

仓库指标

星标
 (5,395 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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

贡献者指南