Details

    • Type: Bug Bug
    • Status: Resolved
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: 1.3 Beta
    • Fix Version/s: 1.3 Beta
    • Component/s: Faces, JSP
    • Labels:
      None
    • Environment:
      ICEmobile, Internet Explorer 8

      Description

      Support for Internet Explorer 8 (IE8) is desired for ICEmobile.

        Activity

        Hide
        Ted Goddard added a comment -

        TabSet wrapping does not occur with iPad theme on IE 8.

        Show
        Ted Goddard added a comment - TabSet wrapping does not occur with iPad theme on IE 8.
        Hide
        Ted Goddard added a comment -

        Accordion makes use of section tag which is not supported on IE 8. It's not clear that the use of the section tag is necessary since this does not follow the semantic intent of a section.

        Show
        Ted Goddard added a comment - Accordion makes use of section tag which is not supported on IE 8. It's not clear that the use of the section tag is necessary since this does not follow the semantic intent of a section.
        Hide
        Philip Breau added a comment - - edited

        DataView is using several ECMAscript 5 javascript apis that could easily be avoided, such as Array.filter and Array.map.

        http://kangax.github.io/es5-compat-table/#Array.prototype.map

        Or we could just use an es5 shim.

        Show
        Philip Breau added a comment - - edited DataView is using several ECMAscript 5 javascript apis that could easily be avoided, such as Array.filter and Array.map. http://kangax.github.io/es5-compat-table/#Array.prototype.map Or we could just use an es5 shim.
        Hide
        Ted Goddard added a comment -

        Basic IE 8 support is now available. Individual JIRAs will be created for specific issues.

        Show
        Ted Goddard added a comment - Basic IE 8 support is now available. Individual JIRAs will be created for specific issues.
        Hide
        Philip Breau added a comment -

        Revision: 39780
        Author: philip.breau
        Date: January-26-14 4:48:59 PM
        Message:
        MOBI-736 Support for IE8

        • add shim for window.innerHeight, window.innerWidth, window.scrollX, window.scrollY, document.width, and document.height
        • adjust shim logic so as not to inadvertently trigger the shim when scrollX, scrollY are 0 on iOS

          Modified : /icemobile/trunk/icemobile/jsf/components/component/resources/org.icefaces.component.util/component.js

        Show
        Philip Breau added a comment - Revision: 39780 Author: philip.breau Date: January-26-14 4:48:59 PM Message: MOBI-736 Support for IE8 add shim for window.innerHeight, window.innerWidth, window.scrollX, window.scrollY, document.width, and document.height adjust shim logic so as not to inadvertently trigger the shim when scrollX, scrollY are 0 on iOS Modified : /icemobile/trunk/icemobile/jsf/components/component/resources/org.icefaces.component.util/component.js

          People

          • Assignee:
            Philip Breau
            Reporter:
            Ted Goddard
          • Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: