Bug 327081 - Can't start a game after the "spectator" checks triggers
Summary: Can't start a game after the "spectator" checks triggers
Status: CONFIRMED
Alias: None
Product: konquest
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: Alexander Schuch
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-03 12:07 UTC by Albert Astals Cid
Modified: 2013-11-03 17:31 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.