Opened 11 years ago
Closed 10 years ago
#14000 closed defect (invalid)
onRowMouseOver is triggered when moving from cell to cell in the same row
Reported by: | vvoovv | Owned by: | Evan |
---|---|---|---|
Priority: | high | Milestone: | 1.8 |
Component: | DojoX Grid | Version: | 1.7.0b1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Open dojox/grid/tests/test_events.html Move the cursor from cell to cell in the same row. onRowMouseOver is triggered each time one changes the same for the same row.
I don't think it's correct behaviour
Change History (2)
comment:1 Changed 11 years ago by
comment:2 Changed 10 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
This is actually the same behavior as native behavior e.g. mouse over<td/> in the same <tr/> will also trigger <tr/> mouseover.
Note: See
TracTickets for help on using
tickets.
should be: onRowMouseOver is triggered each time one changes a cell in the same row.