Closed
Bug 1380657
Opened 8 years ago
Closed 8 years ago
Missing Breadcrumb
Categories
(developer.mozilla.org Graveyard :: Design, enhancement)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: craig, Unassigned)
References
Details
(Whiteboard: [specification][type:bug])
Attachments
(1 file)
|
407.45 KB,
image/png
|
Details |
What did you do?
================
1. Logged in to see the Beta version of MDN
2. Went to...
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/file
What happened?
==============
The breadcrumb navigation at the top of the page is hidden.
What should have happened?
==========================
It should be shown.
Is there anything else we should know?
======================================
It's related to this bit of CSS:
.crumbs li {
margin-right: 10px;
display: none;
}
| Reporter | ||
Comment 1•8 years ago
|
||
Comment 2•8 years ago
|
||
Hi Craig,
This is an intentional design choice. Our analytics show only a very small portion of our users interact with the breadcrumbs so we are removing them to give the article content a greater focus. The HTML for the breadcrumbs will be updated once the design is out of beta. At the moment we are relying on the CSS to handle the differences between the production and beta versions.
I'm sorry you're in the small minority of users effected by this change. You can access the same content using the single link to the parent article (and that article will include a link to its parent article and so on).
Thanks for using MDN.
Status: UNCONFIRMED → RESOLVED
Closed: 8 years ago
Resolution: --- → WONTFIX
| Reporter | ||
Comment 3•8 years ago
|
||
When you say analytics, I assume you mean clicking on the links... as I don't think you can count how many people simply look at them to see where they are on the website (the left hand nav, with "see also" links, does not show the site structure, but rather some links that might be related to this page).
And while I take your point that you are able to click on the "parent" link more than once, that floating link is not obvious that it takes you to a parent page (i.e. "< <input>" on a page about <input type="file"> is not screaming out to me what it does).
Nor does it say what parent pages are available (e.g. I have no idea it will eventually take me back to the main "HTML element reference" page, 2 levels up).
If it's just me then fine, but I did use the breadcrumbs quite often (as in, I noticed they were missing as soon as I saw the new design, hence the bug report).
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
•