Gotlifebar / gwtquery-plugins

Automatically exported from code.google.com/p/gwtquery-plugins
0 stars 0 forks source link

Imageloadingcell cell-widgets #17

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Make cell widget drag and dropable (via wrapper)
2. Create a imageloadingcell within widget
3. Populate with data

Expected output: Images get loaded via hidden div and then replaced with a 
loading symbol.

Instead of that, the loading indicator never disappears.

What version of the product are you using? On what operating system?
OS: Windows 7, using GWT 2.3.0 with gquery-dnd-bundle 1.0.4 in Google Chrome 
13.0.782.112 m.

I guess the problem is, that the check for load and error events does not get 
triggered due to wrapping..

Original issue reported on code.google.com by clon...@gmail.com on 19 Aug 2011 at 10:42

GoogleCodeExporter commented 8 years ago
> 1. Make cell widget drag and dropable (via wrapper)
Do you mean you make all cells draggable and droppable or only the cellwidget ?

Could you give me some part of code that I can well understand the problem ?

Original comment by julien.d...@gmail.com on 19 Aug 2011 at 4:44