This is to replace a part of my RT-18790
When I call set setTabMin/MaxWidth/Height there are 2 effects:
1. (minor) - the 'width' becomes the vertical direction on-screen (and 'height' the horizontal) for tabs at the Left and Right of the TabPane. This is presumably a consequence of the tab area effectively being rotated as a unit, compared with how it is at the Top.
2. (more serious?) - the close button initially appears on the first (selected) tab, but then when I select tab 2, the close button does not disappear from tab 1, and does not appear on tab 2. But without the setTabMinWidth etc., it behaves normally. (You said you couldn't reproduce this?)
When I call set setTabMin/MaxWidth/Height there are 2 effects:
1. (minor) - the 'width' becomes the vertical direction on-screen (and 'height' the horizontal) for tabs at the Left and Right of the TabPane. This is presumably a consequence of the tab area effectively being rotated as a unit, compared with how it is at the Top.
2. (more serious?) - the close button initially appears on the first (selected) tab, but then when I select tab 2, the close button does not disappear from tab 1, and does not appear on tab 2. But without the setTabMinWidth etc., it behaves normally. (You said you couldn't reproduce this?)