Opened 14 years ago
Last modified 12 years ago
#6131 closed Bug
Webkit Paste Bug — at Initial Version
Reported by: | astralis | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Core : Pasting | Version: | 3.0 |
Keywords: | WebKit | Cc: | t.lehmann@… |
Description
If I have this text in Notepad:
Line One Line Two
IE renders it as:
<p>Line One</p> <p>Line Two</p>
Chrome renders it as:
<p> </p> <div> Line One</div> <div> Line Two</div>