[Webkit-unassigned] [Bug 44918] Cannot make lists quoted on gmail
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Sep 8 00:11:01 PDT 2010
https://bugs.webkit.org/show_bug.cgi?id=44918
--- Comment #4 from Julie Parent <jparent at google.com> 2010-09-08 00:11:00 PST ---
(In reply to comment #3)
> (In reply to comment #1)
> > If you look at the generated HTML, the blockquotes are there, they just do not have the classname on them for the special quoted style.
>
> Sure, blockquotes are there but they aren't at the places I'd expect it to be. For example, if I called formatBlock on:
> <ul><li>hello</li><li>world</li></ul>
>
> I'd expect to get:
> <blockquote><ul><li>hello</li><li>world</li></ul></blockquote>
>
> but instead, I get:
> <ul><li><blockquote>hello</blockquote></li><li><blockquote>world</blockquote></li></ul>
Right. That behavior is the other bug I referenced, https://bugs.webkit.org/show_bug.cgi?id=19795.
>
> > My guess is that it is an issue in the TrogEdit code that is trying to work around https://bugs.webkit.org/show_bug.cgi?id=19795.
> >
> > Can you file a bug against TrogEdit instead? http://code.google.com/p/closure-library/issues/
>
> It's possible that TrogEdit's doing something wrong as well but I think we should fix this bug in WebKit first. It's quite unreasonable for me to ask TrogEdit and other editing tools to work-around this problem. I'm surprised that this has never been a problem in Mail.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list