Closed
Bug 266331
Opened 20 years ago
Closed 19 years ago
"Page has no feeds for Live Bookmark" in tooltip when page is loading
Categories
(Firefox Graveyard :: RSS Discovery and Preview, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
Firefox 2 alpha1
People
(Reporter: vijge, Assigned: philor)
Details
(Keywords: fixed1.8.1)
Attachments
(1 file, 2 obsolete files)
|
1.03 KB,
patch
|
asaf
:
review+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.3) Gecko/20041026 Firefox/1.0RC1 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.3) Gecko/20041026 Firefox/1.0RC1 When a page with live bookmarks is loading the live bookmark icon is displayed in the right lower corner but the tooltip reads "Page has no feed for Live Bookmark". As soon as the page complets loading the correct tooltip appears Reproducible: Always Steps to Reproduce: 1. Go to a page with live bookmarks, such as http://www.mozillazine.org 2. Hold mouse over live bookmark icon while page is loading Actual Results: Tooltips says "Page has no feeds for Live Bookmark" Expected Results: Tooltip should say "Add Live Bookmark for this page's feed"
We don't know that the page has live bookmarks until the page finishes loading. Nothing we can do.
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → WONTFIX
| Assignee | ||
Comment 2•20 years ago
|
||
Sorry to reopen on you, but you need a slower connection to see these things ;)
DOMLinkAdded fires and calls livemarkOnLinkAdded, and if it's a livemark link
we add it to browser.livemarkLinks and if it's the current browser we set
livemark-button.livemarks to true, and the icon shows at that point, and can
already be used, but the tooltip doesn't change until load fires and calls
updatePageLivemarks.
Looks to me like we just need another
gLivemarksButton.setAttribute("tooltiptext",
gNavigatorBundle.getString("livemarkHasLivemarksTooltip")); in
livemarkOnLinkAdded, when it sets livemark-button.livemarksSeverity: normal → trivial
Status: RESOLVED → UNCONFIRMED
OS: Windows 2000 → All
Hardware: PC → All
Resolution: WONTFIX → ---
Assignee: vladimir → vladimir+bm
| Assignee | ||
Comment 3•20 years ago
|
||
Wups, meant to confirm this at the time. And at the time, I seem to have understood why we have a tooltip saying "nothing here" when we don't show the icon when there's nothing there, which I now don't quite get.
Status: UNCONFIRMED → NEW
Ever confirmed: true
| Assignee | ||
Comment 4•19 years ago
|
||
Complete str: 1. Connect to the internet over dialup (sorry, but it's easier to saturate the connection). 2. Start downloading something hefty, like a nightly Firefox zip. 3. Load something slow with feeds, like http://planet.mozilla.org 4. As soon as the feed icon appears in the location bar, hover over it. The patch just sets the tooltip at the same time we set feeds="true", to cover the time between when a feed is added and when the page loads or the user changes tabs away and back.
Assignee: vladimir+bm → bugzilla
Status: NEW → ASSIGNED
Attachment #192699 -
Flags: review?(vladimir)
| Assignee | ||
Updated•19 years ago
|
Component: Bookmarks → RSS Discovery and Preview
| Assignee | ||
Updated•19 years ago
|
Attachment #192699 -
Attachment is obsolete: true
Attachment #192699 -
Flags: review?(vladimir)
| Assignee | ||
Comment 6•19 years ago
|
||
Unrotted.
Attachment #194632 -
Attachment is obsolete: true
Attachment #198254 -
Flags: review?(bugs.mano)
| Assignee | ||
Updated•19 years ago
|
Attachment #194632 -
Flags: review?(vladimir)
Comment 7•19 years ago
|
||
Comment on attachment 198254 [details] [diff] [review] patch v.3 r=mano
Attachment #198254 -
Flags: review?(bugs.mano) → review+
Comment 8•19 years ago
|
||
Checking in browser.js; /cvsroot/mozilla/browser/base/content/browser.js,v <-- browser.js new revision: 1.519; previous revision: 1.518 done
Status: ASSIGNED → RESOLVED
Closed: 20 years ago → 19 years ago
Resolution: --- → FIXED
Updated•19 years ago
|
Status: RESOLVED → VERIFIED
Comment 9•19 years ago
|
||
mozilla/browser/base/content/browser.js; new revision: 1.479.2.73;
Updated•6 years ago
|
Product: Firefox → Firefox Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•