goxr3plus / FX-BorderlessScene

💠 Undecorated JavaFX Scene with implemented move, resize, minimise, maximise, close and Windows Aero Snap controls.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

horizontal right and vertical bottom resizing lag on macOS

Typhon0 opened this issue · comments

Hi, I don't know if it's the case on Windows or Linux but on macOS when I resize the windows horizontally on right and vertically on bottom ( right top and right bottom diagonal too) the resizing is lagging.

Thanks

Demo

Yes my dear friend it is a problem. I haven't tested it on MacOS. I am soore you can help me on fixing that issue :)

On Ubuntu it happens also.

Generally i need to fix this projdct, it has some bugs.

I will try 😄

I want to see yoy doing it :)

Hey i am adding exciting new features , check the latest version :) 3.0.0

@Typhon0 Hello my dear friend , i just notices a strange bug [ NullPointerException] here :

Line 242 BorderlessController

if (m.getScreenY() > eventSource.y) {
     stage.setWidth(prevSize.x);
     stage.setHeight(prevSize.y);
    snapped = false;
}

I am trying to investigate can you help me :) ?

#5

The issue is fixed so i am closing this . Feel free to open :)