ICEmobile
  1. ICEmobile
  2. MOBI-358

Properly Detect HTML5 Touch Event Support for BlackBerry and Android

    Details

    • Type: Bug Bug
    • Status: Closed
    • Priority: Major Major
    • Resolution: Won't Fix
    • Affects Version/s: 1.1 Final
    • Fix Version/s: None
    • Component/s: Faces, Spring
    • Labels:
      None
    • Environment:
      n/a

      Description

      We are not properly detecting touch event support. We are assuming that no blackberries and no android tablets have touch event support and all other android devices and ios devices have it.
      .
      This impacts the InputText and the Date and Time pickers

        Issue Links

          Activity

          Migration created issue -
          Hide
          Philip Breau added a comment - - edited

          was:We are not properly detecting touch event support. We are assuming that no blackberries and no android tablets have touch event support and all other android devices and ios devices have it.

          Show
          Philip Breau added a comment - - edited was:We are not properly detecting touch event support. We are assuming that no blackberries and no android tablets have touch event support and all other android devices and ios devices have it.
          Migration made changes -
          Field Original Value New Value
          Reporter Migration [ remote ] User Philip.breau [ philip.breau ]
          Migration made changes -
          Description
          We are not properly detecting touch event support. We are assuming that no blackberries and no android tablets have touch event support and all other android devices and ios devices have it.
          We are not properly detecting touch event support. We are assuming that no blackberries and no android tablets have touch event support and all other android devices and ios devices have it.
          .
          This impacts the Carousel and the Date and Time pickers
          Migration made changes -
          Assignee Steve Maryka [ steve.maryka ] User Philip.breau [ philip.breau ]
          Philip Breau made changes -
          Summary Properly Detect HTML5 Touch Event Support Properly Detect HTML5 Touch Event Support for BlackBerry and Android
          Philip Breau made changes -
          Assignee User Philip.breau [ philip.breau ] Judy Guglielmin [ judy.guglielmin ]
          Philip Breau made changes -
          Assignee Judy Guglielmin [ judy.guglielmin ] Philip Breau [ philip.breau ]
          Philip Breau made changes -
          Description We are not properly detecting touch event support. We are assuming that no blackberries and no android tablets have touch event support and all other android devices and ios devices have it.
          .
          This impacts the Carousel and the Date and Time pickers
          We are not properly detecting touch event support. We are assuming that no blackberries and no android tablets have touch event support and all other android devices and ios devices have it.
          .
          This impacts the InputText and the Date and Time pickers
          Hide
          Philip Breau added a comment -

          Revision: 38577
          Author: philip.breau
          Date: October-10-13 6:56:46 PM
          Message:
          MOBI-358 Properly Detect HTML5 Touch Event Support for BlackBerry and Android
          remove server side decision on touch support
          all clients will default to non-touch events until accurate feature detection is done on the client side


          Modified : /icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/component/datespinner/DateSpinner.java
          Modified : /icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/component/datespinner/DateSpinnerRenderer.java
          Modified : /icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/component/inputText/InputTextRenderer.java
          Modified : /icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/utils/JSFUtils.java
          Deleted : /icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/utils/Utils.java

          Show
          Philip Breau added a comment - Revision: 38577 Author: philip.breau Date: October-10-13 6:56:46 PM Message: MOBI-358 Properly Detect HTML5 Touch Event Support for BlackBerry and Android remove server side decision on touch support all clients will default to non-touch events until accurate feature detection is done on the client side Modified : /icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/component/datespinner/DateSpinner.java Modified : /icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/component/datespinner/DateSpinnerRenderer.java Modified : /icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/component/inputText/InputTextRenderer.java Modified : /icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/utils/JSFUtils.java Deleted : /icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/utils/Utils.java
          Repository Revision Date User Message
          ICEsoft Public SVN Repository #38577 Thu Oct 10 15:56:46 MDT 2013 philip.breau MOBI-358 Properly Detect HTML5 Touch Event Support for BlackBerry and Android
          remove server side decision on touch support
          all clients will default to non-touch events until accurate feature detection is done on the client side
          Files Changed
          Commit graph MODIFY /icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/utils/JSFUtils.java
          Commit graph MODIFY /icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/component/datespinner/DateSpinnerRenderer.java
          Commit graph DEL /icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/utils/Utils.java
          Commit graph MODIFY /icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/component/inputText/InputTextRenderer.java
          Commit graph MODIFY /icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/component/datespinner/DateSpinner.java
          Philip Breau made changes -
          Link This issue depends on MOBI-918 [ MOBI-918 ]
          Hide
          Philip Breau added a comment -

          Revision: 38578
          Author: philip.breau
          Date: October-10-13 7:10:55 PM
          Message:
          MOBI-358 Properly Detect HTML5 Touch Event Support for BlackBerry and Android
          remove server side decision on touch support
          all clients will default to non-touch events until accurate feature detection is done on the client side


          Modified : /icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/component/timespinner/TimeSpinner.java
          Modified : /icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/component/timespinner/TimeSpinnerRenderer.java

          Show
          Philip Breau added a comment - Revision: 38578 Author: philip.breau Date: October-10-13 7:10:55 PM Message: MOBI-358 Properly Detect HTML5 Touch Event Support for BlackBerry and Android remove server side decision on touch support all clients will default to non-touch events until accurate feature detection is done on the client side Modified : /icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/component/timespinner/TimeSpinner.java Modified : /icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/component/timespinner/TimeSpinnerRenderer.java
          Repository Revision Date User Message
          ICEsoft Public SVN Repository #38578 Thu Oct 10 16:10:55 MDT 2013 philip.breau MOBI-358 Properly Detect HTML5 Touch Event Support for BlackBerry and Android
          remove server side decision on touch support
          all clients will default to non-touch events until accurate feature detection is done on the client side
          Files Changed
          Commit graph MODIFY /icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/component/timespinner/TimeSpinner.java
          Commit graph MODIFY /icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/component/timespinner/TimeSpinnerRenderer.java
          Hide
          Philip Breau added a comment -

          Revision: 38579
          Author: philip.breau
          Date: October-10-13 7:26:42 PM
          Message:
          MOBI-358 Properly Detect HTML5 Touch Event Support for BlackBerry and Android
          remove server side decision on touch support
          all clients will default to non-touch events until accurate feature detection is done on the client side


          Modified : /icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/component/inputText/InputText.java
          Modified : /icemobile/trunk/icemobile/jsf/components/tests/mobitest/src/main/java/org/icefaces/mobile/util/VisitTreeMonitor.java

          Show
          Philip Breau added a comment - Revision: 38579 Author: philip.breau Date: October-10-13 7:26:42 PM Message: MOBI-358 Properly Detect HTML5 Touch Event Support for BlackBerry and Android remove server side decision on touch support all clients will default to non-touch events until accurate feature detection is done on the client side Modified : /icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/component/inputText/InputText.java Modified : /icemobile/trunk/icemobile/jsf/components/tests/mobitest/src/main/java/org/icefaces/mobile/util/VisitTreeMonitor.java
          Repository Revision Date User Message
          ICEsoft Public SVN Repository #38579 Thu Oct 10 16:26:42 MDT 2013 philip.breau MOBI-358 Properly Detect HTML5 Touch Event Support for BlackBerry and Android
          remove server side decision on touch support
          all clients will default to non-touch events until accurate feature detection is done on the client side
          Files Changed
          Commit graph MODIFY /icemobile/trunk/icemobile/jsf/components/tests/mobitest/src/main/java/org/icefaces/mobile/util/VisitTreeMonitor.java
          Commit graph MODIFY /icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/component/inputText/InputText.java
          Repository Revision Date User Message
          ICEsoft Public SVN Repository #38584 Thu Oct 10 17:43:12 MDT 2013 philip.breau MOBI-342
          View Manager Component
          MOBI-358 Properly Detect HTML5 Touch Event Support for BlackBerry and Android
          - remove unused import for removed Utils.java
          Files Changed
          Commit graph MODIFY /icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/component/augmentedreality/AugmentedRealityRenderer.java
          Philip Breau made changes -
          Status Open [ 1 ] Closed [ 6 ]
          Resolution Won't Fix [ 2 ]

            People

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

              Dates

              • Created:
                Updated:
                Resolved: