Kentaro Kinebuchi created TRINIDAD-2289:
-------------------------------------------

             Summary: function _pprControlCapture() causes an error in IE8 when 
it tries to focus on a PPR'd element
                 Key: TRINIDAD-2289
                 URL: https://issues.apache.org/jira/browse/TRINIDAD-2289
             Project: MyFaces Trinidad
          Issue Type: Bug
          Components: Components
    Affects Versions: 2.0.1-core
         Environment: Linux x86
            Reporter: Kentaro Kinebuchi


The PPR Blocking functionality works by blocking all mouse clicks between the 
start of a PPR update and the end. The element to return focus to, which is the 
activeElement, is saved off and then after the PPR update completes, focus is 
returned to it. The problem occurs when that element is PPR'd with another 
element. IE8 will throw and error and complain that the element is not 
focusable. While that error is not visible in the UI, it prevents further 
operations on the page. IE9 does not complain so this issue does not happen in 
that browser.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to