Bug 15374

Summary: TextFields don't let enough events pass
Product: swfdec Reporter: Pavel Roskin <proski>
Component: libraryAssignee: swfdec ml <swfdec>
Status: ASSIGNED --- QA Contact: swfdec ml <swfdec>
Severity: normal    
Priority: medium    
Version: git   
Hardware: x86-64 (AMD64)   
OS: Linux (All)   
URL: http://www.break.com/games/pinch-hitter.html
Whiteboard:
i915 platform: i915 features:

Description Pavel Roskin 2008-04-05 19:19:15 UTC
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(-)
Comment 1 Pekka Lampila 2008-04-11 10:35:46 UTC
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.