I have a button with the following code:
<?xml version="1.0"?>
<button backcol="none" display="both" icon_size="large" label_pos="right" textcol="none" type="menu">
<label>Tab List</label>
<icon1>#foldertabs</icon1>
<button backcol="none" display="label" field_type="label" size="full" textcol="none">
<label>Left Lister</label>
<icon1>#label</icon1>
<function type="normal">
<instruction>Set LABEL</instruction>
</function>
</button>
<button backcol="none" display="both" icon_size="large" label_pos="right" textcol="none">
<label>Tab List</label>
<icon1>#foldertabs</icon1>
<function type="normal">
<instruction> Go TABLIST=keys,sortpath,maxwidth=700 OPENINLEFT</instruction>
</function>
</button>
<button backcol="none" display="label" field_type="label" size="full" textcol="none">
<label>Right Lister</label>
<icon1>#label</icon1>
<function type="normal">
<instruction>Set LABEL</instruction>
</function>
</button>
<button backcol="none" display="both" icon_size="large" label_pos="right" textcol="none">
<label>Tab List</label>
<icon1>#foldertabs</icon1>
<function type="normal">
<instruction> Go TABLIST=keys,sortpath,maxwidth=700 OPENINRIGHT</instruction>
</function>
</button>
</button>
Here is an example the results:
Clicking on any "inactive"/light gray tab moves to the pane for that tab. Except, if I try to move to the dark gray tab in the inactive pane nothing happens.
Feature suggestion: Allow for moving to the dark gray tab of the inactive pane.
Clearly, this is not a significant issue; just pointing it out for whatever value it might have for anyone.