sgodden / echo3ext20

Automatically exported from code.google.com/p/echo3ext20
Other
0 stars 1 forks source link

Checkbox in GridPanel causes problem #32

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Select Grid and Form under test application.
2. Click the top checkbox to select all rows.
3. Uncheck the checkbox and try to select anything else. the application
will not respond and no new events will be generated when you select
individual rows.

What is the expected output? What do you see instead?
After unchecking the the top checkbox you should get an event when a single
row is selected. Instead the application hangs and no new event is sent and
you have restart the application.

What version of the product are you using? On what operating system?
Latest on XP

Please provide any additional information below.

Original issue reported on code.google.com by n.nour...@gmail.com on 17 Aug 2009 at 10:56

GoogleCodeExporter commented 9 years ago
I found today that if you don't set setNotifySelect() then when you click 
select all 
checkbox and unclick it the program doesn't hang. That should narrow it down to 
setNotifySelect() function.

Thanks,

Nima

Original comment by n.nour...@gmail.com on 20 Aug 2009 at 6:22