In the recent days, selecting the team in the pinch-hitter game became much harder than it used to be. It seems like only clicking on the upper pixel belonging to the entry in the list would select the entry (with some luck from the tenths attempt). Before that, entries could be trivially selected with the mouse. Bisecting shows that following commit is responsible for the regression: commit 277577f22371575577799837f27b7c3826bd5d8f Refs: refs/bisect/bad, 0.6.2-241-g277577f Author: Benjamin Otte <otte@gnome.org> AuthorDate: Wed Apr 2 17:32:01 2008 +0200 Commit: Benjamin Otte <otte@gnome.org> CommitDate: Wed Apr 2 17:36:06 2008 +0200 TextField instances always receive mouse events --- swfdec/swfdec_text_field_movie.c | 19 +++++++++++++++---- 1 files changed, 15 insertions(+), 4 deletions(-)
Confirmed This is because TextFields now don't let enough events pass (previously they let too many) Another example to test: http://www.onemorelevel.com/games/mousespeed.html
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.