Hi Johannes
Thank you for a awesome add-on! We been using it for several years (i would say decades :))
We been migrating Vaadin 7 to 8, and we were using BorderLayout 7 version. (we have next major migration directly to 14 though in our roadmap)
With this migration we are using ’ Vaddin 7’ Compatibility Packages, which is basically a set of compatability jars to reduce the total UI change needs. More here : https://vaadin.com/docs/v8/framework/migration/migrating-to-vaadin8.html
We have downloaded version 0.8 source code from repo https://github.com/johannest/border-layout and built the jar with Vaadin 7 compatibility support.
Post that we are ended up with a weired UI issue, where in few of the ui componenents are expanded itself by additional div elements. (see attached original vs new elements)
Does this something to do with spacing changes?
Can you help us? Are we missing anything here? Do you have a Vaddin 7 compatible BorderLayout add-on built?
Original div:
div class="v-verticallayout v-layout v-vertical v-widget v-has-width v-has-height" style="height: 100%; width: 100%;"
Post migration (with Borderlayout 0.8):
div class="v-verticallayout v-layout v-vertical v-widget v-has-width v-has-height v-margin-top v-margin-right v-margin-bottom v-margin-left" style="width: 100%; height: 100%;"
Sorry, i am a new developer for this project and into Vaadin too, any help highly appreciated.
Regards
Lokesh

