Closed
Bug 787250
Opened 13 years ago
Closed 13 years ago
Edits to numbered lists not saving
Categories
(developer.mozilla.org Graveyard :: Editing, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: gueroJeff, Unassigned)
Details
Steps to reproduce:
1) Visit https://developer.mozilla.org/en-US/docs/Localization_Quick_Start_Guide/Release_phase, sign in, and click edit button.
2) You'll see that the numbered lists have changed from being mostly "1" to the appropriate numerical order. Right click next to the string, "If you have already..." and open the numbered list properties dialog.
3) Enter "2" and select "Decimal" from the dropdown menu.
4) Click save and exit.
You'll see that the numbered list is still messed up.
Comment 1•13 years ago
|
||
That's because we strip the @start attribute from <ol>, <ul>.
Comment 2•13 years ago
|
||
Once accepted, the https://github.com/mozilla/kuma/pull/559 pull request should fix this (among other things)
(and start is not valid for <ul> of course, only <ol>)
Comment 3•13 years ago
|
||
Resolved with aforementioned PR
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 4•13 years ago
|
||
Thanks! So will I see this fix tomorrow or Monday?
Comment 5•13 years ago
|
||
The fix was just pushed in production. The page is fixed. :-)
Assignee | ||
Updated•13 years ago
|
Version: Kuma → unspecified
Assignee | ||
Updated•13 years ago
|
Component: Docs Platform → Editing
Updated•5 years ago
|
Product: developer.mozilla.org → developer.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•