RESOLVED FIXED 8402
Fix interchange newline handling and avoid use of test rendering info
https://bugs.webkit.org/show_bug.cgi?id=8402
Summary Fix interchange newline handling and avoid use of test rendering info
Justin Garcia
Reported 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.
Attachments
patch, changelog and layout tests (16.18 KB, patch)
2006-04-14 20:35 PDT, Justin Garcia
darin: review+
Justin Garcia
Comment 1 2006-04-14 20:35:17 PDT
Created attachment 7723 [details] patch, changelog and layout tests
Darin Adler
Comment 2 2006-04-15 18:08:28 PDT
Comment on attachment 7723 [details] patch, changelog and layout tests r=me
Note You need to log in before you can comment on or make changes to this bug.