qyqx / j-table

Automatically exported from code.google.com/p/j-table
0 stars 0 forks source link

remove all editCells on mousedown #7

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
don't want them all building up (unless we ask for them).

Original issue reported on code.google.com by chris.f....@gmail.com on 6 Jul 2008 at 12:27

GoogleCodeExporter commented 8 years ago
also fix problem with when you click on header command (e.g. sort), and the 
header
gets set to editable.

Original comment by chris.f....@gmail.com on 6 Jul 2008 at 10:01

GoogleCodeExporter commented 8 years ago
right, it's all fixed except for one thing. 
When you click outside the table, the current editRow is not deleted (because
mousedown is only for the table)

Original comment by chris.f....@gmail.com on 10 Jul 2008 at 6:54

GoogleCodeExporter commented 8 years ago

Original comment by chris.f....@gmail.com on 13 Jul 2008 at 6:01

GoogleCodeExporter commented 8 years ago
Not going to fix. This is not a job for the testsuite or library, instead it 
would be
handled by each instantiation.

Original comment by chris.f....@gmail.com on 15 Jul 2008 at 10:06