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

Alexander Dubovsky updated RF-3887:
-----------------------------------

    Attachment: 4.png

> DataTable: horizontal lines between cells are cleared after right-click mouse 
> menu is called.
> ---------------------------------------------------------------------------------------------
>
>                 Key: RF-3887
>                 URL: http://jira.jboss.com/jira/browse/RF-3887
>             Project: RichFaces
>          Issue Type: Bug
>    Affects Versions: 3.2.2
>            Reporter: Alexander Dubovsky
>         Assigned To: Nick Belaevski
>            Priority: Minor
>         Attachments: 4.png
>
>
> 1. Create dataTable with more than 2 columns.
> 2. Call right-click mouse menu in the 2th or more column.
> 3. Check horizontal lines between cells under appeared menu.
> Result: see screen shot. They are disappeared.
> Source:
> <rich:dataTable columns="3" value="true">
>               <f:facet name="caption">
>                       <h:outputText value="caption" />
>               </f:facet>
>               <f:facet name="header">
>                       <rich:columnGroup>
>                               <rich:column><h:outputText 
> value="head1"/></rich:column>
>                               <rich:column><h:outputText 
> value="head2"/></rich:column>
>                               <rich:column><h:outputText 
> value="head3"/></rich:column>
>                       </rich:columnGroup>
>               </f:facet>
>               <rich:columnGroup>
>                       <rich:column>
>                               <h:outputText value="rich1.1" />
>                       </rich:column>
>                       <rich:column>
>                               <h:outputText value="rich1.2" />
>                       </rich:column>
>                       <rich:column>
>                               <h:outputText value="rich1.3" />
>                       </rich:column>
>               </rich:columnGroup>
>               <rich:columnGroup>
>                       <rich:column>
>                               <h:outputText value="rich2.1" />
>                       </rich:column>
>                       <rich:column>
>                               <h:outputText value="rich2.2" />
>                       </rich:column>
>                       <rich:column>
>                               <h:outputText value="rich2.3" />
>                       </rich:column>
>               </rich:columnGroup>
>               <rich:columnGroup>
>                       <rich:column>
>                               <h:outputText value="rich3.1" />
>                       </rich:column>
>                       <rich:column>
>                               <h:outputText value="rich3.2" />
>                       </rich:column>
>                       <rich:column>
>                               <h:outputText value="rich3.3" />
>                       </rich:column>
>               </rich:columnGroup>
>       </rich:dataTable>

-- 
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

        
_______________________________________________
richfaces-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/richfaces-issues

Reply via email to