Closing initial DetachablePane after splitting results in losing DetachablePane reference

Issue #62 resolved
Former user created an issue

Hi,

im facing a problem in the implementation of the DetachablePane. The problem is like this. If there is initially a simple DetachablePane with one tab and you add a tab by splitting the pane horizontally or vertically, the initial DetachablePane gets lost when closing the last Tab init. It is hard to describe what the problem is, so i made a simple screencast. After closing the initial Tab, there is no possibility left to add new tabs. See the attached file.

Comments (5)

  1. Amrullah

    Fixed by commit ac92d20

    One thing to notice is that in your fxml file, the DetachableTabPane should be wrapped inside SplitPane.

    Please pull and test. Let me know if there is any problem.

  2. Log in to comment