Bug 8394

Summary: Editable region does not accept dropped text if there is no selection
Product: WebKit Reporter: mitz
Component: HTML EditingAssignee: Nobody <webkit-unassigned>
Status: VERIFIED FIXED    
Severity: Normal    
Priority: P2    
Version: 420+   
Hardware: Mac   
OS: OS X 10.4   
Attachments:
Description Flags
Patch justin.garcia: review+

Description mitz 2006-04-14 13:52:34 PDT
Dropping plain text (or anything that should be converted into plain text) into an editable region or a text field fails if nothing is selected in the frame.

Even though it affects text fields now, it is not a regression, since previously text fields could not be dropped into unless they had focus (and therefore a selection).

I am going to attach a test case and a patch.
Comment 1 mitz 2006-04-14 14:03:28 PDT
Created attachment 7716 [details]
Patch