Closed
Bug 187041
Opened 22 years ago
Closed 19 years ago
site navigation toolbar needs more intelligent menu choices
Categories
(SeaMonkey :: UI Design, defect)
Tracking
(Not tracked)
RESOLVED
EXPIRED
People
(Reporter: bugzilla, Assigned: bugzilla)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.1) Gecko/20020826
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.1) Gecko/20020826
As far as I can tell, when Mozilla encounters more than one link tag for items
which don't have lists in the nav toolbar it merely picks the first one that
occurs in the source. Instead, I think one of two methods should be used:
1. If multiple link tags are encountered for items which normally only have one
menu item, turn the menu item into a list, using the title attribute of the link
tags as the titles, so users can pick between them, or (and this is my preferred
one)
2. Have the browser decide which link is more relevant to the user. Eg, in my
page I use two copyright link tags, and mark-up the content-type of both. The
browser should be able to decide that a file of content type text/html is more
relevant to the user than a file of content-type of application/rdf+xml.
Of course these are not mutually exclusive: Maybe a list of user-readable
content-types could be used to decide which links are more relevant, and, if
there's more than one use-relevant type then switch over to a menu and let them
choose between them, either using the content type, eg "View copyright
information as plain text. View copyright information as HTML", or using the
title attributes.
Reproducible: Always
Steps to Reproduce:
Put links in a page with the human readable forms at the bottom.
Actual Results:
The first one will be picked no matter what it's relevance to the user.
Expected Results:
Only relevant links should be presented.
Updated•22 years ago
|
Summary: navigation toolbar needs more intelligent menu choices → site navigation toolbar needs more intelligent menu choices
Comment 1•22 years ago
|
||
->XPapps
Assignee: asa → blaker
Component: Browser-General → XP Apps: GUI Features
QA Contact: asa → paw
Comment 2•21 years ago
|
||
Does the site navigation toolbar still even work?
Build 2003102104.
Updated•20 years ago
|
Product: Core → Mozilla Application Suite
Comment 3•19 years ago
|
||
This is an automated message, with ID "auto-resolve01".
This bug has had no comments for a long time. Statistically, we have found that
bug reports that have not been confirmed by a second user after three months are
highly unlikely to be the source of a fix to the code.
While your input is very important to us, our resources are limited and so we
are asking for your help in focussing our efforts. If you can still reproduce
this problem in the latest version of the product (see below for how to obtain a
copy) or, for feature requests, if it's not present in the latest version and
you still believe we should implement it, please visit the URL of this bug
(given at the top of this mail) and add a comment to that effect, giving more
reproduction information if you have it.
If it is not a problem any longer, you need take no action. If this bug is not
changed in any way in the next two weeks, it will be automatically resolved.
Thank you for your help in this matter.
The latest beta releases can be obtained from:
Firefox: http://www.mozilla.org/projects/firefox/
Thunderbird: http://www.mozilla.org/products/thunderbird/releases/1.5beta1.html
Seamonkey: http://www.mozilla.org/projects/seamonkey/
Comment 4•19 years ago
|
||
This bug has been automatically resolved after a period of inactivity (see above
comment). If anyone thinks this is incorrect, they should feel free to reopen it.
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → EXPIRED
You need to log in
before you can comment on or make changes to this bug.
Description
•