Bug 76878 - REGRESSION(r105396): drag state is not cleared after each drag
Summary: REGRESSION(r105396): drag state is not cleared after each drag
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: UI Events (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Ryosuke Niwa
URL:
Keywords:
Depends on: 76897
Blocks:
  Show dependency treegraph
 
Reported: 2012-01-23 16:33 PST by Ryosuke Niwa
Modified: 2012-01-24 00:28 PST (History)
2 users (show)

See Also:


Attachments
fixes the bug (8.12 KB, patch)
2012-01-23 16:43 PST, Ryosuke Niwa
ap: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ryosuke Niwa 2012-01-23 16:33:28 PST
We should always be calling clearDragState in performDragAndDrop.
Comment 1 Ryosuke Niwa 2012-01-23 16:41:33 PST
http://crbug.com/110842
Comment 2 Ryosuke Niwa 2012-01-23 16:43:12 PST
Created attachment 123657 [details]
fixes the bug
Comment 3 Ryosuke Niwa 2012-01-23 16:47:35 PST
Committed r105659: <http://trac.webkit.org/changeset/105659>