[Bug 1369737] Re: Send button does not enable until you press spacebar

2014-10-16 Thread Pat McGowan
** Tags added: touch-2014-10-23 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1369737 Title: Send button does not enable until you press spacebar To manage notifications about this bug go to: https

[Bug 1369737] Re: Send button does not enable until you press spacebar

2014-10-13 Thread Nick Dedekind
** Changed in: unity8 (Ubuntu) Status: Confirmed => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1369737 Title: Send button does not enable until you press spacebar To manage notifi

[Bug 1369737] Re: Send button does not enable until you press spacebar

2014-10-13 Thread Nick Dedekind
** Changed in: ubuntu-settings-components (Ubuntu) Status: New => In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1369737 Title: Send button does not enable until you press spacebar

[Bug 1369737] Re: Send button does not enable until you press spacebar

2014-10-13 Thread Launchpad Bug Tracker
** Branch linked: lp:~nick-dedekind/ubuntu-settings-components/lp1369737 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1369737 Title: Send button does not enable until you press spacebar To manage

[Bug 1369737] Re: Send button does not enable until you press spacebar

2014-10-13 Thread Nick Dedekind
** Also affects: ubuntu-settings-components (Ubuntu) Importance: Undecided Status: New ** Changed in: ubuntu-settings-components (Ubuntu) Assignee: (unassigned) => Nick Dedekind (nick-dedekind) ** Changed in: ubuntu-settings-components (Ubuntu) Importance: Undecided => Critical

[Bug 1369737] Re: Send button does not enable until you press spacebar

2014-10-10 Thread Lars Uebernickel
This is not an issue in indicator-messages. Action parameters (the reply string is the parameter in this case) cannot have insensitive states. ** Package changed: indicator-messages (Ubuntu) => unity8 (Ubuntu) ** Changed in: unity8 (Ubuntu) Assignee: Lars Uebernickel (larsu) => Nick Dedekind

[Bug 1369737] Re: Send button does not enable until you press spacebar

2014-10-05 Thread Bill Filler
** Changed in: indicator-messages (Ubuntu) Importance: High => Critical -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1369737 Title: Send button does not enable until you press spacebar To manag

[Bug 1369737] Re: Send button does not enable until you press spacebar

2014-09-17 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: indicator-messages (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1369737

[Bug 1369737] Re: Send button does not enable until you press spacebar

2014-09-16 Thread Tiago Salem Herrmann
As a reminder, we need to call Qt.inputMethod.commit() so the buffer gets committed and the text property is correctly set. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1369737 Title: Send button d

[Bug 1369737] Re: Send button does not enable until you press spacebar

2014-09-16 Thread Bill Filler
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 -- You received this bu