[Webkit-unassigned] [Bug 9575] New: replaceSelectionWithMarkupString merges blockquotes
bugzilla-daemon at opendarwin.org
bugzilla-daemon at opendarwin.org
Sun Jun 25 06:24:32 PDT 2006
http://bugzilla.opendarwin.org/show_bug.cgi?id=9575
Summary: replaceSelectionWithMarkupString merges blockquotes
Product: WebKit
Version: 420+ (nightly)
Platform: Macintosh
OS/Version: Mac OS X 10.4
Status: NEW
Severity: normal
Priority: P2
Component: New Bugs
AssignedTo: webkit-unassigned at opendarwin.org
ReportedBy: Graham.Dennis at gmail.com
I'm not sure if this is in fact a bug but... If you call [webView
replaceSelectionWithMarkupString:] with a string like:
<blockquote>Text</blockquote>
One would expect a blockquote tag to be inserted (unless you happen to be
Mail.app...). However the blockquote tag isn't inserted because
shouldMergeStart() returns true (the last condition returns true).
I'm happy to fix this if it is in fact a bug.... so is it?
--
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