gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] [bug #33889] Button key event regression


From: Benjamin Wolsey
Subject: [Gnash-commit] [bug #33889] Button key event regression
Date: Sat, 30 Jul 2011 14:07:32 +0000
User-agent: Mozilla/5.0 (X11; Linux i686) AppleWebKit/534.30 (KHTML, like Gecko) Ubuntu/11.04 Chromium/12.0.742.112 Chrome/12.0.742.112 Safari/534.30

URL:
  <http://savannah.gnu.org/bugs/?33889>

                 Summary: Button key event regression
                 Project: Gnash - The GNU Flash player
            Submitted by: bwy
            Submitted on: Sa 30 Jul 2011 16:07:31 CEST
                Category: None
                Severity: 5 - Blocker
                 Release: None
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any

    _______________________________________________________

Details:

The commit 3db73486d8b99425a707e6ab04acf37942303eb8 broke button event
handling for some games. The button is being placed and removed before a key
event can be received. 

There's no attempt to duplicate a button event for a single key (which would,
apparently correctly, be rejected by the new code), so I suspect the
difference is that the old code kept Buttons alive for longer in a separate
key listeners' list. Now the button is destroyed immediately, so the key event
isn't handled.




    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?33889>

_______________________________________________
  Nachricht geschickt von/durch Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]