SimpleTogglePanel: focus does not work.
---------------------------------------

                 Key: RF-5947
                 URL: https://jira.jboss.org/jira/browse/RF-5947
             Project: RichFaces
          Issue Type: Bug
    Affects Versions: 3.3.1
            Reporter: Alexander Dubovsky
            Assignee: Nick Belaevski


Source:

<rich:simpleTogglePanel id="stp" switchType="ajax"  focus="text">
                        <h:outputText value="Text will be here..." />
                        <h:inputText value="" />
                </rich:simpleTogglePanel>
                <h:inputText id="text" value="" />
                <a4j:log popup="false"></a4j:log>

# Open page
# Collapse panel
Result: focus was not set on input. Following records in log:

debug[16:05:07,397]: call getElementById for id= _A4J.AJAX.focus
debug[16:05:07,398]: No focus information in response


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

        
_______________________________________________
richfaces-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/richfaces-issues

Reply via email to