Bug 327081

Summary: Can't start a game after the "spectator" checks triggers
Product: [Applications] konquest Reporter: Albert Astals Cid <aacid>
Component: generalAssignee: Alexander Schuch <aschuch247>
Status: CONFIRMED ---    
Severity: normal CC: aschuch247, kde-games-bugs
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description Albert Astals Cid 2013-11-03 12:07:04 UTC
How to reproduce:
 * Try to start a new game
 * Set two users: Human (player) and Human (spectator)
 * Press Ok
 * See how Ok gets disabled
 * From now on it's impossible to get Ok enabled again (or i could not find it)
Comment 1 Alexander Schuch 2013-11-03 17:31:17 UTC
The button is only updated once the selection is "set". So as long as the dropdown is active and has not lost focus, the selection is still "pending"; that's why you have to "click" the "OK" button in order to disable it. As soon as you "click" it, the selection loses the focus and the button status is updated.

So for you to solve the problem, simply click anywhere (inside the dialogue).

However, I too consider this a usability issue which should be fixed.