You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cordova.apache.org by "Joe Bowser (Resolved) (JIRA)" <ji...@apache.org> on 2012/04/18 02:53:13 UTC

[jira] [Resolved] (CB-533) Back Button is buggy and inconsistent.

     [ https://issues.apache.org/jira/browse/CB-533?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Joe Bowser resolved CB-533.
---------------------------

    Resolution: Fixed

Issue has been fixed by using onBackPressed for when we don't override the back button and onKeyUp for when we do override the back button.  This allows us to keep the event firing, and fix the default behaviour of the back button.

The problem with Back Button behaviour is that everyone can blame their device for jankiness due to non-hardware buttons. :(
                
> Back Button is buggy and inconsistent.
> --------------------------------------
>
>                 Key: CB-533
>                 URL: https://issues.apache.org/jira/browse/CB-533
>             Project: Apache Callback
>          Issue Type: Bug
>            Reporter: Joe Bowser
>            Assignee: Joe Bowser
>            Priority: Blocker
>             Fix For: 1.7.0
>
>
> Since the switch from onKeyDown to onKeyUp, we have issues with two things happening at once when you hit the back button.  We need to suppress and break the keyDown behaviour. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira