Closed gabi18 closed 2 years ago
Note: the option wizardUrlPostfix
works like expected.
Same problem seen on Windows 11 21H2 with testpilotcloud-3.0.0-daily20220622.7850.x64.msi, the URL hint is only shown if the focus is outside the server address field.
Probably an issue with the style sheet
Was disabled in Qt 9 years ago for centered text. https://github.com/qt/qtbase/blame/v5.15.3-lts-lgpl/src/widgets/widgets/qlineedit_p.h#L192
Pre-submission Checks
Describe the bug
The server URL configured with branding option
wizardUrlHint
is not shown if the focus is on the input field. It's only visible if the focus is outside.Expected behavior
The hint should also be visible when focus is inside the input field.
Steps to reproduce the issue
QString wizardUrlHint() const { return QStringLiteral("https://demo.owncloud.org"); }
in btrtesting-theme.hScreenshots
Focus inside server URL input field:
Focus outside:
Logs
No response
Client version number
btr-client 3.0.0 git master (21 June 2022)
Desktop environment (Linux only)
openSUSE 15.3
Client package version and origin (Linux only)
No response
Installation path (Windows only)
No response
Server information
No response
Additional context
No response