After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 710229 - Restore initial ClutterGestureAction behavior
Restore initial ClutterGestureAction behavior
Status: RESOLVED DUPLICATE of bug 710227
Product: clutter
Classification: Platform
Component: ClutterAction
1.16.x
Other Linux
: Normal normal
: ---
Assigned To: clutter-maint
clutter-maint
Depends on:
Blocks:
 
 
Reported: 2013-10-15 23:57 UTC by Lionel Landwerlin
Modified: 2013-12-05 11:13 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
set default edge value to NONE to restore initial behavior (928 bytes, patch)
2013-10-15 23:58 UTC, Lionel Landwerlin
none Details | Review

Description Lionel Landwerlin 2013-10-15 23:57:50 UTC
ClutterGestureAction used to trigger the action by default as soon as the first event is received. abcf1d589f29ba7914d5648bb9814ad26c13cd83 changed that initial behavior, without providing a public API to change that behavior. It means that subclasses of GestureAction can't modify this parameter outside of the Clutter library.
Comment 1 Lionel Landwerlin 2013-10-15 23:58:56 UTC
Created attachment 257396 [details] [review]
set default edge value to NONE to restore initial behavior
Comment 2 Lionel Landwerlin 2013-12-05 11:13:51 UTC

*** This bug has been marked as a duplicate of bug 710227 ***