| Summary: | Texts, combobox and checkboxes unexpectedly remain greyed out after I select "Yes" radio button | ||
|---|---|---|---|
| Product: | [Applications] drkonqi | Reporter: | Patrick Silva <bugseforuns> |
| Component: | general | Assignee: | Plasma Bugs List <plasma-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | sitter |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Neon | ||
| OS: | Linux | ||
| Latest Commit: | https://invent.kde.org/plasma/drkonqi/commit/b21006b77635cdfceaacf6ff322f5f725d70f99b | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
| Attachments: | screen recording | ||
Looks like a qt5.15 regression A possibly relevant merge request was started @ https://invent.kde.org/plasma/drkonqi/-/merge_requests/7 Git commit b21006b77635cdfceaacf6ff322f5f725d70f99b by Harald Sitter. Committed on 03/11/2020 at 10:22. Pushed by mlaurent into branch 'master'. fix buttongroup state toggles this was recently changed on the BugAwarenessPage and broke state tracking as idPressed is emitted when pressing down, before the group state actually switches. the yes/no group on that page was effectively inverted as updateCheckBoxes was called before the property update and thus when the user clicked Yes the internal state in the slot was still No and vice versa. the duplicates dialog similarly was wrong but it's much harder to stumble over since the relevant UI elements are only visible when trying to mark a bug duplicate to a closed bug or a "common" bug use the idClicked signal instead, it's what the code originally used (as the now deprecated buttonClicked) M +2 -2 src/bugzillaintegration/reportassistantpages_base.cpp M +2 -2 src/bugzillaintegration/reportassistantpages_bugzilla_duplicates.cpp https://invent.kde.org/plasma/drkonqi/commit/b21006b77635cdfceaacf6ff322f5f725d70f99b |
Created attachment 132798 [details] screen recording SUMMARY They are no longer greyed out after I click "Next" and "Back" buttons. Watch the attached screen recording please. EXPECTED RESULT Texts, combobox and checkboxes should not be greyed out when select "Yes" radio button. SOFTWARE/OS VERSIONS Operating System: KDE neon Unstable Edition KDE Plasma Version: 5.20.80 KDE Frameworks Version: 5.76.0 Qt Version: 5.15.0