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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jun 14 16:17:06 PDT 2008


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





------- Comment #8 from nicksantos at google.com  2008-06-14 16:17 PDT -------
(In reply to comment #6)
> 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?

Ah, you're correct.

I know that the Google products that really really care about this behavior
actually cancel the default enter-handling in IE, and manually insert a <br> .
So I'm tempted to say the <br> is better. 

Julie will know lots more about this than I do though...

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

It'd be wonderful if browsers natively supported both splittable and
unsplittable blockquotes. Maybe there should be a magic CSS style for it? 
(e.g., -webkit-blockquote-split: {on, off})


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