Open
Bug 43180
Opened 25 years ago
Updated 4 years ago
Back/Forward buttons should have the page title in the tooltip
Categories
(SeaMonkey :: UI Design, defect)
SeaMonkey
UI Design
Tracking
(Not tracked)
NEW
People
(Reporter: bugzilla, Unassigned)
References
Details
Attachments
(1 file, 6 obsolete files)
4.30 KB,
patch
|
Details | Diff | Splinter Review |
The tooltip of the Back and Forward buttons should be the title of the pages
that they are pointing to, like in Netscape 4.73.
Comment 1•25 years ago
|
||
methinks this should go to History...?
Assignee: don → radha
Component: XP Apps → History
QA Contact: sairuh → claudius
Comment 4•24 years ago
|
||
any headway with this?
Comment 6•24 years ago
|
||
nav triage team: looked at this bug, it is not a beta stopper. bulk update of
several such bugs.
Keywords: nsbeta1-
Comment 7•24 years ago
|
||
Mass moving all Navigator bugs to the Nav team.
Assignee: radha → vishy
Status: ASSIGNED → NEW
Marking nsbeta1- bugs as future to get off the radar
Target Milestone: --- → Future
*** Bug 71405 has been marked as a duplicate of this bug. ***
Comment 10•23 years ago
|
||
Bug 79240 is related, but not depends surely?
It deals with putting seperate tooltips on the back button and the drop down
list, this is about changing the tooltip on the main back button. If 79240 is
not fixed, then this tooltip will simply show up on the drop down arrow (which
is no more incorrect than the current tooltip).
Comment 11•23 years ago
|
||
*** Bug 150442 has been marked as a duplicate of this bug. ***
Comment 13•22 years ago
|
||
This is a browser feature. Session History provides all the required apis to
accomplish this.
Assignee: radha → sgehani
Comment 14•22 years ago
|
||
My first real patch..
I found diff for Windows at http://www.santafe.edu/~vince/alphatk/
Comment 15•22 years ago
|
||
My first real patch..
I found diff for Windows at http://www.santafe.edu/~vince/alphatk/
Comment 16•22 years ago
|
||
Attachment #111418 -
Attachment is obsolete: true
Updated•22 years ago
|
Attachment #111419 -
Flags: review?(neil.parkwaycc.co.uk)
Comment 17•22 years ago
|
||
Comment on attachment 111419 [details] [diff] [review]
fix
Bookmarks have special handling because they have two rows of text. You don't,
in fact your "first" row only exists as a place to put a backup copy of your
tooltip text.
Could you try updating the tooltiptext when the back and forward buttons get
updated?
Attachment #111419 -
Flags: review?(neil.parkwaycc.co.uk) → review-
Comment 18•22 years ago
|
||
> Bookmarks have special handling because they have two rows of text. You don't,
in fact your "first" row only exists as a place to put a backup copy of your
tooltip text.
The first labels are to store the "Go back/forward one page" strings. Should I
get rid of that and show the title and URL like the Personal Toolbar does?
> Could you try updating the tooltiptext when the back and forward buttons get
updated?
Yes, but I thought this would be slightly more efficient while browsing.
Comment 19•22 years ago
|
||
But I don't have time to spend on it now.
Comment 20•22 years ago
|
||
I'll see to the new history handling later.
Attachment #129997 -
Attachment is obsolete: true
Comment 22•22 years ago
|
||
This works. But I don't know where to get the url.
Attachment #130095 -
Attachment is obsolete: true
Comment 23•22 years ago
|
||
Comment on attachment 130567 [details] [diff] [review]
Almost done
Aha! I see what you're doing now. But I suggest that you don't copy the default
value to the title element, instead just show the default element and hide the
title element. Also please use element.hidden = true; (or false).
Comment 24•22 years ago
|
||
I assume I can use = instead of setAttribute because .hidden and .value are
default attributes?
Attachment #111419 -
Attachment is obsolete: true
Attachment #130567 -
Attachment is obsolete: true
Comment 25•21 years ago
|
||
Bug 210571 is related to this one, request to show URL in tooltip in addition to
title to avoid confusion when multiple sites with identical titles are in the
Back dropdown menu.
Comment 26•21 years ago
|
||
Just my 2 cents, but I don't think that this patch is what we need.
Ok, it might solve this bugs problem, but I think we need a more general way to
solve tooltip problems. Also, there's some, more or less, duplicated code. I'm
sure someone can fix this bug without duplicated code.
So, I'm for a more flexible solution. One that can be used in several places to
fix bugs or reduce code and to ease developers life a bit.
What about extending the tooltip binding in popup.xml with a new attribute
called 'multiline'? The default value should be set to 'false' but tooltips for
tabs, the bookmarks on the personal toolbar and the back and forward button
should use multiline="true". A new property could be used to pass in an array
with any data. We could make all tooltips multiline by default, andonly add new
lines when we need, after locating that new property (array).
Comment 27•21 years ago
|
||
It seems that IE has the ability to display tooltips using the html renderer.
Now user can show tooltip (like over the anchor tag) with full html tagged text.
![]() |
||
Comment 28•21 years ago
|
||
Reassigning, per comment 13.
Assignee: samir_bugzilla → guifeatures
Component: History: Session → XP Apps: GUI Features
Priority: P3 → --
QA Contact: claudius
Target Milestone: Future → ---
Updated•20 years ago
|
Product: Core → Mozilla Application Suite
Comment 29•20 years ago
|
||
Additionally, the URL to be loaded should be displayed in the status bar. This
is consistent with general expected link behaviour:
1: Hover over link
2: View status bar to see the address that will be loaded
3: Maybe see a tooltip with a description of the targeted page
The Back/Forward buttons should behave, from an end-user perspective, in the
same way as links within a web page, since they do the same thing -- take the
user someplace else.
Comment 30•18 years ago
|
||
*** Bug 328772 has been marked as a duplicate of this bug. ***
Comment 31•17 years ago
|
||
Filter "spam" on "guifeatures-nobody-20080610".
Assignee: guifeatures → nobody
QA Contact: guifeatures
You need to log in
before you can comment on or make changes to this bug.
Description
•