[richfaces-issues] [JBoss JIRA] Updated: (RF-3887) DataTable: horizontal lines between cells are cleared after right-click mouse menu is called.

Nick Belaevski (JIRA) jira-events at lists.jboss.org
Tue Jul 15 11:42:27 EDT 2008


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

Nick Belaevski updated RF-3887:
-------------------------------

    Fix Version/s: Future
         Assignee: Anton Belevich  (was: Nick Belaevski)

> 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
>         Environment: Firefox 3
>            Reporter: Alexander Dubovsky
>         Assigned To: Anton Belevich
>            Priority: Minor
>             Fix For: Future
>
>         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

        



More information about the richfaces-issues mailing list