Bug 286896 - Cancelling line edit causes display message and line edit to be out of sync.
Summary: Cancelling line edit causes display message and line edit to be out of sync.
Status: RESOLVED UNMAINTAINED
Alias: None
Product: telepathy
Classification: Frameworks and Libraries
Component: presence-applet (show other bugs)
Version: unspecified
Platform: Unlisted Binaries Linux
: NOR normal
Target Milestone: 0.4.0
Assignee: Telepathy Bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-18 00:37 UTC by David Edmundson
Modified: 2012-07-06 12:47 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Edmundson 2011-11-18 00:37:49 UTC
Text is only synced when return is pressed.

If you click the little red cross to close it just gets out of sync and explodes.

      onReturnPressed: {
            textEditItem.editableText = text;
            textEditItem.state = "show";
        }
Comment 1 Martin Klapetek 2011-12-21 13:28:28 UTC
The plasmoid was pretty much rewritten and lost the popup part. Since this issue was left behind in the old implementation, I'm closing it as 'unmaintained'.