Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Periodic NullPtrException when relocating dock panes #9

Open
jdall opened this issue Mar 30, 2017 · 0 comments
Open

Periodic NullPtrException when relocating dock panes #9

jdall opened this issue Mar 30, 2017 · 0 comments

Comments

@jdall
Copy link

jdall commented Mar 30, 2017

On my Ubuntu 12.04 workstation with 3 monitors running Gnome Classic and on my laptop running SolydX 8, I'm from time to time getting an NullPtrException when relocating dock panes.

The exception is thrown in line 166 of org.dockfx.DockNodeTitleBar due to the stage variable being null. My workaround is a surrounding "if (stage != null) {" but that's maybe/probably not the right fix (I've only a few hours experience with DockFX).

FYI: I've not seen the same issue when testing the clearcontrol fork on the laptop, but unfortunately relocating dock panes is just not working on the ubuntu 12.04 workstation. Only the hkmoon fork does the trick (I've tested all forks which has been recently updated).
It's a bit annoying that starting to drag a pane relocates it to the center of the window in floating mode, and then one has to move the mouse to the pane and click and drag it into the wanted position.
But it's still far better than the other forks that does not work at all.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant