alump / GridStack

Vaadin layout add-on using gridstack.js library
Apache License 2.0
10 stars 7 forks source link

Removing and subsequently adding Components #3

Closed mku1059 closed 8 years ago

mku1059 commented 8 years ago

Removing a component (not iterating through stack but giving component explicitly) from gridstack works as expected, but afterwards a new component can't be added. Testing with the "-" and "+" buttons in the demo app shows the following results: the first remove/add component works ok, clicking "-" again still is ok, but adding components doesn't work anymore.

alump commented 8 years ago

My native javascript -> GWT mapping of "change" event has some issues. It's flooding error logs on other events, but in this case causes exception that breaks it.

Will fix this soon.

alump commented 8 years ago

0.2.0 released.