Bug 15374 - TextFields don't let enough events pass
Summary: TextFields don't let enough events pass
Status: ASSIGNED
Alias: None
Product: swfdec
Classification: Unclassified
Component: library (show other bugs)
Version: git
Hardware: x86-64 (AMD64) Linux (All)
: medium normal
Assignee: swfdec ml
QA Contact: swfdec ml
URL: http://www.break.com/games/pinch-hitt...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-05 19:19 UTC by Pavel Roskin
Modified: 2008-04-11 10:35 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

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.