Closed Bug 905985 Opened 11 years ago Closed 11 years ago

JavaScript Array page does not include the correct instance method documentation

Categories

(Developer Documentation Graveyard :: JavaScript, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: paul.martin, Assigned: bruant.d)

References

()

Details

User Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36

Steps to reproduce:

Note that this is just a duplicate of 851411, which is still broken for me.

Visit the JavaScript Array documentation page:
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array

Using different devices (Firefox, Chrome, Android).


Actual results:

The 4 sets of instance methods are all the same (concat, join, etc.).

I tried changing the page to include links to the new location of the Array.prototype page (it seems to have moved to .../Web/...), but that didn't change anything on the preview:
{{ page('en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/prototype', 'Properties') }}
{{ page('en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/prototype', 'Mutator_methods') }}
{{ page('en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/prototype', 'Accessor_methods') }}
{{ page('en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/prototype', 'Iteration_methods') }}

Also, changing the section id to an invalid id (e.g. zIteration_methods) did not change the result (or cause an error).  Putting a leading '/' in the page URL also did not fix the issue.


Expected results:

The 4 instance method sections should have been shown with the correct contents.
JAVA not active.  How to active this aplication
I have added back the instance methods to the array page and it looks good so far.
For (cache) issues with the {{page}} macro, see bug 834055.
Status: UNCONFIRMED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.