[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:30:24 PDT 2008


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





------- Comment #7 from justin.garcia at apple.com  2008-06-11 15:30 PDT -------
(In reply to comment #6)
> (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).

When I say "split" here I mean that pressing return here:

<blockquote>before^after</blockquote>

would create something like:

<blockquote>before</blockquote>
<div>^<br></div>
<blockquote>after</blockquote>


-- 
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