ICEfaces
  1. ICEfaces
  2. ICE-6050

Regression Icefaces2: ICE-4288 - Row selector click-action and click-listener not fired

    Details

    • Type: Bug Bug
    • Status: Closed
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: 2.0-Beta2
    • Fix Version/s: 2.0-Beta2
    • Component/s: None
    • Labels:
      None
    • Environment:
      Icefaces2 trunk revision# 22297
      Server: Tomcat6
      Browsers: FF3.6, Opera10.10
    • Assignee Priority:
      P1

      Description

      Icefaces2 trunk revision# 22297

      1)Load the application.
      2)click on any row of the datatable.
      3)Row selector click-action and click-listener not fired (this one passes on IE browser only, fails on other browsers)
       
      Test application available at "C:\repo\qa\trunk\Regression-Icefaces2\Nightly\ICE-4288"

        Activity

        Hide
        Mandeep Hayher added a comment -

        This test-case was passing on icefaces2 trunk revision# 22284

        Show
        Mandeep Hayher added a comment - This test-case was passing on icefaces2 trunk revision# 22284
        Hide
        Ken Fyten added a comment -

        Mircea, only your changes between the working and broken svn revisions seem likely to have an impact here. Please investigate.

        Show
        Ken Fyten added a comment - Mircea, only your changes between the working and broken svn revisions seem likely to have an impact here. Please investigate.
        Hide
        Mircea Toma added a comment -

        In 'compat' some components clone the event before passing it to the submit functions. When ice.submit is called it will try to stop the event bubbling to avoid double submit but
        an exception is thrown when Event.stopPropapagation method is invoked on the cloned instance.

        The fix just captures the thrown error.

        Show
        Mircea Toma added a comment - In 'compat' some components clone the event before passing it to the submit functions. When ice.submit is called it will try to stop the event bubbling to avoid double submit but an exception is thrown when Event.stopPropapagation method is invoked on the cloned instance. The fix just captures the thrown error.
        Hide
        Mandeep Hayher added a comment -

        The test passed in nightly automation on Icefaces2 trunk revision# 22384.

        Show
        Mandeep Hayher added a comment - The test passed in nightly automation on Icefaces2 trunk revision# 22384.

          People

          • Assignee:
            Mircea Toma
            Reporter:
            Mandeep Hayher
          • Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: