Henning Nöth created TOBAGO-2381:
------------------------------------

             Summary: Resizing columns in nested sheets also resize parent colum
                 Key: TOBAGO-2381
                 URL: https://issues.apache.org/jira/browse/TOBAGO-2381
             Project: MyFaces Tobago
          Issue Type: Bug
          Components: JavaScript
    Affects Versions: 6.6.0, 5.14.0
            Reporter: Henning Nöth


If a sheet is nested inside a sheet, than the resizing of the inner sheet 
doesn't work properly. Resizing of the outer sheet works. If a column of the 
inner sheet is resized than the column of the parent sheet will also change.


{code:xml}
<tc:sheet columns="1fr 1fr" ...>
  <tc:column>...</tc:column>
  <tc:column label="Nested Sheet">
    <tc:sheet columns="1fr 1fr">
      <tc:column>...</tc:column>
      <tc:column>...</tc:column>
    </tc:sheet>
  </tc:column>
</tc:sheet>{code}




--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to