Ignore Flag for controls within a Rollup Heading
------------------------------------------------
Key: PIVOT-731
URL: https://issues.apache.org/jira/browse/PIVOT-731
Project: Pivot
Issue Type: New Feature
Components: wtk
Affects Versions: 2.0
Environment: Windows 7 Professional 64bit
Java(TM) SE Runtime Environment (build 1.6.0_21-b06)
Reporter: Daniel Kuschny
Fix For: 2.0.1
If you place any control which requires a focus into a Rollup Header you can't
click on it without collapsing the rollup.
I tried to place a ListButton within a Rollup Header:
<Rollup expanded="true">
<heading>
<BoxPane orientation="horizontal">
<Label text="Choose:" />
<ListButton listData="['Option 1', 'Option 2']" />
</BoxPane>
</heading>
...
If I click on the ListButton, the rollup expands/collapses. Please add a shared
property which allows preventing the collapse behaviour on specific controls:
<Rollup expanded="true">
<heading>
<BoxPane orientation="horizontal">
<Label text="Choose:" />
<ListButton listData="['Option 1', 'Option 2']"
Rollup.ignore="true" />
</BoxPane>
</heading>
...
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira