Closed
Bug 859169
Opened 12 years ago
Closed 12 years ago
{{page}} includes wrong section
Categories
(developer.mozilla.org Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 834055
People
(Reporter: mozillabugs, Unassigned)
Details
(Whiteboard: [specification][type:bug])
What did you do?
================
1. Edited the pages for several JavaScript constructors, e.g., Collator, DateTimeFormat, NumberFormat, and their respective prototype properties. The constructor pages always include the contents of the Properties and Methods sections of the respective prototype pages using {{page}} templates.
2. Saved the pages.
What happened?
==============
After saving, the constructor pages generally include the content of the Properties section of the respective prototype page twice, and the content of the the Methods section not at all.
What should have happened?
==========================
The contents of the Properties and Methods sections should have been included once each, in the right places.
Is there anything else we should know?
======================================
I have been able to fix the problem several times by forcing a refresh (command-shift-R in Firefox/Mac). However, it comes back each time I save. The problem is currently also visible on some pages I didn't touch:
https://developer.mozilla.org/en-US/docs/JavaScript/Reference/Global_Objects/Boolean
https://developer.mozilla.org/en-US/docs/JavaScript/Reference/Global_Objects/EvalError
https://developer.mozilla.org/en-US/docs/JavaScript/Reference/Global_Objects/RangeError
Comment 1•12 years ago
|
||
Thanks for the detailed STR!
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → DUPLICATE
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
•