Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Duplicate
-
2.0.1
-
None
-
Java 1.6.0. update 26 and 1.7.0 update 2 build 08
OS: Windows 7 64-bit or Kubuntu 11.10
Description
I've got a table row like that:
<TablePane.Row height="1*">
<Label text="Trig" styles="{font:
,verticalAlignment:'center'}"/>
<ListButton bxml:id="triggerSource" listData="['Off','CH1','CH2']" selectedItem="Off"/>
<ListButton bxml:id="triggerSlope" TablePane.columnSpan="2" listData="['Up','Down']" selectedItem="Up"/>
<TablePane.Filler/>
<Label text="Holdoff" styles="
"/>
...
</TablePane.Row>
The "triggerSlope" list button spans two columns. If you click the mouse on the point that belongs to the first spanned column (the third column in this example), the list expads and you can select an option. But if you click the point that belongs to the second spanned column (the fourth column, i.e. this column where the Filler is), there is no reaction. It seems that the mouse click goes to the Filler instead of the component. This is especially nasty for ListButtons, because their arrow is near the right edge, and this poses a serious usability problem.
Until it is fixed, can you give me a workaround for this?
Affects version: 2.0.1. revision 1187295 (fresh source checked out today from SVN)