[richfaces-issues] [JBoss JIRA] Created: (RF-7440) panelMenuGroup: focus attribute does not work

Inna Shchibrya (JIRA) jira-events at lists.jboss.org
Wed Jun 24 09:17:56 EDT 2009


panelMenuGroup: focus attribute does not work
---------------------------------------------

                 Key: RF-7440
                 URL: https://jira.jboss.org/jira/browse/RF-7440
             Project: RichFaces
          Issue Type: Bug
          Components: component-menu
    Affects Versions: 3.3.2.CR1
         Environment: All browsers
            Reporter: Inna Shchibrya
            Assignee: Nick Belaevski
            Priority: Minor


For example:
<rich:panelMenu>
			<rich:panelMenuGroup id="panelMenuGroupID" label="Group 1_1_1"
				expandMode="ajax" focus="inputId">
				<rich:panelMenuItem id="item1" label="Item 1"></rich:panelMenuItem>
				<rich:panelMenuItem id="item2" label="Item 2"></rich:panelMenuItem>
				<rich:panelMenuItem id="item3" label="Item 3"></rich:panelMenuItem>
				<rich:panelMenuItem id="item4" label="Item 4">
					<h:inputText value="#{panelMenu.inputText}"></h:inputText>
				</rich:panelMenuItem>
			</rich:panelMenuGroup>
		</rich:panelMenu>
		<br />
		<h:inputText value="" id="inputId" />
		<br />
		<h:inputText value="" id="inputId2" />
		<a4j:log popup="false"></a4j:log>

1. Expand or collapse panelMenuGroup. --> Focus is not on the first input.
2. Verify the last string of logs. --> "No focus information in response".

Expected result: Focus should be on the first input.

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