[richfaces-issues] [JBoss JIRA] Updated: (RF-1704) HtmlColumn has width fixed to 100px if not set.

Nick Belaevski (JIRA) jira-events at lists.jboss.org
Wed Dec 19 12:39:44 EST 2007


     [ http://jira.jboss.com/jira/browse/RF-1704?page=all ]

Nick Belaevski updated RF-1704:
-------------------------------

    Fix Version/s: 3.2.0
         Assignee: Maksim Kaszynski

> HtmlColumn has width fixed to 100px if not set.
> -----------------------------------------------
>
>                 Key: RF-1704
>                 URL: http://jira.jboss.com/jira/browse/RF-1704
>             Project: RichFaces
>          Issue Type: Bug
>    Affects Versions: 3.1.3
>            Reporter: Piotr Witusowski
>         Assigned To: Maksim Kaszynski
>            Priority: Minor
>             Fix For: 3.2.0
>
>
> HtmlColumn class has following generated code:
>     public String getWidth()
>     {
>         if(null != _width)
>             return _width;
>         ValueBinding vb = getValueBinding("width");
>         if(null != vb)
>             return (String)vb.getValue(getFacesContext());
>         else
>             return "100px";
>     }
> It would be a lot nicer if it returns NULL when no width is set.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the richfaces-issues mailing list