Uploaded image for project: 'Pivot'
  1. Pivot
  2. PIVOT-731

Ignore Flag for controls within a Rollup Heading

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Closed
    • Minor
    • Resolution: Not A Problem
    • 2.0
    • 2.0.3
    • wtk
    • Windows 7 Professional 64bit
      Java(TM) SE Runtime Environment (build 1.6.0_21-b06)

    Description

      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>
      ...

      Attachments

        Activity

          People

            smartini Sandro Martini
            danielku15 Daniel Kuschny
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: