| Summary: | Password input field shows plain text characters when the virtual keyboard is first used to enter text | ||
|---|---|---|---|
| Product: | [Frameworks and Libraries] libplasma | Reporter: | Nate Graham <nate> |
| Component: | components | Assignee: | Marco Martin <notmart> |
| Status: | RESOLVED FIXED | ||
| Severity: | major | CC: | plasma-bugs-null |
| Priority: | NOR | ||
| Version First Reported In: | 5.84.0 | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Nate Graham
2021-08-03 22:05:54 UTC
Hmm, the text field has all of these set on it:
echoMode: TextInput.Password
inputMethodHints: Qt.ImhHiddenText | Qt.ImhSensitiveData | Qt.ImhNoAutoUppercase | Qt.ImhNoPredictiveText
Those should be sufficient from the theme side. Moving to plasma-framework, where the text field loves. Possibly even a Qt bug...
errrr... lives. :) I don't know where the text field does its lovin'. No longer an issue. |