You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Bernd Bohmann (JIRA)" <de...@myfaces.apache.org> on 2009/04/22 12:49:47 UTC

[jira] Resolved: (TOBAGO-475) Problem when changing sheet column widths programmaticly

     [ https://issues.apache.org/jira/browse/TOBAGO-475?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bernd Bohmann resolved TOBAGO-475.
----------------------------------

    Resolution: Fixed

> 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
>            Assignee: Bernd Bohmann
>            Priority: Minor
>             Fix For: 1.0.21, 1.1.0
>
>
> 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.