[richfaces-issues] [JBoss JIRA] Commented: (RF-10960) The <rich:tooltip> is misplaced in IE7 when moving over the value of an input field

Daniel Görlich (JIRA) jira-events at lists.jboss.org
Fri Jul 8 02:18:23 EDT 2011


    [ https://issues.jboss.org/browse/RF-10960?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12613058#comment-12613058 ] 

Daniel Görlich commented on RF-10960:
-------------------------------------

Which information do u need? I added two screenshots. Here is the code:

{code:tile=test}
<rich:column width="40px" >
	<f:facet name="header">
		<h:outputText value="#{msgs.test}" />
	</f:facet>
	
	<rich:tooltip rendered="#{a.created eq false}" >
		<span>#{msgs.disable}</span>
	</rich:tooltip>
	
	<h:inputText id="B" value="#{a.name}"
			disabled="#{a.created eq false}"  >
	</h:inputText>
</rich:column>
{code}

> The <rich:tooltip> is misplaced in IE7 when moving over the value of an input field
> -----------------------------------------------------------------------------------
>
>                 Key: RF-10960
>                 URL: https://issues.jboss.org/browse/RF-10960
>             Project: RichFaces
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: component-input
>    Affects Versions: 4.0.0.Final
>            Reporter: Daniel Görlich
>            Assignee: Pavol Pitonak
>            Priority: Minor
>
> If you move over an an input component which includes a rich tooltip, the tooltip is shown at the input component. But if u move over the value of the input component, the tooltip is misplaced to the upper left corner of the browser. This is a bad behaviour. With Mozilla it wors fine, but not with IE7.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

       



More information about the richfaces-issues mailing list