[drkonqi] [Bug 428346] Texts, combobox and checkboxes unexpectedly remain greyed out after I select "Yes" radio button

2020-11-03 Thread Harald Sitter
https://bugs.kde.org/show_bug.cgi?id=428346

Harald Sitter  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|ASSIGNED|RESOLVED
  Latest Commit||https://invent.kde.org/plas
   ||ma/drkonqi/commit/b21006b77
   ||635cdfceaacf6ff322f5f725d70
   ||f99b

--- Comment #3 from Harald Sitter  ---
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-2src/bugzillaintegration/reportassistantpages_base.cpp
M  +2-2   
src/bugzillaintegration/reportassistantpages_bugzilla_duplicates.cpp

https://invent.kde.org/plasma/drkonqi/commit/b21006b77635cdfceaacf6ff322f5f725d70f99b

-- 
You are receiving this mail because:
You are watching all bug changes.

[drkonqi] [Bug 428346] Texts, combobox and checkboxes unexpectedly remain greyed out after I select "Yes" radio button

2020-11-03 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=428346

Bug Janitor Service  changed:

   What|Removed |Added

 Status|REPORTED|ASSIGNED
 Ever confirmed|0   |1

--- Comment #2 from Bug Janitor Service  ---
A possibly relevant merge request was started @
https://invent.kde.org/plasma/drkonqi/-/merge_requests/7

-- 
You are receiving this mail because:
You are watching all bug changes.

[drkonqi] [Bug 428346] Texts, combobox and checkboxes unexpectedly remain greyed out after I select "Yes" radio button

2020-11-03 Thread Harald Sitter
https://bugs.kde.org/show_bug.cgi?id=428346

Harald Sitter  changed:

   What|Removed |Added

 CC||sit...@kde.org

--- Comment #1 from Harald Sitter  ---
Looks like a qt5.15 regression

-- 
You are receiving this mail because:
You are watching all bug changes.

[drkonqi] [Bug 428346] Texts, combobox and checkboxes unexpectedly remain greyed out after I select "Yes" radio button

2020-10-27 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=428346

Patrick Silva  changed:

   What|Removed |Added

Summary|Texts, combobox and |Texts, combobox and
   |checkboxes remain greyed|checkboxes unexpectedly
   |out after I select "Yes"|remain greyed out after I
   |radio button|select "Yes" radio button

-- 
You are receiving this mail because:
You are watching all bug changes.