Bug 15077

Summary: REGRESSION: Cannot drag selected text out of a background window
Product: WebKit Reporter: mitz
Component: WebCore Misc.Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal Keywords: InRadar, Regression
Priority: P1    
Version: 523.x (Safari 3)   
Hardware: Mac   
OS: OS X 10.4   
Attachments:
Description Flags
Add missing coordinate conversion sam: review+

Description mitz 2007-08-25 11:47:21 PDT
EventHandler::eventMayStartDrag() is missing a conversion from window to contents coordinates, causing it to give false results. The only effect of that is that if you have a piece of selected text in a Safari window that's in the background, sometimes you cannot click-hold-and-drag the text out of the window. Instead, the window comes to the front right when you click it.

Patch forthcoming.
Comment 1 mitz 2007-08-25 11:57:50 PDT
Created attachment 16119 [details]
Add missing coordinate conversion

Includes change log and manual test
Comment 2 Mark Rowe (bdash) 2007-08-25 12:06:37 PDT
<rdar://problem/5437963>
Comment 3 Mark Rowe (bdash) 2007-08-25 12:08:33 PDT
Landed in r25248.