ICEfaces
  1. ICEfaces
  2. ICE-5914

IE7 Compat Regression Failures

    Details

    • Type: Bug Bug
    • Status: Closed
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: 2.0-Beta1
    • Fix Version/s: 2.0-Beta2, 2.0.0
    • Component/s: ICE-Components
    • Labels:
      None
    • Environment:
      Tomcat 6

      Description

      ICE-2113: Calendar popup button is not visible within modal popup. That actually happens on both IE7 and FF3.6, but somehow script passes on FF3.6

      ICE-2359: in IE7, the popup panel displays outside of the browser window (only can see the left edge of it). Therefore, there's no way to drag and drop it.

      ICE-2620: in IE7, rowSelector selectionAction only works for the 1st click, and fails afterwards.

      ICE-3335: visible=false does not work for commandButton and inputText in IE7

      ICE-3627: h:inputText tabindex attribute does not render in IE7 (cannot see the attribute presenting)

      ICE-4390: while clicking on the "Click to download file" link, got Server Internal Error and jxl.write.WriteException

      java.lang.NoClassDefFoundError: jxl/write/WriteException
               at com.icesoft.faces.component.dataexporter.DataExporter.createFile(DataExporter.java:334)
               at com.icesoft.faces.component.dataexporter.DataExporter.broadcast(DataExporter.java:312)
               at javax.faces.component.UIViewRoot.broadcastEvents(UIViewRoot.java:746)
               at javax.faces.component.UIViewRoot.processDecodes(UIViewRoot.java:922)
         .................
      Caused by: java.lang.ClassNotFoundException: jxl.write.WriteException
               at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1516)
               at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1361)
               at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
               ... 20 more

        Activity

        Joanne Bai created issue -
        Mandeep Hayher made changes -
        Field Original Value New Value
        Assignee Deryk Sinotte [ deryk.sinotte ]
        Hide
        Mandeep Hayher added a comment -

        ICE-2681, ICE-2672 & ICE-3003 are all failing on IE browser because of the change in the behavior of how height and width of a table are being displayed in IE browser. The both width & height of the table are being displayed in %, previously one was in px and other was in %

        Show
        Mandeep Hayher added a comment - ICE-2681, ICE-2672 & ICE-3003 are all failing on IE browser because of the change in the behavior of how height and width of a table are being displayed in IE browser. The both width & height of the table are being displayed in %, previously one was in px and other was in %
        Ken Fyten made changes -
        Salesforce Case []
        Fix Version/s 2.0-Beta2 [ 10242 ]
        Assignee Priority P2
        Assignee Deryk Sinotte [ deryk.sinotte ] Yip Ng [ yip.ng ]
        yip.ng made changes -
        Attachment screenshot-01.png [ 12545 ]
        Hide
        yip.ng added a comment -

        ICE-2113: Can't reproduce. See screenshot 1.

        Show
        yip.ng added a comment - ICE-2113 : Can't reproduce. See screenshot 1.
        Hide
        yip.ng added a comment - - edited

        ICE-2359: This only happens in quirks mode, i.e. IE5 mode, which we don't fully support. See video at http://screencast.com/t/ODEyNjQ0. Running icefaces trunk component showcase in quirks mode will likewise show all kinds of problems. See video at http://screencast.com/t/OWY5ZmU5.

        Show
        yip.ng added a comment - - edited ICE-2359 : This only happens in quirks mode, i.e. IE5 mode, which we don't fully support. See video at http://screencast.com/t/ODEyNjQ0 . Running icefaces trunk component showcase in quirks mode will likewise show all kinds of problems. See video at http://screencast.com/t/OWY5ZmU5 .
        Hide
        yip.ng added a comment -

        ICE-2620: Can't reproduce. See video at http://screencast.com/t/ODZkMmQ2Y2.

        Show
        yip.ng added a comment - ICE-2620 : Can't reproduce. See video at http://screencast.com/t/ODZkMmQ2Y2 .
        Hide
        yip.ng added a comment -

        ICE-3335: same as ICE-5320.

        Show
        yip.ng added a comment - ICE-3335 : same as ICE-5320 .
        yip.ng made changes -
        Attachment screenshot-02.png [ 12547 ]
        Hide
        yip.ng added a comment - - edited

        ICE-3627: Can't reproduce. See screenshot 2. (Sometimes you should click the Refresh button of the HTML tab in Developer Tools to see the updated DOM tree.)

        Show
        yip.ng added a comment - - edited ICE-3627 : Can't reproduce. See screenshot 2. (Sometimes you should click the Refresh button of the HTML tab in Developer Tools to see the updated DOM tree.)
        Hide
        yip.ng added a comment -

        ICE-4390: Need to add the jxl.jar file in the test app. build file.

        Show
        yip.ng added a comment - ICE-4390 : Need to add the jxl.jar file in the test app. build file.
        Hide
        yip.ng added a comment -

        ICE-2681: Can't reproduce. See video at http://screencast.com/t/NDRkYjFhZ.

        Show
        yip.ng added a comment - ICE-2681: Can't reproduce. See video at http://screencast.com/t/NDRkYjFhZ .
        Hide
        yip.ng added a comment -

        ICE-2672: Can't reproduce. See video at http://screencast.com/t/NWMwY2NkN.

        Show
        yip.ng added a comment - ICE-2672: Can't reproduce. See video at http://screencast.com/t/NWMwY2NkN .
        Hide
        yip.ng added a comment -

        ICE-3003: The only problem I can see is that the horizontal divider extends beyond the panel boundary. See video at http://screencast.com/t/NWExY2M2NTkt.

        Show
        yip.ng added a comment - ICE-3003 : The only problem I can see is that the horizontal divider extends beyond the panel boundary. See video at http://screencast.com/t/NWExY2M2NTkt .
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #22315 Fri Sep 10 15:19:38 MDT 2010 yip.ng ICE-5914: IE7 Compat Regression Failures.
        Files Changed
        Commit graph MODIFY /icefaces2/trunk/icefaces/compat/core/src/main/javascript/extras/extras.js
        Hide
        yip.ng added a comment -
        Show
        yip.ng added a comment - ICE-3003 : Fixed. See video at http://screencast.com/t/MmU3NjRmNTI .
        yip.ng made changes -
        Status Open [ 1 ] Resolved [ 5 ]
        Resolution Fixed [ 1 ]
        Ken Fyten made changes -
        Fix Version/s 2.0.0 [ 10230 ]
        Ken Fyten made changes -
        Status Resolved [ 5 ] Closed [ 6 ]
        Assignee Priority P2

          People

          • Assignee:
            yip.ng
            Reporter:
            Joanne Bai
          • Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: