Comment 1 for bug 1369737

Revision history for this message
Bill Filler (bfiller) wrote : Re: Send button does not enable until you press spacebar

This can be fixed in the same way it's done in the messaging-app, by checking the following properties:

enabled: (textField.text != "" || textField.inputMethodComposing)

This will cause the send button to be enabled if there is text in the field or text is being composed