parttio / dragdroplayouts

Drag and Drop for Vaadin layouts
7 stars 23 forks source link

Fix NPE in AbstractDefaultLayoutDropHandler #41

Closed juhapyy closed 8 years ago

juhapyy commented 9 years ago

If component's position within AbsoluteLayout has been set using Right or Bottom coordinates, getLeftValue() or getTopValue() returns null.

juhapyy commented 8 years ago

Yes, you are right. I hadn't considered that. Thanks for the comment :)

johndevs commented 8 years ago

Thanks for updating and thanks for the PR! :)