[richfaces-issues] [JBoss JIRA] Created: (RF-4026) I can´t select a text from an inputText inside a panelMenuItem in Internet Explorer. It works on firefox

Lucas Pereira (JIRA) jira-events at lists.jboss.org
Fri Jul 25 10:52:35 EDT 2008


I can´t select a text from an inputText inside a panelMenuItem in Internet Explorer. It works on firefox
--------------------------------------------------------------------------------------------------------

                 Key: RF-4026
                 URL: https://jira.jboss.org/jira/browse/RF-4026
             Project: RichFaces
          Issue Type: Bug
    Affects Versions: 3.2.1
         Environment: SEAM 2.0.1
RichFaces 3.2.1
            Reporter: Lucas Pereira
            Priority: Minor


I have a inputText inside a panelMenuItem, when I try to select the text to do actions like copy and paste, It works in fierofox but not in internet explorer.

In ie, I can´t select the text using mouse ou keyboard.

        <rich:panelMenuGroup label="CPF" id="panelCpf">
			<rich:dragSupport dragIndicator=":indicator" dragType="CPF">
				<rich:dndParam name="label" value="CPF" />
			</rich:dragSupport>
        	<rich:panelMenuItem label="Digite um CPF">
        		<h:inputText id="cpfText" value="#{pesquisaPessoaFisica.nuCpf}">
        		</h:inputText>
        	</rich:panelMenuItem>
        </rich:panelMenuGroup>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       




More information about the richfaces-issues mailing list