Bug 8402

Summary: Fix interchange newline handling and avoid use of test rendering info
Product: WebKit Reporter: Justin Garcia <justin.garcia>
Component: HTML EditingAssignee: Justin Garcia <justin.garcia>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 420+   
Hardware: Mac   
OS: OS X 10.4   
Attachments:
Description Flags
patch, changelog and layout tests darin: review+

Description Justin Garcia 2006-04-14 20:13:40 PDT
There are bugs in ReplaceSelectionCommand's handling of interchange newlines at the end of incoming fragments, and the code that handles them relies on fragment.isBlockFlow, which uses information gathered during the test insertion, which we're trying to remove.
Comment 1 Justin Garcia 2006-04-14 20:35:17 PDT
Created attachment 7723 [details]
patch, changelog and layout tests
Comment 2 Darin Adler 2006-04-15 18:08:28 PDT
Comment on attachment 7723 [details]
patch, changelog and layout tests

r=me