ICEfaces
  1. ICEfaces
  2. ICE-11125

ace:dataTable - Paginator not displayed correctly when in an ace:tabSet

    Details

    • Type: Bug Bug
    • Status: Closed
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: EE-4.1.0.GA
    • Fix Version/s: 4.2.BETA, 4.2
    • Component/s: ACE-Components
    • Labels:
      None
    • Environment:
      All

      Description

      When an ace:dataTable shows the paginator and this table is in an ace:tabSet, the paginator width is set incorrectly. Once the paginator is clicked, the width is set correctly.
      1. afterFix.PNG
        68 kB
      2. beforeFix.PNG
        69 kB

        Activity

        Arran Mccullough created issue -
        Hide
        Arran Mccullough added a comment -

        Attached test case.

        Steps:

        • Load welcomeICEfaces.jsf
        • The paginator on the page in the tab set is displayed incorrectly (squished to the left). Clicking the paginator links set it to the correct width.
        Show
        Arran Mccullough added a comment - Attached test case. Steps: Load welcomeICEfaces.jsf The paginator on the page in the tab set is displayed incorrectly (squished to the left). Clicking the paginator links set it to the correct width.
        Arran Mccullough made changes -
        Field Original Value New Value
        Attachment Case13857Example.war [ 22267 ]
        Attachment Case13857Example.zip [ 22268 ]
        Ken Fyten made changes -
        Assignee Mircea Toma [ mircea.toma ]
        Fix Version/s 4.2 [ 12870 ]
        Assignee Priority P2 [ 10011 ]
        Ken Fyten made changes -
        Assignee Priority P2 [ 10011 ] P1 [ 10010 ]
        Ken Fyten made changes -
        Assignee Mircea Toma [ mircea.toma ] Arturo Zambrano [ artzambrano ]
        Hide
        Arturo Zambrano added a comment -

        r49225: added function to resize the paginator of an ace:dataTable on load and after a tab change

        Show
        Arturo Zambrano added a comment - r49225: added function to resize the paginator of an ace:dataTable on load and after a tab change
        Arturo Zambrano made changes -
        Status Open [ 1 ] Resolved [ 5 ]
        Resolution Fixed [ 1 ]
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #49225 Fri Sep 16 17:15:31 MDT 2016 art.zambrano ICE-11125 added function to resize the paginator of an ace:dataTable on load and after a tab change
        Files Changed
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/tabset/tabset.js
        Hide
        Liana Munroe added a comment -

        Verified ICEfaces 4 trunk r49228. Tomcat 8, IE edge, 11, 10, 8, Chrome 53, FF 47

        Show
        Liana Munroe added a comment - Verified ICEfaces 4 trunk r49228. Tomcat 8, IE edge, 11, 10, 8, Chrome 53, FF 47
        Ken Fyten made changes -
        Fix Version/s 4.2.BETA [ 13091 ]
        Hide
        Manish Sharma added a comment -

        Hi,

        We were waiting for this issue to be fixed in 4.2. Today, we downloaded the icefaces 4.2 open source library and tested this with new version. The issue still persist in the build.
        Can you please check and verify.

        We are using tomcat 8, java 8, IE-11.

        Thanks.

        Show
        Manish Sharma added a comment - Hi, We were waiting for this issue to be fixed in 4.2. Today, we downloaded the icefaces 4.2 open source library and tested this with new version. The issue still persist in the build. Can you please check and verify. We are using tomcat 8, java 8, IE-11. Thanks.
        Hide
        Liana Munroe added a comment -

        Verified this issue does not exist with ICEfaces 4.2.0 release, IE 11, Tomcat 8, Java 8. Please see attached screenshots beforeFix.PNG and afterFix.PNG

        Show
        Liana Munroe added a comment - Verified this issue does not exist with ICEfaces 4.2.0 release, IE 11, Tomcat 8, Java 8. Please see attached screenshots beforeFix.PNG and afterFix.PNG
        Liana Munroe made changes -
        Attachment afterFix.PNG [ 22481 ]
        Attachment beforeFix.PNG [ 22482 ]
        Hide
        Manish Sharma added a comment -

        Ok. We were using 4.1 in our app and now replaced the new jar files. clear cache files and deleted old residual files for ie. still with new jars we faced this issue again. we verified this same with attached war example and still we have same issue.

        Are we missing something ?

        Show
        Manish Sharma added a comment - Ok. We were using 4.1 in our app and now replaced the new jar files. clear cache files and deleted old residual files for ie. still with new jars we faced this issue again. we verified this same with attached war example and still we have same issue. Are we missing something ?
        Liana Munroe made changes -
        Attachment TestCase4.2Jars.war [ 22483 ]
        Hide
        Liana Munroe added a comment -

        Hello Manish,
        I have attached a .war file that you can try (TestCase4.2Jars.war) Here I simply replaced the pre-existing test case .war jars with the icefaces.jar, icefaces-ace.jar and the javax.faces-2.2.14 jars from the 4.2.0 release.
        I tested this also on a second machine using IE11 browser. I hope this works for you.

        Show
        Liana Munroe added a comment - Hello Manish, I have attached a .war file that you can try (TestCase4.2Jars.war) Here I simply replaced the pre-existing test case .war jars with the icefaces.jar, icefaces-ace.jar and the javax.faces-2.2.14 jars from the 4.2.0 release. I tested this also on a second machine using IE11 browser. I hope this works for you.
        Ken Fyten made changes -
        Status Resolved [ 5 ] Closed [ 6 ]
        Hide
        Manish Sharma added a comment -

        Hello Liana,

        We tested with the war files provided by you.

        Show
        Manish Sharma added a comment - Hello Liana, We tested with the war files provided by you.
        Hide
        Manish Sharma added a comment -

        Hello Liana,
        We tested with the war files provided by you. We are using an application where we have two data tables in two tabs ,each tab consist of the data table. Both the data tables have paginator, after the new jars for icefaces 4.2 the pagintor for the first data table is fixed but the paginator for data table in the second tab is not fixed, it remains misaligned. We just added the data table in the second tab for welcomeICEfaces.xhtml file in the war you provided and deployed the webapp. Pagintor for the second tab is misaligned while the paginator for first tab table is fixed.

        Thanks,
        Manish

        Show
        Manish Sharma added a comment - Hello Liana, We tested with the war files provided by you. We are using an application where we have two data tables in two tabs ,each tab consist of the data table. Both the data tables have paginator, after the new jars for icefaces 4.2 the pagintor for the first data table is fixed but the paginator for data table in the second tab is not fixed, it remains misaligned. We just added the data table in the second tab for welcomeICEfaces.xhtml file in the war you provided and deployed the webapp. Pagintor for the second tab is misaligned while the paginator for first tab table is fixed. Thanks, Manish
        Hide
        Liana Munroe added a comment -

        http://jira.icesoft.org/browse/ICE-11271 was created to address the remaining issue.

        Show
        Liana Munroe added a comment - http://jira.icesoft.org/browse/ICE-11271 was created to address the remaining issue.

          People

          • Assignee:
            Arturo Zambrano
            Reporter:
            Arran Mccullough
          • Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: