aley2003

Results 5 comments of aley2003

In Vaadin 8 beforeLeave() was working reliable.

But in V8 beforeLeave() was triggered by a change in the application URL (e.g. https://my-server/myApp/view1 to https://my-server/myApp/view2) at least.

With MigLayout 11.0 I fixed the Problem for Windows Swing with `PlatformDefaults.setRelatedGap( new UnitValue(4, UnitValue.LPX, null), new UnitValue(4, UnitValue.LPY, null)); PlatformDefaults.setUnrelatedGap( new UnitValue(7, UnitValue.LPX, null), new UnitValue(9, UnitValue.LPY, null)); PlatformDefaults.setParagraphGap(...

For me this MR fixes the Windows build problem.