RESOLVED FIXED Bug 25317
Indenting a line inside a blockquote tag doesn't work properly
https://bugs.webkit.org/show_bug.cgi?id=25317
Summary Indenting a line inside a blockquote tag doesn't work properly
Marcos Almeida
Reported 2009-04-21 16:19:47 PDT
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
Ryosuke Niwa
Comment 1 2009-07-06 19:49:36 PDT
this bug will be fixed by patch posted to https://bugs.webkit.org/show_bug.cgi?id=26816
Note You need to log in before you can comment on or make changes to this bug.