[richfaces-issues] [JBoss JIRA] Created: (RF-3933) pickList in modalPanel does not work in Safari.

Alexander Dubovsky (JIRA) jira-events at lists.jboss.org
Thu Jul 17 04:21:52 EDT 2008


pickList in modalPanel does not work in Safari.
-----------------------------------------------

                 Key: RF-3933
                 URL: https://jira.jboss.org/jira/browse/RF-3933
             Project: RichFaces
          Issue Type: Bug
    Affects Versions: 3.2.2
         Environment: Safari
3.2.2.BETA1
            Reporter: Alexander Dubovsky
            Assignee: Nick Belaevski
         Attachments: 5.png

# Add pickList in modalPanel on some page.
# Try to open the page in Safari
Result: something like on attached screen shot.

Example:
<rich:modalPanel id="modalPanel2ID" autosized="true" resizeable="false">
		<br />
		<h:inputText value="input"></h:inputText>
		<br />
		<h:outputLink onclick="Richfaces.hideModalPanel('modalPanel2ID');return false;" ><f:verbatim>Close</f:verbatim></h:outputLink>
		
		<rich:pickList id="pickListID">
			<f:selectItem itemValue="item 1" itemLabel="item 1"/>
			<f:selectItem itemValue="item 2" itemLabel="item 2"/>
			<f:selectItem itemValue="item 3" itemLabel="item 3"/>
		</rich:pickList>
		
</rich:modalPanel>

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