Bug 624298 - wesnoth not reacting to mouse clicks
Summary: wesnoth not reacting to mouse clicks
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: wesnoth
Version: 13
Hardware: All
OS: Linux
low
medium
Target Milestone: ---
Assignee: Gwyn Ciesla
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2010-08-15 20:00 UTC by Rik van Riel
Modified: 2010-08-16 00:03 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2010-08-16 00:03:43 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Rik van Riel 2010-08-15 20:00:04 UTC
Description of problem:

Wesnoth is not reacting to mouse clicks.

Version-Release number of selected component (if applicable):

wesnoth-1.8.3-1.fc13.x86_64
SDL-1.2.14-6.fc13.x86_64

Steps to Reproduce:
1. start wesnoth
2. click any button (eg. Multiplayer)
3. ...
  
Actual results:

Wesnoth just sits there

Expected results:

Wesnoth runs the event associated with the button (eg. go into Multiplayer menu when I click the Multiplayer button)

Additional info:

Running "wesnoth --log-debug=gui/event" gives me this debugging info:

20100815 15:56:28 debug gui/event: Firing: SDL left button up.
20100815 15:56:28 debug gui/event: distributor mouse button left [mp_method_selection]: SDL left button up.
20100815 15:56:28 warning gui/event: distributor mouse button left [mp_method_selection]: SDL left button up. The mouse button is already up, we missed an event.
20100815 15:56:28 debug gui/event: Firing: SDL left button up.
20100815 15:56:28 debug gui/event: distributor mouse button left [mp_method_selection]: SDL left button up.
20100815 15:56:28 warning gui/event: distributor mouse button left [mp_method_selection]: SDL left button up. The mouse button is already up, we missed an event.
20100815 15:56:28 debug gui/event: Firing: SDL mouse motion.

Comment 1 Bruno Wolff III 2010-08-15 23:15:20 UTC
This very likely a duplicate of 556608 which is fixed with SDL-1.2.14-7.

Comment 2 Rik van Riel 2010-08-16 00:03:43 UTC
Indeed, grabbing SDL-1.2.14-7.fc13.x86_64 from updates-testing seems to have fixed the issue.


Note You need to log in before you can comment on or make changes to this bug.