]
Maksim Kaszynski updated RF-1704:
---------------------------------
Fix Version/s: 3.1.4
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, 3.1.4
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: