Bug 286896

Summary: Cancelling line edit causes display message and line edit to be out of sync.
Product: [Frameworks and Libraries] telepathy Reporter: David Edmundson <kde>
Component: presence-appletAssignee: Telepathy Bugs <kde-telepathy-bugs>
Status: RESOLVED UNMAINTAINED    
Severity: normal CC: mklapetek
Priority: NOR    
Version: unspecified   
Target Milestone: 0.4.0   
Platform: Unlisted Binaries   
OS: Linux   
Latest Commit: Version Fixed In:

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'.