Problem when changing sheet column widths programmaticly
--------------------------------------------------------
Key: TOBAGO-475
URL: https://issues.apache.org/jira/browse/TOBAGO-475
Project: MyFaces Tobago
Issue Type: Bug
Components: Themes
Affects Versions: 1.0.11
Environment: All
Reporter: Helmut Swaczinna
Priority: Minor
I encounter a problem when I change the columns widths of a sheet
programmaticly and the user resizes the columns by mouse.
I can't describe the problem in detail but when I change the line
writer.writeAttribute(HtmlAttributes.VALUE, "", false);
for the hidden widths field to
writer.writeAttribute(HtmlAttributes.VALUE, state.getColumnWidths(), false);
in renderSheet() in the SheetRenderer the problem disappears and everything
works like expected.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.