[ http://issues.apache.org/jira/browse/ADFFACES-95?page=comments#action_12432273 ] johnny petersen commented on ADFFACES-95: -----------------------------------------
Adding a af:body control of PPR does not solve the problem. You can have multiple PPR source elements on a page. You should simply respect the user click and tabulations. This works on firefox and not on IE. If you uncomment line 2075 of core.js like this ( in the original ADF with Jdeveloper): _pprEventElement=null;//window.document.activeElement; It works like firefox. This is perfect. Does this destroy other things?? > Allow users to give focus to a specified field on PPR return > ------------------------------------------------------------ > > Key: ADFFACES-95 > URL: http://issues.apache.org/jira/browse/ADFFACES-95 > Project: MyFaces ADF-Faces > Issue Type: Improvement > Reporter: Simon Lessard > > That feature was requested over and over by jdrogers on OTN and was wanted by > one of our client. When a PPR event return from server, the focus is > currently given back to the PPR source. However, this behavior is often > flagged as a bug by high end user, thus it would be nice to be able to > specify what field should get the focus after PPR with an af:body property > maybe. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
