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

        Ted Goddard created issue -
        Hide
        Philip Breau added a comment - - edited
        • the splitPane js code is settng 0px height on IE8 (but reproducable on chrome with ie8 user agent, so it might be related to the css theme)
        • many unchecked uses of addEventListener are causing js errors.
        • iscroll4, used by the carousel apparently does not support ie8, and js errors (addEventListener not a property) are seen in the carousel example
        Show
        Philip Breau added a comment - - edited the splitPane js code is settng 0px height on IE8 (but reproducable on chrome with ie8 user agent, so it might be related to the css theme) many unchecked uses of addEventListener are causing js errors. iscroll4, used by the carousel apparently does not support ie8, and js errors (addEventListener not a property) are seen in the carousel example
        Hide
        Ted Goddard added a comment -

        notification.xhtml

        • works

        contactlist.xhtml

        • page renders

        flip-switch.xhtml

        • works

        input.xhtml

        • works

        camcorder.xhtml

        • upload was not processed

        fieldset.xhtml

        • works

        menubutton.xhtml

        • almost works: styled menu causes javascript error, but menu underneath does not

        accordion.xhtml

        • mangles page

        audio.xhtml

        • audio playback is not displayed

        microphone.xhtml

        • upload not processed

        video.xhtml

        • video playback is not displayed

        panelconfirmation.xhtml

        • works but needs border around popup

        reality.xhtml

        • page is rendered

        submitnotification.xhtml

        • javascript error

        list.xhtml

        • works

        date.xhtml

        • works

        tabset.xhtml

        • functional but tab click target is not entire tab
        • tabs do not wrap as expected

        gmap.xhtml

        • not tested due to required gmap javascript blocked by test

        camera.xhtml

        • page renders but upload was not processed

        contentstack.xhtml

        • page fails when navigated with buttons. Drop down works.

        geolocation.xhtml

        • canvas map does not render, locate button does not work

        dataview.xhtml

        • dataview renders but is not interactive

        button.xhtml

        • works

        qrcode.xhtml

        • works

        carousel.xhtml

        • renders but is not interactive

        image.xhtml

        • works

        panelpopup.xhtml

        • works but "close popup" causes javascript error
        Show
        Ted Goddard added a comment - notification.xhtml works contactlist.xhtml page renders flip-switch.xhtml works input.xhtml works camcorder.xhtml upload was not processed fieldset.xhtml works menubutton.xhtml almost works: styled menu causes javascript error, but menu underneath does not accordion.xhtml mangles page audio.xhtml audio playback is not displayed microphone.xhtml upload not processed video.xhtml video playback is not displayed panelconfirmation.xhtml works but needs border around popup reality.xhtml page is rendered submitnotification.xhtml javascript error list.xhtml works date.xhtml works tabset.xhtml functional but tab click target is not entire tab tabs do not wrap as expected gmap.xhtml not tested due to required gmap javascript blocked by test camera.xhtml page renders but upload was not processed contentstack.xhtml page fails when navigated with buttons. Drop down works. geolocation.xhtml canvas map does not render, locate button does not work dataview.xhtml dataview renders but is not interactive button.xhtml works qrcode.xhtml works carousel.xhtml renders but is not interactive image.xhtml works panelpopup.xhtml works but "close popup" causes javascript error
        Hide
        Philip Breau added a comment -

        Revision: 35019
        Author: philip.breau
        Date: May-14-13 5:48:19 PM
        Message:
        MOBI-736 IE8 support

        • fix splitPane

          Modified : /icemobile/trunk/icemobile/jsf/components/component/resources/org.icefaces.component.splitpane/splitpane.js
          Added : /icemobile/trunk/icemobile/resources/themes/archaic/1_split-pane-ext.css

        Show
        Philip Breau added a comment - Revision: 35019 Author: philip.breau Date: May-14-13 5:48:19 PM Message: MOBI-736 IE8 support fix splitPane Modified : /icemobile/trunk/icemobile/jsf/components/component/resources/org.icefaces.component.splitpane/splitpane.js Added : /icemobile/trunk/icemobile/resources/themes/archaic/1_split-pane-ext.css
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #35019 Tue May 14 14:48:19 MDT 2013 philip.breau MOBI-736 IE8 support
        - fix splitPane
        Files Changed
        Commit graph ADD /icemobile/trunk/icemobile/resources/themes/archaic/1_split-pane-ext.css
        Commit graph MODIFY /icemobile/trunk/icemobile/jsf/components/component/resources/org.icefaces.component.splitpane/splitpane.js
        Hide
        Ted Goddard added a comment -

        camera example works on IE8 with h:commandButton.

        Show
        Ted Goddard added a comment - camera example works on IE8 with h:commandButton.
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #35028 Wed May 15 12:33:04 MDT 2013 philip.breau MOBI-736 IE8 support - sprinkle ice.mobi.addListener()
        Files Changed
        Commit graph MODIFY /icemobile/trunk/icemobile/jsf/components/component/resources/org.icefaces.component.timespinner/timespinner.js
        Commit graph MODIFY /icemobile/trunk/icemobile/jsf/components/component/resources/org.icefaces.component.carousel/carousel.js
        Commit graph MODIFY /icemobile/trunk/icemobile/jsf/components/component/resources/org.icefaces.component.panelpopup/panelpopup.js
        Commit graph MODIFY /icemobile/trunk/icemobile/jsf/components/component/resources/org.icefaces.component.datespinner/datespinner.js
        Commit graph MODIFY /icemobile/trunk/icemobile/jsf/components/component/resources/org.icefaces.component.util/component.js
        Hide
        Ted Goddard added a comment -

        Testing IE 8 mode on IE 10:

        Tabs are displayed, but wrap.

        Carousel is not interactive.

        DataView is not interactive.

        MenuButton has slight styling issue.

        Show
        Ted Goddard added a comment - Testing IE 8 mode on IE 10: Tabs are displayed, but wrap. Carousel is not interactive. DataView is not interactive. MenuButton has slight styling issue.
        Ted Goddard made changes -
        Field Original Value New Value
        Assignee Judy Guglielmin [ judy.guglielmin ] Philip Breau [ philip.breau ]
        Hide
        Ted Goddard added a comment -

        Tab wrapping is likely the most critical issue that can be fixed in the short term.

        Show
        Ted Goddard added a comment - Tab wrapping is likely the most critical issue that can be fixed in the short term.
        Hide
        Ted Goddard added a comment -

        Quirks mode fixes the menuButton styling issue and the accordion issue.

        Show
        Ted Goddard added a comment - Quirks mode fixes the menuButton styling issue and the accordion issue.
        Hide
        Ted Goddard added a comment -

        dataView and carousel are also function in IE 10 IE 8 quirks mode.

        Show
        Ted Goddard added a comment - dataView and carousel are also function in IE 10 IE 8 quirks mode.
        Hide
        Ted Goddard added a comment -

        minor styling issues in flipSwitch are resolved by quirks mode.

        Show
        Ted Goddard added a comment - minor styling issues in flipSwitch are resolved by quirks mode.
        Hide
        Ted Goddard added a comment -

        Unfortunately actual testing with IE 8 shows problems with the following:

        Accordion
        Carousel
        FlipSwitch appearance
        MenuButton appearance
        TabSet appearance (wrapping)

        (In other words, the "quirks mode" of IE 10 running in IE 8 mode borrows too much from IE 10.)

        Show
        Ted Goddard added a comment - Unfortunately actual testing with IE 8 shows problems with the following: Accordion Carousel FlipSwitch appearance MenuButton appearance TabSet appearance (wrapping) (In other words, the "quirks mode" of IE 10 running in IE 8 mode borrows too much from IE 10.)
        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.
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #35123 Thu May 16 07:05:03 MDT 2013 philip.breau MOBI-736 IE8 Support
        - fix attachEvent calls
        - add extra logging to geolocation clearWatch
        Files Changed
        Commit graph MODIFY /icemobile/trunk/icemobile/jsp/src/main/javascript/icemobile.js
        Commit graph MODIFY /icemobile/trunk/icemobile/jsf/components/component/resources/org.icefaces.component.util/component.js
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #35124 Thu May 16 07:08:41 MDT 2013 philip.breau MOBI-736 IE8 Support
        - fix attachEvent calls
        Files Changed
        Commit graph MODIFY /icemobile/trunk/icemobile/jsp/src/main/javascript/icemobile.js
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #35125 Thu May 16 07:11:02 MDT 2013 philip.breau MOBI-736 IE8 Support
        - make tabs not wrap
        Files Changed
        Commit graph MODIFY /icemobile/trunk/icemobile/resources/themes/archaic/1_tabset_ext.scss
        Commit graph ADD /icemobile/trunk/icemobile/resources/themes/base/1_tabset.scss
        Commit graph DEL /icemobile/trunk/icemobile/resources/themes/base/1_tabset.css
        Commit graph DEL /icemobile/trunk/icemobile/resources/themes/base3/1_tabset_a.scss
        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.
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #35126 Thu May 16 09:22:09 MDT 2013 philip.breau MOBI-736 IE8 Support
        - check for null element
        Files Changed
        Commit graph MODIFY /icemobile/trunk/icemobile/jsf/components/component/resources/org.icefaces.component.tabset/tabset.js
        Commit graph MODIFY /icemobile/trunk/icemobile/jsp/src/main/javascript/icemobile.js
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #35128 Thu May 16 11:03:37 MDT 2013 philip.breau MOBI-728, MOBI-736 - mobileshowcase - do not show theme selector for IE8
        Files Changed
        Commit graph MODIFY /icemobile/trunk/icemobile/samples/mobileshowcase/src/main/webapp/WEB-INF/includes/view/large.xhtml
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #35129 Thu May 16 11:10:09 MDT 2013 philip.breau MOBI-728, MOBI-736 - mobileshowcase - do not show theme selector for IE8
        Files Changed
        Commit graph MODIFY /icemobile/trunk/icemobile/samples/mobileshowcase/src/main/webapp/WEB-INF/includes/examples/layout/theme-example.xhtml
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #35130 Thu May 16 11:39:42 MDT 2013 philip.breau MOBI-736 IE8 Support
        - flipswitch
        Files Changed
        Commit graph DEL /icemobile/trunk/icemobile/resources/themes/base3/1_flip-switch_a.css
        Commit graph MODIFY /icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/component/flipswitch/FlipSwitch.java
        Commit graph MODIFY /icemobile/trunk/icemobile/jsp/src/main/java/org/icemobile/jsp/tags/FlipSwitchTag.java
        Commit graph MODIFY /icemobile/trunk/icemobile/resources/themes/bberry/1_flip-switch_ext.css
        Commit graph MODIFY /icemobile/trunk/icemobile/resources/themes/bb10/1_flip-switch_ext.scss
        Commit graph MODIFY /icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/component/flipswitch/FlipSwitchRenderer.java
        Commit graph MODIFY /icemobile/trunk/icemobile/resources/themes/base/1_flip-switch.css
        Commit graph MODIFY /icemobile/trunk/icemobile/resources/themes/iphone/1_flip-switch_ext.css
        Commit graph MODIFY /icemobile/trunk/icemobile/jsf/components/component/resources/org.icefaces.component.flipswitch/flipswitch.js
        Commit graph MODIFY /icemobile/trunk/icemobile/jsp/src/main/javascript/icemobile.js
        Commit graph MODIFY /icemobile/trunk/icemobile/resources/themes/archaic/1_flip-switch_ext.css
        Commit graph MODIFY /icemobile/trunk/icemobile/resources/themes/ipad/1_flip-switch_ext.css
        Commit graph MODIFY /icemobile/trunk/icemobile/resources/themes/android_light/1_flip-switch_ext.scss
        Commit graph MODIFY /icemobile/trunk/icemobile/resources/themes/android_dark/1_flip-switch_ext.scss
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #35143 Thu May 16 14:06:30 MDT 2013 philip.breau MOBI-736 IE8 Support
        - accordion
        Files Changed
        Commit graph MODIFY /icemobile/trunk/icemobile/resources/themes/archaic/1_accordion_ext.css
        Commit graph MODIFY /icemobile/trunk/icemobile/resources/themes/bberry/1_accordion_ext.css
        Commit graph MODIFY /icemobile/trunk/icemobile/resources/themes/base/1_accordion.css
        Commit graph MODIFY /icemobile/trunk/icemobile/jsp/src/main/javascript/icemobile.js
        Commit graph MODIFY /icemobile/trunk/icemobile/resources/themes/android_dark/1_accordion_ext.scss
        Commit graph MODIFY /icemobile/trunk/icemobile/core/src/main/java/org/icemobile/renderkit/AccordionPaneCoreRenderer.java
        Commit graph MODIFY /icemobile/trunk/icemobile/resources/themes/iphone/1_accordion_ext.css
        Commit graph MODIFY /icemobile/trunk/icemobile/resources/themes/android_light/1_accordion_ext.scss
        Commit graph MODIFY /icemobile/trunk/icemobile/resources/themes/bb10/1_accordion_ext.scss
        Commit graph MODIFY /icemobile/trunk/icemobile/jsf/components/component/resources/org.icefaces.component.accordion/accordion.js
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #35152 Thu May 16 17:57:06 MDT 2013 philip.breau MOBI-736 IE8 Support
        - accordion
        Files Changed
        Commit graph MODIFY /icemobile/trunk/icemobile/resources/themes/ipad/1_accordion_ext.css
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #35153 Thu May 16 17:58:59 MDT 2013 philip.breau MOBI-736 IE8 Support - tabset - null check
        Files Changed
        Commit graph MODIFY /icemobile/trunk/icemobile/jsf/components/component/resources/org.icefaces.component.tabset/tabset.js
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #35159 Fri May 17 11:07:53 MDT 2013 ted.goddard console.log not supported on IE 8 (MOBI-736)
        Files Changed
        Commit graph MODIFY /icemobile/trunk/icemobile/jsf/components/component/resources/org.icefaces.component.submitnotification/submitnotification.js
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #35160 Fri May 17 11:47:32 MDT 2013 philip.breau MOBI-736 IE8 Support - menuButton
        Files Changed
        Commit graph MODIFY /icemobile/trunk/icemobile/resources/themes/archaic/1_menubutton_ext.css
        Commit graph MODIFY /icemobile/trunk/icemobile/resources/themes/base/1_menubutton.css
        Commit graph DEL /icemobile/trunk/icemobile/resources/themes/base3/1_menubutton_a.css
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #35188 Tue May 21 08:51:44 MDT 2013 philip.breau MOBI-736 IE8 Support - tabset - touch up styling
        Files Changed
        Commit graph MODIFY /icemobile/trunk/icemobile/resources/themes/archaic/1_tabset_ext.scss
        Commit graph MODIFY /icemobile/trunk/icemobile/resources/themes/android_light/1_tabset_ext.scss
        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.
        Ted Goddard made changes -
        Status Open [ 1 ] Resolved [ 5 ]
        Resolution Fixed [ 1 ]
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #39742 Wed Jan 22 12:58:21 MST 2014 philip.breau MOBI-736 Support for IE8
        - add shim for window.innerHeight, window.innerWidth, window.scrollX, window.scrollY, document.width, and document.height
        - adjust container resizing timings so pagePanels resize first.
        - popup: add check for null function ref before detachListener called
        Files Changed
        Commit graph MODIFY /icemobile/trunk/icemobile/jsf/components/component/resources/org.icefaces.component.util/component.js
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #39780 Sun Jan 26 13:48:59 MST 2014 philip.breau 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
        Files Changed
        Commit graph MODIFY /icemobile/trunk/icemobile/jsf/components/component/resources/org.icefaces.component.util/component.js
        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
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #39803 Mon Jan 27 18:08:34 MST 2014 philip.breau MOBI-736 Support for IE8
        - mobileshowcase popup example - render <a> instead of <button> to avoid IE8 posting the form
        Files Changed
        Commit graph MODIFY /icemobile/trunk/icemobile/samples/jsf/mobileshowcase/src/main/webapp/WEB-INF/includes/examples/layout/panelpopup-example.xhtml
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #39806 Mon Jan 27 18:28:26 MST 2014 philip.breau MOBI-736 Support for IE8
        - flipswitch not showing proper active state color on IE8
        Files Changed
        Commit graph MODIFY /icemobile/trunk/icemobile/resources/themes/archaic/1_flip-switch_ext.css
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #39807 Mon Jan 27 18:29:42 MST 2014 philip.breau MOBI-736 Support for IE8
        - popup showing black background on IE8
        Files Changed
        Commit graph MODIFY /icemobile/trunk/icemobile/resources/themes/base3/1_modal_panels_a.css
        Commit graph MODIFY /icemobile/trunk/icemobile/resources/themes/base/1_modal_panels.css
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #39812 Tue Jan 28 08:12:36 MST 2014 philip.breau MOBI-736 Support for IE8
        - mobileshowcase popup example - render <a> instead of <button> to avoid IE8 posting the form
        Files Changed
        Commit graph MODIFY /icemobile/trunk/icemobile/samples/jsf/mobileshowcase/src/main/webapp/WEB-INF/includes/examples/layout/panelpopup-example.xhtml
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #39814 Tue Jan 28 08:57:21 MST 2014 philip.breau MOBI-736 Support for IE8
        - geolocation - remove unsupported addEventListener and add IE8 message to mobileshowcase example
        Files Changed
        Commit graph MODIFY /icemobile/trunk/icemobile/samples/jsf/mobileshowcase/src/main/webapp/WEB-INF/includes/examples/input/geolocation-example.xhtml
        Commit graph MODIFY /icemobile/trunk/icemobile/jsf/components/component/resources/org.icefaces.component.util/component.js
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #39832 Wed Jan 29 11:03:34 MST 2014 philip.breau MOBI-736 Support for IE8
        - getEnhanced layout fixes
        Files Changed
        Commit graph MODIFY /icemobile/trunk/icemobile/core/src/main/java/org/icemobile/renderkit/GetEnhancedCoreRenderer.java
        Commit graph MODIFY /icemobile/trunk/icemobile/resources/themes/base/1_get-enhanced.css
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #39833 Wed Jan 29 11:11:19 MST 2014 philip.breau MOBI-736 Support for IE8
        - degrade carousel for IE8
        Files Changed
        Commit graph MODIFY /icemobile/trunk/icemobile/core/src/main/java/org/icemobile/renderkit/CarouselCoreRenderer.java
        Commit graph MODIFY /icemobile/trunk/icemobile/resources/themes/archaic/1_carousel_ext.css
        Commit graph MODIFY /icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/component/carousel/CarouselRenderer.java
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #39835 Wed Jan 29 11:26:27 MST 2014 philip.breau MOBI-736 Support for IE8
        - general CSS fixes for IE8
        Files Changed
        Commit graph MODIFY /icemobile/trunk/icemobile/resources/themes/base3/1_modal_panels_a.css
        Commit graph MODIFY /icemobile/trunk/icemobile/resources/themes/iphone/1_carousel_ext.css
        Commit graph MODIFY /icemobile/trunk/icemobile/resources/themes/base3/1_datatable_a.css
        Commit graph MODIFY /icemobile/trunk/icemobile/resources/themes/bberry/1_flip-switch_ext.css
        Commit graph MODIFY /icemobile/trunk/icemobile/samples/jsf/mobileshowcase/src/main/webapp/WEB-INF/includes/examples/layout/contentstack-example.xhtml
        Commit graph MODIFY /icemobile/trunk/icemobile/resources/themes/iphone/1_dataview_ext.css
        Commit graph MODIFY /icemobile/trunk/icemobile/resources/themes/base3/1_split-pane_a.css
        Commit graph MODIFY /icemobile/trunk/icemobile/resources/themes/base/1_page_panel.css
        Commit graph MODIFY /icemobile/trunk/icemobile/samples/jsf/mobileshowcase/src/main/webapp/WEB-INF/includes/examples/layout/tabset-example.xhtml
        Commit graph MODIFY /icemobile/trunk/icemobile/resources/themes/android_light/1_button_ext.css
        Commit graph MODIFY /icemobile/trunk/icemobile/resources/themes/ipad/1_modal_panels_ext.css
        Commit graph MODIFY /icemobile/trunk/icemobile/resources/themes/base3/0_ext_a.css
        Commit graph MODIFY /icemobile/trunk/icemobile/resources/themes/base/0_ui.css
        Commit graph MODIFY /icemobile/trunk/icemobile/samples/jsf/mobileshowcase/src/main/webapp/WEB-INF/includes/examples/layout/carousel-example.xhtml
        Commit graph MODIFY /icemobile/trunk/icemobile/resources/themes/bberry/1_accordion_ext.css
        Commit graph MODIFY /icemobile/trunk/icemobile/samples/jsf/mobileshowcase/src/main/webapp/WEB-INF/includes/examples/device/camera-example.xhtml
        Commit graph MODIFY /icemobile/trunk/icemobile/resources/themes/base/1_modal_panels.css
        Commit graph MODIFY /icemobile/trunk/icemobile/resources/themes/android_dark/1_date_time_ext.css
        Commit graph MODIFY /icemobile/trunk/icemobile/resources/themes/archaic/1_date_time_ext.css
        Commit graph MODIFY /icemobile/trunk/icemobile/resources/themes/ipad/1_button_ext.css
        Commit graph MODIFY /icemobile/trunk/icemobile/resources/themes/base3/1_carousel_a.css
        Commit graph MODIFY /icemobile/trunk/icemobile/samples/jsf/mobileshowcase/src/main/webapp/WEB-INF/includes/examples/layout/panelconfirmation-example.xhtml
        Commit graph MODIFY /icemobile/trunk/icemobile/resources/themes/iphone/1_date_time_ext.css
        Commit graph MODIFY /icemobile/trunk/icemobile/resources/themes/base/1_carousel.css
        Commit graph MODIFY /icemobile/trunk/icemobile/resources/themes/base/0_base.css
        Commit graph MODIFY /icemobile/trunk/icemobile/resources/themes/base/1_date_time.css
        Commit graph MODIFY /icemobile/trunk/icemobile/resources/themes/iphone/1_modal_panels_ext.css
        Commit graph MODIFY /icemobile/trunk/icemobile/resources/themes/bb10/1_flip-switch_ext.css
        Commit graph MODIFY /icemobile/trunk/icemobile/samples/jsf/mobileshowcase/src/main/webapp/WEB-INF/includes/examples/input/geolocation-example.xhtml
        Commit graph MODIFY /icemobile/trunk/icemobile/resources/themes/iphone/1_list_ext.css
        Commit graph MODIFY /icemobile/trunk/icemobile/resources/themes/android_dark/1_button_ext.css
        Commit graph MODIFY /icemobile/trunk/icemobile/resources/themes/base/1_fieldset.css
        Commit graph MODIFY /icemobile/trunk/icemobile/resources/themes/base3/1_button_a.css
        Commit graph MODIFY /icemobile/trunk/icemobile/samples/jsf/mobileshowcase/src/main/webapp/resources/css/showcase.css
        Commit graph MODIFY /icemobile/trunk/icemobile/resources/themes/ipad/1_list_ext.css
        Commit graph MODIFY /icemobile/trunk/icemobile/resources/themes/iphone/1_accordion_ext.css
        Commit graph MODIFY /icemobile/trunk/icemobile/resources/themes/iphone/1_button_ext.css
        Commit graph MODIFY /icemobile/trunk/icemobile/samples/jsf/mobileshowcase/src/main/webapp/WEB-INF/includes/examples/input/gmap-example.xhtml
        Commit graph MODIFY /icemobile/trunk/icemobile/resources/themes/iphone/1_tabset_ext.css
        Commit graph MODIFY /icemobile/trunk/icemobile/resources/themes/bb10/1_button_ext.css
        Commit graph ADD /icemobile/trunk/icemobile/resources/themes/archaic/back.png
        Commit graph MODIFY /icemobile/trunk/icemobile/resources/themes/base/1_list.css
        Commit graph MODIFY /icemobile/trunk/icemobile/samples/jsf/mobileshowcase/src/main/webapp/WEB-INF/includes/examples/input/date-example.xhtml
        Commit graph MODIFY /icemobile/trunk/icemobile/resources/themes/android_light/1_date_time_ext.css
        Commit graph MODIFY /icemobile/trunk/icemobile/resources/themes/archaic/0_base_ext.css
        Commit graph MODIFY /icemobile/trunk/icemobile/resources/themes/base/0_view-manager.css
        Commit graph MODIFY /icemobile/trunk/icemobile/resources/themes/archaic/1_page-panel_ext.css
        Commit graph MODIFY /icemobile/trunk/icemobile/resources/themes/android_dark/1_flip-switch_ext.css
        Commit graph MODIFY /icemobile/trunk/icemobile/resources/themes/android_light/1_modal_panels_ext.css
        Commit graph MODIFY /icemobile/trunk/icemobile/resources/themes/ipad/1_tabset_ext.css
        Commit graph MODIFY /icemobile/trunk/icemobile/resources/themes/archaic/1_flip-switch_ext.css
        Commit graph MODIFY /icemobile/trunk/icemobile/resources/themes/android_dark/1_modal_panels_ext.css
        Commit graph MODIFY /icemobile/trunk/icemobile/resources/themes/bb10/1_page-panel_ext.css
        Commit graph MODIFY /icemobile/trunk/icemobile/resources/themes/archaic/1_modal_panels_ext.css
        Commit graph MODIFY /icemobile/trunk/icemobile/samples/jsf/mobileshowcase/src/main/webapp/WEB-INF/includes/examples/device/camcorder-example.xhtml
        Commit graph MODIFY /icemobile/trunk/icemobile/resources/themes/ipad/1_accordion_ext.css
        Commit graph MODIFY /icemobile/trunk/icemobile/resources/themes/bberry/1_date_time_ext.css
        Commit graph MODIFY /icemobile/trunk/icemobile/resources/themes/ipad/1_carousel_ext.css
        Commit graph MODIFY /icemobile/trunk/icemobile/resources/themes/android_light/1_flip-switch_ext.css
        Commit graph MODIFY /icemobile/trunk/icemobile/resources/themes/ipad/1_date_time_ext.css
        Commit graph MODIFY /icemobile/trunk/icemobile/resources/themes/ipad/1_dataview_ext.css
        Commit graph MODIFY /icemobile/trunk/icemobile/resources/themes/archaic/1_menubutton_ext.css
        Commit graph MODIFY /icemobile/trunk/icemobile/resources/themes/archaic/1_tabset_ext.css
        Commit graph MODIFY /icemobile/trunk/icemobile/resources/themes/ipad/1_page-panel_ext.css
        Commit graph MODIFY /icemobile/trunk/icemobile/samples/jsf/mobileshowcase/src/main/webapp/WEB-INF/includes/examples/device/notification-example.xhtml
        Commit graph MODIFY /icemobile/trunk/icemobile/resources/themes/archaic/1_button_ext.css
        Commit graph MODIFY /icemobile/trunk/icemobile/resources/themes/base/1_flip-switch.css
        Commit graph MODIFY /icemobile/trunk/icemobile/resources/themes/base/1_split-pane.css
        Commit graph MODIFY /icemobile/trunk/icemobile/samples/jsf/mobileshowcase/src/main/webapp/WEB-INF/includes/examples/layout/panelpopup-example.xhtml
        Commit graph MODIFY /icemobile/trunk/icemobile/resources/themes/iphone/1_page-panel_ext.css
        Commit graph MODIFY /icemobile/trunk/icemobile/resources/themes/archaic/1_accordion_ext.css
        Commit graph MODIFY /icemobile/trunk/icemobile/resources/themes/bberry/1_carousel_ext.css
        Commit graph MODIFY /icemobile/trunk/icemobile/resources/themes/base/1_input.css
        Commit graph MODIFY /icemobile/trunk/icemobile/resources/themes/base/1_menubutton.css
        Commit graph MODIFY /icemobile/trunk/icemobile/samples/jsf/mobileshowcase/src/main/webapp/WEB-INF/includes/examples/input/flip-switch-example.xhtml
        Commit graph MODIFY /icemobile/trunk/icemobile/resources/themes/archaic/0_ext_ext.css
        Commit graph MODIFY /icemobile/trunk/icemobile/resources/themes/bberry/1_list_ext.css
        Commit graph MODIFY /icemobile/trunk/icemobile/samples/jsf/mobileshowcase/src/main/webapp/WEB-INF/includes/examples/device/reality-example.xhtml
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #39840 Wed Jan 29 13:46:53 MST 2014 philip.breau MOBI-736 Support for IE8
        - getEnhanced layout fixes
        Files Changed
        Commit graph MODIFY /icemobile/trunk/icemobile/core/src/main/java/org/icemobile/renderkit/GetEnhancedCoreRenderer.java
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #39909 Thu Feb 06 12:27:37 MST 2014 philip.breau MOBI-736 Support for IE8
        - revert IE8 tabset border top change as it's causing tabs to wrap
        Files Changed
        Commit graph MODIFY /icemobile/trunk/icemobile/resources/themes/archaic/1_tabset_ext.css
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #39984 Wed Feb 12 08:44:01 MST 2014 philip.breau MOBI-736 Support for IE8
        - fix flipswitch inactive state font opacity
        Files Changed
        Commit graph MODIFY /icemobile/trunk/icemobile/resources/themes/archaic/1_flip-switch_ext.css
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #40407 Mon Mar 24 07:36:35 MDT 2014 philip.breau MOBI-736 Support for IE8
        - degrade carousel for IE8
        - remove warning message for IE8 in demo
        Files Changed
        Commit graph MODIFY /icemobile/trunk/icemobile/samples/jsf/mobileshowcase/src/main/webapp/WEB-INF/includes/examples/layout/carousel-example.xhtml
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #42076 Wed Aug 06 11:48:06 MDT 2014 philip.breau MOBI-736
        Support for IE8
        - theme improvements for IE8
        Files Changed
        Commit graph MODIFY /icemobile/trunk/icemobile/resources/themes/archaic/1_accordion_ext.css
        Commit graph MODIFY /icemobile/trunk/icemobile/resources/themes/archaic/1_split-pane-ext.css
        Commit graph MODIFY /icemobile/trunk/icemobile/resources/themes/archaic/1_page-panel_ext.css
        Commit graph MODIFY /icemobile/trunk/icemobile/resources/themes/archaic/1_list_ext.css
        Commit graph MODIFY /icemobile/trunk/icemobile/resources/themes/archaic/1_fieldset_ext.css

          People

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

            Dates

            • Created:
              Updated:
              Resolved: