[Webkit-unassigned] [Bug 19416] Hitting [enter] inside a blockquote creates a new blockquote

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 11 15:27:01 PDT 2008


https://bugs.webkit.org/show_bug.cgi?id=19416





------- Comment #6 from justin.garcia at apple.com  2008-06-11 15:27 PDT -------
(In reply to comment #5)
> The other browsers create a line break by changing the blockquote to:
> <blockquote>before line break <p>after line break</blockquote>

My testing shows that FireFox uses a <br> and IE uses a nested paragraph
element (it also apparently wraps the "before line break" in a <p> element.  IE
will use a <br> on shift return.  Is there one behavior that's preferable here?

Personally I think that we want the ability to both add a newline inside the
blockquote and to split it (as Google Mail's editor and Apple Mail does).  As
for how the first is implemented internally, I'm not sure which is better.


-- 
Configure bugmail: https://bugs.webkit.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