Summary: | QLineEdit clear signal not clearing text | ||
---|---|---|---|
Product: | [Unmaintained] Necessitas | Reporter: | Chris Dargis <cdargi2> |
Component: | Android Qt4 | Assignee: | BogDan Vatra <bogdan> |
Status: | RESOLVED UNMAINTAINED | ||
Severity: | normal | CC: | tomaslov |
Priority: | NOR | ||
Version: | alpha4 | ||
Target Milestone: | Unspecified | ||
Platform: | Android | ||
OS: | Android 4.x | ||
URL: | http://stackoverflow.com/questions/13298609/issue-with-qlineedit-clear-signal | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Chris Dargis
2012-11-08 23:17:55 UTC
This is quite probably a duplicate of the reported bug https://bugs.kde.org/show_bug.cgi?id=307748. If so, a known workaround is to disable predictive text on the device keyboard settings. Then QLineEdit works ok on getting and clearing text. As for now when this bug still exists, only one of the following will help you get correct results when setting, getting and clearing text in multiple QLineEdits - and predictive text is enabled on the device: 1. the user presses "space" after last word inputed 2. the user presses "done" after last word inputed 3. the user selects one of the suggested words from predictive text as last word inputed. Hello! Sorry to be the bearer of bad news, but this project has been unmaintained for many years and I will be closing this bug. |