Bug 168648 - REGRESSION(r212681): Crash when dragging links without a drag image
Summary: REGRESSION(r212681): Crash when dragging links without a drag image
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: UI Events (show other bugs)
Version: WebKit Local Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: Gtk, LayoutTestFailure
Depends on:
Blocks:
 
Reported: 2017-02-21 01:00 PST by Carlos Garcia Campos
Modified: 2017-02-21 07:46 PST (History)
4 users (show)

See Also:


Attachments
Patch (3.30 KB, patch)
2017-02-21 01:04 PST, Carlos Garcia Campos
thorton: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Carlos Garcia Campos 2017-02-21 01:00:01 PST
This happens in GTK+ port, because we don't use a drag image for links. It caused 10 crashes in the bots.
Comment 1 Carlos Garcia Campos 2017-02-21 01:04:51 PST
Created attachment 302247 [details]
Patch
Comment 2 Carlos Garcia Campos 2017-02-21 02:39:26 PST
Committed r212711: <http://trac.webkit.org/changeset/212711>
Comment 3 Michael Catanzaro 2017-02-21 07:46:26 PST
(In reply to comment #0)
> This happens in GTK+ port, because we don't use a drag image for links.

By the way, that's terrible. We really should. I'm positive that somebody implemented this for us before, because I remember r-ing the patch years after it was posted.