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

        Hide
        Ara Rar added a comment -

        I have same error, when i double click on row.
        Glassfish 3.1

        Show
        Ara Rar added a comment - I have same error, when i double click on row. Glassfish 3.1
        Hide
        Arran Mccullough added a comment -

        Attached isolated test case. To reproduce, load app in Firefox and double click a row in the table.

        One note, this seems to only occur on the initial load of the page. If the row is single clicked, any double clicks after that don't result in the error.

        Show
        Arran Mccullough added a comment - Attached isolated test case. To reproduce, load app in Firefox and double click a row in the table. One note, this seems to only occur on the initial load of the page. If the row is single clicked, any double clicks after that don't result in the error.
        Hide
        Ara Rar added a comment -

        For me the problem is a little different, always when I start rapidly clicking, the application stops responding when clicked 2-3 time
        Here it does not matter that I click doubly, quick reference only invokes the error.
        Trying to use the method isDblClick not bring any effect.
        The situation is repeated in the same way as RowSelectorEvent and ClickActionEvent.

        Sorry for my English.

        Show
        Ara Rar added a comment - For me the problem is a little different, always when I start rapidly clicking, the application stops responding when clicked 2-3 time Here it does not matter that I click doubly, quick reference only invokes the error. Trying to use the method isDblClick not bring any effect. The situation is repeated in the same way as RowSelectorEvent and ClickActionEvent. Sorry for my English.
        Hide
        Mircea Toma added a comment -

        This issue was resolved by the ICE-6941 fixes.

        Show
        Mircea Toma added a comment - This issue was resolved by the ICE-6941 fixes.

          People

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

            Dates

            • Created:
              Updated:
              Resolved: