← Back to team overview

unity-api-bugs team mailing list archive

[Bug 1387204] Re: Replying to a message does not work

 

It looks like the Send button isn't being set to active until there's
text committed to the input field, so if you try to send a one word
reply the send button doesn't accept input. The messaging app handles
this by checking the inputMethodComposing property, to see if text is
being entered but hasn't yet been committed, see
http://bazaar.launchpad.net/~phablet-team/messaging-
app/trunk/view/head:/src/qml/Messages.qml#L845 for an example.

-- 
You received this bug notification because you are a member of Unity API
bugs, which is subscribed to Messaging Menu.
https://bugs.launchpad.net/bugs/1387204

Title:
  Replying to a message does not work

Status in The Messaging Menu:
  New

Bug description:
  Receive a text message
  Pull down the messages menu from the indicator
  touch the message, enter text, press send

  What should happen:
  it sends the message

  What happens:
  the message box collapses without sending the message

  Oddly, open the message again, touch the text box and the text you previously entered appears.
  Open the message, do not touch the text box and just press send, the text previously entered is sent and the message is removed from the menu

To manage notifications about this bug go to:
https://bugs.launchpad.net/indicator-messages/+bug/1387204/+subscriptions


References