5 Replies Latest reply on Oct 17, 2012 6:10 AM by natarajan1987-2011

    ProcessAllFocusElements() is called 5200 times when opening

      Hi there,

      I was profiling our JSF application with a Javascript Profiler, and I came across something strange. When I open a Modal-Panel, the function ProcessAllFocusElements() is called 5200 times.
      Since we have our own global focus script for our application, we would like to know if we can disable this function being called 5200 times. We will cut off 33% of the loading time for a Modal-Panel.
      We hope there is a way to disable this function, because we don't need to call it, we have our own focus script.

      Thanks in advance,

      Jordy Baas