| Summary: | Cancelling line edit causes display message and line edit to be out of sync. | ||
|---|---|---|---|
| Product: | [Unmaintained] telepathy | Reporter: | David Edmundson <kde> |
| Component: | presence-applet | Assignee: | Telepathy Bugs <kde-telepathy-bugs-null> |
| Status: | RESOLVED UNMAINTAINED | ||
| Severity: | normal | CC: | mklapetek |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | 0.4.0 | ||
| Platform: | Unlisted Binaries | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
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'. |
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"; }