ICEmobile
  1. ICEmobile
  2. MOBI-761

mobi ajax defaults and support causing NPE for mobi inputText for some mobile devices

    Details

    • Type: Bug Bug
    • Status: Resolved
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: 1.3 Beta
    • Fix Version/s: 1.3 Final
    • Component/s: Faces
    • Labels:
      None
    • Environment:
      icemobile jsf components inputText

      Description

      the default event for inputText is "change" which is basically "blur" on some devices. when using event="blur" can get encode to work (but had to remove some of the logic copied over from ace in CoreRenderer to override the event) What is registered with that event must be used by that behavior's event. No javascript on this component, so non-standard approach. (renderer just makes the direct call to submit). Had to modify decode for flipswitch and inputText as it was trying to decode even if that component was not responsible for submit. created test in mobitest/ajax/mobiAjaxInTabset.jsf for this jira.

        Activity

        Judy Guglielmin created issue -
        Judy Guglielmin made changes -
        Field Original Value New Value
        Description the default event for inputText is "change" which is no supported by all devices. when using event="blur" can get encode to work (but had to remove some of the logic copied over from ace in CoreRenderer to override the event) What is registered with that event must be used by that behavior's event. No javascript on this component, so non-standard approach. (renderer just makes the direct call to submit).
        Now problem with decode, or with any desktop browser. Will have to review the mobile devices and events supported as well as submitted parameters and what decode is getting.
        the default event for inputText is "change" which is basically "blur" on some devices. when using event="blur" can get encode to work (but had to remove some of the logic copied over from ace in CoreRenderer to override the event) What is registered with that event must be used by that behavior's event. No javascript on this component, so non-standard approach. (renderer just makes the direct call to submit). Had to modify decode for flipswitch and inputText as it was trying to decode even if that component was not responsible for submit. created test in mobitest/ajax/mobiAjaxInTabset.jsf for this jira.
        Judy Guglielmin made changes -
        Status Open [ 1 ] Resolved [ 5 ]
        Resolution Fixed [ 1 ]

          People

          • Assignee:
            Steve Maryka
            Reporter:
            Judy Guglielmin
          • Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: