3 Replies Latest reply on Mar 15, 2012 4:12 AM by moonracker

    [extendedDataTable] comboBox in a table row

    moonracker

      When a <rich:select> is in a <rich:column> of a <rich:extendedDataTable>, the row is selected when comboBox is selected.

      A workaround is: <rich:select onclick="event.stopPropagation();">, but that doesn't work when the arrow is clicked.
      Because the arrow is generated in an independent span:

      <span id="e:0:typeButton" class="rf-sel-btn">
      <span class="rf-sel-btn-arrow"></span>
      </span>

       

       

      exemple:

      <rich:extendedDataTable>

      <rich:column>

      <rich:select [...]>

      </rich:column>

      </rich:extendedDataTable>

       

      (ref to issue: https://issues.jboss.org/browse/RF-12023)

       

       

      Someone has a workaround trick for that ?

       

      Thx.