Community
Participate
Working Groups
Checked state is not being propagated from the client to the server using the new tree from CVS head.
Created attachment 176273 [details] Patch to fix the problem temporarily. The TreeItemLCA does not seem to be receiving checked events. I couldn't quite figure out where the most appropriate place to propagate the event back to the LCA is. We needed this fixed today so here is a patch to add a hack that sends the event back from setChecked(). I am sure this is not the correct way or place, but we couldn't figure out how the update event scheme was intended to work.
Fixed in CVS HEAD.
(In reply to comment #2) > Fixed in CVS HEAD. We got Eclipse RAP Tooling yesterday from repository, that's 08.11 15:?? build, but we still have this issue. As I could figured out, SelectionEvent doesn't occurs on JS checkbox state change. I suggest reopen
Yes... it's possible to have this problem with 1.4M1 if you use "standard" "Client-side Library Variant" (check your launch configuration). The problem does not exist with 1.4M1 and "debug" variant. With CVS HEAD (and upcoming 1.4M2) this works in both library variants.
I will change the target milestone to 1.4M2 to avoid such situations.