Details
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 ] |
found another issue in the focus management for inputText which has a problem on some mobile devices (android for sure) not sure about bb....was previously fixed for singleSubmit but not mobi:ajax.