ICEfaces
  1. ICEfaces
  2. ICE-6969

Javascript Error on double-click of ice:rowSelector in FF

    Details

    • Type: Bug Bug
    • Status: Closed
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: EE-2.0.0.GA
    • Fix Version/s: 2.1-Beta, 3.0, EE-2.0.0.GA_P01
    • Component/s: ICE-Components
    • Labels:
      None
    • Environment:
      Tomcat 7.0.12
    • Assignee Priority:
      P1
    • Workaround Exists:
      Yes
    • Workaround Description:
      Hide
      Setting the blockUIOnSubmit parameter resolves the issue in my test case:

          <context-param>
               <param-name>org.icefaces.blockUIOnSubmit</param-name>
               <param-value>true</param-value>
           </context-param>
      Show
      Setting the blockUIOnSubmit parameter resolves the issue in my test case:     <context-param>          <param-name>org.icefaces.blockUIOnSubmit</param-name>          <param-value>true</param-value>      </context-param>

      Description

      When using Firefox double-clicking on a ice:rowSelector row will result in a javascript error and the component will no longer interact with the server. Here is the error reported in Firefox:

      element is null
      return parentStream(element.paretnNode);
      bridge.js.jsf line 1128

      This can be recreated in the repo\services\williams\williamspoc application

        Activity

        There are no subversion log entries for this issue yet.

          People

          • Assignee:
            Mircea Toma
            Reporter:
            Brad Kroeger
          • Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: