Force close on G1 keyboard slideout

Has anyone experienced this? It only happens when the user is in form
filling mode. If they slide open the keyboard, they get an immediate force
close.

Yeah, it's a bug with any slide-keyboard.

It's on the issue list and I've fixed it, I just need to start pushing my
changes.

In the short term, the fix is in FormEntryActivity in onDestroy() remove the
lines:
mFormController = null;
mInstancePath = null;

-Carl

··· On Mon, Sep 26, 2011 at 8:18 AM, Thomas Smyth wrote:

Has anyone experienced this? It only happens when the user is in form
filling mode. If they slide open the keyboard, they get an immediate force
close.

Amazing, thank you!

··· On 26 September 2011 15:36, Carl Hartung wrote:

Yeah, it's a bug with any slide-keyboard.

It's on the issue list and I've fixed it, I just need to start pushing my
changes.

In the short term, the fix is in FormEntryActivity in onDestroy() remove
the lines:
mFormController = null;
mInstancePath = null;

-Carl

On Mon, Sep 26, 2011 at 8:18 AM, Thomas Smyth thomas.smyth@gatech.eduwrote:

Has anyone experienced this? It only happens when the user is in form
filling mode. If they slide open the keyboard, they get an immediate force
close.