Closed Bug 787250 Opened 13 years ago Closed 13 years ago

Edits to numbered lists not saving

Categories

(developer.mozilla.org Graveyard :: Editing, defect)

x86
macOS
defect
Not set
normal

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.
That's because we strip the @start attribute from <ol>, <ul>.
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>)
Resolved with aforementioned PR
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Thanks! So will I see this fix tomorrow or Monday?
The fix was just pushed in production. The page is fixed. :-)
Version: Kuma → unspecified
Component: Docs Platform → Editing
Product: developer.mozilla.org → developer.mozilla.org Graveyard
You need to log in before you can comment on or make changes to this bug.