Closed
Bug 1015712
Opened 11 years ago
Closed 11 years ago
404 in documentation page for InternalError
Categories
(Developer Documentation Graveyard :: JavaScript, defect)
Developer Documentation Graveyard
JavaScript
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: trashraincoats, Assigned: fs)
Details
User Agent: Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.114 Safari/537.36
Steps to reproduce:
I was on this page:
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/uneval
I clicked on the InternalError link, on the left hand side (under the Standard built-in objects menu)
Actual results:
404.
This is the exact link I got from clicking the InternalError hyperlink:
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/InternalError
Expected results:
A documentation page for the InternalError object.
| Reporter | ||
Updated•11 years ago
|
Severity: normal → trivial
Comment 1•11 years ago
|
||
In quicklinks we should put links in red links that lead to not yet written page; the title attribute is not enough. Also the 404 should propose not-connected users to log in and start the page, like for logged-in users.
| Assignee | ||
Comment 2•11 years ago
|
||
Wrote https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/InternalError and https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/InternalError/prototype
Marked as "NeedsExample" but the docs are there now.
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.
Description
•