[Webkit-unassigned] [Bug 21712] New: Indent on li creates new ol instead of merging with existing ol, numbering incorrect.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Oct 17 11:40:25 PDT 2008
https://bugs.webkit.org/show_bug.cgi?id=21712
Summary: Indent on li creates new ol instead of merging with
existing ol, numbering incorrect.
Product: WebKit
Version: 525.x (Safari 3.1)
Platform: PC
URL: http://www.mozilla.org/editor/midasdemo/
OS/Version: Windows XP
Status: NEW
Severity: Normal
Priority: P2
Component: HTML Editing
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: jparent at google.com
Repro steps:
1. Type one<enter>two<enter>three<enter>four
2. Select all, click on ordered list
3. Select "two" and "three" and click indent, forming a sublist.
4. Select "three" and click outdent, joining three back with the outer list.
5. Select "three" and click indent, bringing three back into the sublist.
Result: Instead of add "there" into the ol that "two" is in, a new ol is
created, so both "two" and "three" are numbered 1.
1. one
1. two
1. three
2. four
Expected result: "three" would be the second li in the same ol as "two"
Works as expected in IE, FF 3
Incorrect result also seen in Chrome.
Alternate repro steps:
1. Type one<enter>two<enter>three<enter>four
2. Select all, click on ordered list
3. Select "two"and click indent, forming a sublist.
4. Select "three" and click indent
Result: "three" and "two" are both numbered 1.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list