[richfaces-issues] [JBoss JIRA] (RF-9653) popupPanel: trimOverlayedElements not working

Brian Leathem (JIRA) jira-events at lists.jboss.org
Mon Aug 12 14:51:27 EDT 2013


     [ https://issues.jboss.org/browse/RF-9653?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brian Leathem updated RF-9653:
------------------------------

    Description: 
{code}
	<rich:popupPanel show="true" trimOverlayedElements="false">
		<rich:panel id="panel">
		
		test1
		<rich:tooltip>
			test2
		</rich:tooltip>
		</rich:panel>
...
{code}

tooltip should not be cut by table borders in that case but it is being cut actually.

  was:
	<rich:popupPanel show="true" trimOverlayedElements="false">
		<rich:panel id="panel">
		
		test1
		<rich:tooltip>
			test2
		</rich:tooltip>
		</rich:panel>
...

tooltip should not be cut by table borders in that case but it is being cut actually.


    
> popupPanel: trimOverlayedElements not working
> ---------------------------------------------
>
>                 Key: RF-9653
>                 URL: https://issues.jboss.org/browse/RF-9653
>             Project: RichFaces
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: component-output
>    Affects Versions: 4.0.0.Milestone4, 5.0.0.Alpha1
>         Environment: RichFaces 5.0.0-SNAPSHOT
> Metamer 5.0.0-SNAPSHOT
> GlassFish Server Open Source Edition 3.1.2.2
> Java(TM) SE Runtime Environment 1.7.0_06-b24 @ Linux
> Firefox 21.0 @ Linux x86_64
>            Reporter: Ilya Shaikovsky
>             Fix For: 4.0.0.Milestone6, 5-Tracking
>
>
> {code}
> 	<rich:popupPanel show="true" trimOverlayedElements="false">
> 		<rich:panel id="panel">
> 		
> 		test1
> 		<rich:tooltip>
> 			test2
> 		</rich:tooltip>
> 		</rich:panel>
> ...
> {code}
> tooltip should not be cut by table borders in that case but it is being cut actually.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the richfaces-issues mailing list