Bug 9641 - GMail Editor: "Quote" can only add one level of quoting
Summary: GMail Editor: "Quote" can only add one level of quoting
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: HTML Editing (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Nobody
URL:
Keywords: GoogleBug
Depends on:
Blocks: 9638
  Show dependency treegraph
 
Reported: 2006-06-28 15:22 PDT by Justin Garcia
Modified: 2007-11-19 07:36 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Justin Garcia 2006-06-28 15:22:19 PDT
"Quote" is implemented using execCommand(FormatBlock, false, "blockquote").  We don't do anything if the enclosing block is already a blockquote, as per the MSDN documentation, but maybe we should change to match FF.
Comment 1 David Kilzer (:ddkilzer) 2006-07-12 21:58:24 PDT
GMail is Google.

Comment 2 Anders Jenbo 2007-11-19 07:36:09 PST
Gmail should call indent instead that works consistantly to add blockquotes on all 4 browsers.