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 744443 - avoid unwanted drag cancel animation
avoid unwanted drag cancel animation
Status: RESOLVED FIXED
Product: gedit
Classification: Applications
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Gedit maintainers
Gedit maintainers
Depends on:
Blocks:
 
 
Reported: 2015-02-12 22:43 UTC by Matthias Clasen
Modified: 2015-02-15 21:01 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch (1.08 KB, patch)
2015-02-12 22:43 UTC, Matthias Clasen
accepted-commit_now Details | Review

Description Matthias Clasen 2015-02-12 22:43:25 UTC
Created attachment 296723 [details] [review]
patch

GTK+ is now being more careful about dealing with tabs
disappearing in the middle of a drag - which is exactly
what the current gedit code appears to be doing, from
the GtkNotebook viewpoint. To avoid this, use a new function
that was introduced for this purpose in GtkNotebook.
Comment 1 Ignacio Casal Quinteiro (nacho) 2015-02-12 23:16:28 UTC
Review of attachment 296723 [details] [review]:

Go ahead.
Comment 2 Matthias Clasen 2015-02-12 23:18:44 UTC
probably needs to bump the gtk req to 'bleeding edge' in configure - or do a version check.
Comment 3 Sébastien Wilmet 2015-02-15 21:01:50 UTC
Pushed as commit 7d75dd8e53ce1fe4fbeda7d6f259706ebd10f313

(gtk+ required version bumped)