[richfaces-issues] [JBoss JIRA] Updated: (RF-7802) comboBox can't be focused by Ajax control focus attribute

Nick Belaevski (JIRA) jira-events at lists.jboss.org
Tue Sep 8 13:38:23 EDT 2009


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

Nick Belaevski updated RF-7802:
-------------------------------

    Fix Version/s: Future
                       (was: 3.3.2.GA)
         Assignee: Nick Belaevski  (was: Andrey Markhel)


rich:comboBox doesn't have focus method, so moving this to future versions for code stability

> comboBox can't be focused by Ajax control focus attribute
> ---------------------------------------------------------
>
>                 Key: RF-7802
>                 URL: https://jira.jboss.org/jira/browse/RF-7802
>             Project: RichFaces
>          Issue Type: Bug
>          Components: component-a4j-core
>    Affects Versions: 3.3.2.CR1
>            Reporter: Ilya Shaikovsky
>            Assignee: Nick Belaevski
>             Fix For: Future
>
>
> In snippet below neither button nor support set the focus to combobox "test". 
> in log 
> debug[11:37:58,929]: focus must be set to control j_id352:test
> debug[11:37:58,929]: Set focus to control 
> <h:form>
> <h:panelGrid columns="3" id="criteriaGrid" width="100%">
> 	<h:panelGroup id="columnPanelGroup">
> 		<rich:comboBox id="selectedColumCombobox" >
> 			<f:selectItem itemLabel="123" itemValue="123"/>
> 			<f:selectItem itemLabel="123" itemValue="123"/>
> 			<f:selectItem itemLabel="123" itemValue="123"/>
> 			<a4j:support id="columnValidator" reRender="criteriaGrid" event="onblur" focus="test"/>
> 		</rich:comboBox>
> 	</h:panelGroup>
> 	
> 	<h:panelGroup id="testPanelGroup">
> 		<rich:comboBox id="test">
> 			<f:selectItem itemLabel="123" itemValue="123"/>
> 			<f:selectItem itemLabel="123" itemValue="123"/>
> 			<f:selectItem itemLabel="123" itemValue="123"/>
> 		</rich:comboBox>
> 	</h:panelGroup> 
> </h:panelGrid>	
> <a4j:commandButton focus="test" value="123123"></a4j:commandButton>
> </h:form>      
> 			<a4j:log popup="false"></a4j:log>

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