ICEfaces
  1. ICEfaces
  2. ICE-4324

REGRESSION of ICE-4066 : input component values being applied to other rows in some specific scenarios

    Details

    • Type: Bug Bug
    • Status: Closed
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: 1.8
    • Fix Version/s: 1.7.2-SP2, 1.8.1
    • Component/s: ICE-Components
    • Labels:
      None
    • Environment:
      dataTable + input

      Description

      The input component values being applied to other rows in some specific scenarios. The fix to http://jira.icefaces.org/browse/ICE-4253, fixes the similar problem, but there are still some scenarios where a value of one inputText can get applied on another one.

        Activity

        Ken Fyten made changes -
        Link This issue duplicates ICE-2018 [ ICE-2018 ]
        Joel Krebs made changes -
        Link This issue duplicates ICE-2018 [ ICE-2018 ]
        Ken Fyten made changes -
        Status Resolved [ 5 ] Closed [ 6 ]
        Assignee Adnan Durrani [ adnan.durrani ]
        Hide
        Joanne Bai added a comment -

        Assume test case ICE-4253 covers this one

        Show
        Joanne Bai added a comment - Assume test case ICE-4253 covers this one
        Adnan Durrani made changes -
        Status Open [ 1 ] Resolved [ 5 ]
        Fix Version/s 1.7.2-SP2 [ 10162 ]
        Fix Version/s 1.8.1 [ 10170 ]
        Resolution Fixed [ 1 ]
        Hide
        Adnan Durrani added a comment -

        Trunk
        Modified: D:\work\development\head\svn\ossrepo\icefaces\trunk\icefaces\component\src\com\icesoft\faces\component\panelseries\UISeries.java
        Modified: D:\work\development\head\svn\ossrepo\icefaces\trunk\icefaces\component\src\com\icesoft\faces\component\paneltabset\PanelTabSet.java
        Sending content: D:\work\development\head\svn\ossrepo\icefaces\trunk\icefaces\component\src\com\icesoft\faces\component\panelseries\UISeries.java
        Sending content: D:\work\development\head\svn\ossrepo\icefaces\trunk\icefaces\component\src\com\icesoft\faces\component\paneltabset\PanelTabSet.java
        Completed: At revision: 18758

        1.7 branch
        Modified: D:\work\development\freshcopy\svn\ossrepo\icefaces\branches\icefaces-1.7\icefaces\component\src\com\icesoft\faces\component\panelseries\UISeries.java
        Modified: D:\work\development\freshcopy\svn\ossrepo\icefaces\branches\icefaces-1.7\icefaces\component\src\com\icesoft\faces\component\paneltabset\PanelTabSet.java
        Sending content: D:\work\development\freshcopy\svn\ossrepo\icefaces\branches\icefaces-1.7\icefaces\component\src\com\icesoft\faces\component\panelseries\UISeries.java
        Sending content: D:\work\development\freshcopy\svn\ossrepo\icefaces\branches\icefaces-1.7\icefaces\component\src\com\icesoft\faces\component\paneltabset\PanelTabSet.java
        Completed: At revision: 18759

        Show
        Adnan Durrani added a comment - Trunk Modified: D:\work\development\head\svn\ossrepo\icefaces\trunk\icefaces\component\src\com\icesoft\faces\component\panelseries\UISeries.java Modified: D:\work\development\head\svn\ossrepo\icefaces\trunk\icefaces\component\src\com\icesoft\faces\component\paneltabset\PanelTabSet.java Sending content: D:\work\development\head\svn\ossrepo\icefaces\trunk\icefaces\component\src\com\icesoft\faces\component\panelseries\UISeries.java Sending content: D:\work\development\head\svn\ossrepo\icefaces\trunk\icefaces\component\src\com\icesoft\faces\component\paneltabset\PanelTabSet.java Completed: At revision: 18758 1.7 branch Modified: D:\work\development\freshcopy\svn\ossrepo\icefaces\branches\icefaces-1.7\icefaces\component\src\com\icesoft\faces\component\panelseries\UISeries.java Modified: D:\work\development\freshcopy\svn\ossrepo\icefaces\branches\icefaces-1.7\icefaces\component\src\com\icesoft\faces\component\paneltabset\PanelTabSet.java Sending content: D:\work\development\freshcopy\svn\ossrepo\icefaces\branches\icefaces-1.7\icefaces\component\src\com\icesoft\faces\component\panelseries\UISeries.java Sending content: D:\work\development\freshcopy\svn\ossrepo\icefaces\branches\icefaces-1.7\icefaces\component\src\com\icesoft\faces\component\paneltabset\PanelTabSet.java Completed: At revision: 18759
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #18759 Mon Apr 06 13:01:50 MDT 2009 adnan.durrani Backporting fix for ICE-4324 (REGRESSION of ICE-4066 : input component values being applied to other rows in some specific scenarios)
        The fix of ICE-4066, caused ICE-4324 and ICE-4253. So in this commit we have rectified the fix of ICE-4066 which invalidates the following cases ICE-4324 and ICE-4253, as they were ever exist.
        Files Changed
        Commit graph MODIFY /icefaces/branches/icefaces-1.7/icefaces/component/src/com/icesoft/faces/component/paneltabset/PanelTabSet.java
        Commit graph MODIFY /icefaces/branches/icefaces-1.7/icefaces/component/src/com/icesoft/faces/component/panelseries/UISeries.java
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #18758 Mon Apr 06 12:21:53 MDT 2009 adnan.durrani Fix for ICE-4324 (REGRESSION of ICE-4066 : input component values being applied to other rows in some specific scenarios)
        The fix of ICE-4066, caused ICE-4324 and ICE-4253. So in this commit we have rectified the fix of ICE-4066 which invalidates the following cases ICE-4324 and ICE-4253, as they were ever exist.
        Files Changed
        Commit graph MODIFY /icefaces/trunk/icefaces/component/src/com/icesoft/faces/component/panelseries/UISeries.java
        Commit graph MODIFY /icefaces/trunk/icefaces/component/src/com/icesoft/faces/component/paneltabset/PanelTabSet.java
        Adnan Durrani made changes -
        Assignee Adnan Durrani [ adnan.durrani ]
        Adnan Durrani made changes -
        Field Original Value New Value
        Summary REGRESSION of ICE-4066 : input component values still being applied to other rows in some specific scenarios REGRESSION of ICE-4066 : input component values being applied to other rows in some specific scenarios
        Salesforce Case []
        Description The input component values still being applied to other rows in some specific scenarios. The fix to http://jira.icefaces.org/browse/ICE-4253, fixes the similar problem, but there are still some scenarios where a value of one inputText can get applied on another one. The input component values being applied to other rows in some specific scenarios. The fix to http://jira.icefaces.org/browse/ICE-4253, fixes the similar problem, but there are still some scenarios where a value of one inputText can get applied on another one.
        Security Private [ 10001 ]
        Adnan Durrani created issue -

          People

          • Assignee:
            Unassigned
            Reporter:
            Adnan Durrani
          • Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: