Bug 25317
Summary: | Indenting a line inside a blockquote tag doesn't work properly | ||
---|---|---|---|
Product: | WebKit | Reporter: | Marcos Almeida <marcosalmeida> |
Component: | HTML Editing | Assignee: | Ryosuke Niwa <rniwa> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | eric, jparent, justin.garcia, rniwa |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | PC | ||
OS: | OS X 10.5 |
Marcos Almeida
1) go to http://www.mozilla.org/editor/midasdemo/
2) check View HTML
3) enter "<blockquote>one<br>two</blockquote>"
4) uncheck View HTML
5) put the cursor at the beginning of "two"
6) press the indent button
--> the line is not indented, but the spacing between the two lines widens. this is because the "two" line was removed from inside the blockquote and placed inside a new blockquote with styles just line a plain line that is indented, however, it is not indented more than it was to begin with. the line should have been indented (e.g. by creating the new blockquote inside the existing blockquote)
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Ryosuke Niwa
this bug will be fixed by patch posted to https://bugs.webkit.org/show_bug.cgi?id=26816