I'd also like to report a few issue with regards to the new showcase.
Firefox 3.0.6 on Windows XP can't load the showcase at all on my machine. It hangs at "SmartGWT Loading ~250 Samples Please wait..." and the browser says its done loading.
In Google Chrome and IE7 (and also the Safari 4 beta for Windows), when you drag an event on the databound calander to 12:00am in the single day view, the event shifts to the left and overlaps the times. If you set a second event at 12:00am it will shift over and completely overlap the original one rather than displaying beside it.
In week view, if you drag an event to 12:00am, the time in its header will change to 12:00am but its location will not, it will stay in whatever time slot it was in before you attempted to move it to 12:00am.
Any update on drag list issue in the showcase? It seems like transferSelectedData() calls to undefined method in the JSNI code.
Are there any workaround at the moment? Currently, I'm using ListGrid without DataSource to implement widget similar to the one in drag list example which utilizes transferSelectedData to transfer data from one list to another. I wonder if there's a clean way to remove a record from a ListGrid and add to another list without interacting the DataSource.
Have some of the examples been removed from the showcase? I was using the CompoundEditor class as a starting point, and I can't find it anymore. If it has been removed, are the old examples somewhere else?
Comment