Bug 9641
Summary: | GMail Editor: "Quote" can only add one level of quoting | ||
---|---|---|---|
Product: | WebKit | Reporter: | Justin Garcia <justin.garcia> |
Component: | HTML Editing | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | ian |
Priority: | P2 | Keywords: | GoogleBug |
Version: | 420+ | ||
Hardware: | Mac | ||
OS: | OS X 10.4 | ||
Bug Depends on: | |||
Bug Blocks: | 9638 |
Justin Garcia
"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.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
David Kilzer (:ddkilzer)
GMail is Google.
Anders Jenbo
Gmail should call indent instead that works consistantly to add blockquotes on all 4 browsers.