[Webkit-unassigned] [Bug 9575] replaceSelectionWithMarkupString merges blockquotes

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Tue Jun 27 00:07:48 PDT 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=9575


Graham.Dennis at gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |justin.garcia at apple.com




------- Comment #2 from Graham.Dennis at gmail.com  2006-06-27 00:07 PDT -------
Your suggestion with interchange <br>'s gives me:
<div> Text before caret </div>
<blockquote> Quote </blockquote>
<div> Text after caret </div>

Whereas ideally I would like:
<div> Text before caret <blockquote> Quote </blockquote> Text after caret
</div>
In most cases they should be visually identical, but is there a way to do this
without creating a document fragment and directly inserting that?


-- 
Configure bugmail: http://bugzilla.opendarwin.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list