Closed
Bug 48465
Opened 24 years ago
Closed 24 years ago
"local" Sidebar tabs only work in browser
Categories
(SeaMonkey :: Sidebar, defect, P2)
SeaMonkey
Sidebar
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: german, Assigned: matt)
Details
(Keywords: regression, Whiteboard: [nsbeta3-][PDTP2][rtm++]Fix in hand, reviewed and approved)
Attachments
(3 files)
4.02 KB,
patch
|
Details | Diff | Splinter Review | |
1.97 KB,
patch
|
Details | Diff | Splinter Review | |
1.85 KB,
patch
|
Details | Diff | Splinter Review |
Current state:
Search and Bookmarks tabs (possibly others too) have no effect when used from
within mail, aim or address book. Yet they look visible, enabled and ready to
use. This is bad.
Recommend:
- If an internet search from the sidebar is evoked from a non-broswer app we
should open a new browser window as needed/if none is open with the results
shown. The search results should visible there as well as in the sidebar panel.
- If a bookmark gets clicked on from the sidebar from a non-broswer app we
should open a new browser window as needed/if none is open with the url of that
bookmark loaded. This is similar to clicking on a link in mail and expecting it
to open of course in a browser window
If we cannot do any of these, we should at least disable these tabs in non-
browser apps. This is not the preferred remedy so, as it intorduces a great
deal of hard-to-understand inconsistency among sidebar tabs.
nav triage team:
[nsbeta3+] Claudius says this used to work, adding "regression".
Keywords: regression
Whiteboard: [nsbeta3+]
Updated•24 years ago
|
Whiteboard: [nsbeta3+] → [nsbeta3+] slamm needs to investigate.
Comment 2•24 years ago
|
||
The international folder loads a remote datasource. Because it has no children
when it is first created, RDF does not mark it as a container. I used to have a
style to fake the folder look, but the style hack will no longer work because we
are taking out the icons in the customize panel.
I am planning to fix this by adding an observer to the RDF datasource. When the
observer comes across a remote folder like the international one, it will force
the container attribute to be true.
Status: NEW → ASSIGNED
Whiteboard: [nsbeta3+] slamm needs to investigate. → [nsbeta3+] Working on a fix.
Comment 3•24 years ago
|
||
whoops, I updated the wrong bug. I still need to investigate this one.
Summary: Internal sidebar tabs do not work within non-browser apps → "local" Sidebar tabs only work in browser
Whiteboard: [nsbeta3+] Working on a fix. → [nsbeta3+] Need to investigate.
Comment 4•24 years ago
|
||
PDT downgrading to P2 and leaving [PDTP2] in status whiteboard
Priority: P1 → P2
Whiteboard: [nsbeta3+] Need to investigate. → [nsbeta3+] [PDTP2] Need to investigate.
Comment 5•24 years ago
|
||
cc'ing mscott.
This is interesting, when I double click on one of my bookmarks when I'm in the
mail window, it actually loads it in the message pane. If I had a message
selected and then do this, it keeps the header of the old message but leads the
web page into the content part of the message.
Yeek. It should open the bookmark in a Navigator window and bring the Navigator
window to the front.
Ugh. This is some kind of hideous targeting problem.
Re-assign to Matt for now (don't panic).
Assignee: slamm → matt
Status: ASSIGNED → NEW
It looks like the search one is fixed but bookmarks is not.
The targeting does not work for internal so we need to put in code that
targets the browser. The function loadURLInContent()in
http://bonsai.mozilla.org/cvsblame.cgi?file=mozilla/xpfe/components/search/resou
rces/search-panel.js
does just this. There is some checking code before this that needs to be added
also but i think we can just copy this code. I'm wondering if
we should just make this common code for all apps to use but it might
be to much changing before shipping .
Ben, any comments? Bug that fixed this problem
http://bugzilla.mozilla.org/show_bug.cgi?id=32034
Let's fix this in RTM instead of beta 3.
Matt, better send Ben some explicit email on this one. I'm not sure if he's
reading the bugzilla notifications.
Keywords: rtm
Whiteboard: [nsbeta3+] [PDTP2] Need to investigate. → [nsbeta3-][PDTP2][rtm+] Need to investigate.
Comment 10•24 years ago
|
||
nav triage team:
note that we can not disable these tabs in other components (that is a new
feature that was cut earlier because it was hard), so all we can do is fix them.
Marking [RTM NEED INFO] to get a patch that fixes the remaining problem with
bookmarks. Search and Buddy List works now, and What's Related fails gracefully
(gives you nothing to click on, and OK if messy anyway).
Whiteboard: [nsbeta3-][PDTP2][rtm+] Need to investigate. → [nsbeta3-][PDTP2][RTM NEED INFO]
Assignee | ||
Comment 11•24 years ago
|
||
Comment 12•24 years ago
|
||
r=ben.
Comment 13•24 years ago
|
||
PDT, please approve.
Whiteboard: [nsbeta3-][PDTP2][RTM NEED INFO] → [nsbeta3-][PDTP2][rtm+]Fix in hand, reviewed and approved
Comment 14•24 years ago
|
||
PDT marking [rtm need info] since only one reviewer is listed. This is also a
large enough patch that we'd like to validate this on the trunk before landing
on the branch.
Whiteboard: [nsbeta3-][PDTP2][rtm+]Fix in hand, reviewed and approved → [nsbeta3-][PDTP2][rtm need info]Fix in hand, reviewed and approved
Assignee | ||
Comment 15•24 years ago
|
||
new patch since the last one was to long
using openTopWin() instead of other funtions.
Also covers case if all browser windows are closed.
We should add this to the search panel also at some point.
Assignee | ||
Comment 16•24 years ago
|
||
Assignee | ||
Comment 17•24 years ago
|
||
So, this is checked in the branch now.
It works on my build and i just downloaded aunix build and
it works on that. When one of the ring masters wants me to do anything more
with this code in my tree let me know.
r=mcafee for new one
sr=ben
Status: NEW → ASSIGNED
Comment 18•24 years ago
|
||
Can QA verify that this works correctly now on the trunk?
Component: User Interface: Design Feedback → Sidebar
QA Contact: mpt → shrir
Comment 19•24 years ago
|
||
looks ok on brach builds for today(win, mac,linux). But I am not sure about
why the search results are not getting updated in mail on every search or why
sidebar bookmarks in mail(mac) open inside the mail window. So am qa'ing
claudius to verify this again on branch. To get this verified on trunk, pls add
keyword: vtrunk so that moz qa can verify this.
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Keywords: vtrunk
QA Contact: shrir → claudius
Resolution: --- → FIXED
Assignee | ||
Comment 20•24 years ago
|
||
ah, this was not checked in on the branch. i checked the fix into the trunk.
The description shrirang gives is the bug. I've tested it on unix on the branch
and it works.
Now that that is solved.
I a smaller patch to this bug suggested by rjc so there
a only a few diffences but PDT should be happy that
it's smaller.
appoved by ben
Reviewed by rjc
Cases i've covered when testing.
Opening folders
Open bookmarks with double click
Opening bookmarks from mail and addressbook
Opening bookmarks from mailbook while all other windows are closed.
alt double click still pops up properties dialog
metakey double click opens new browser window.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Comment 21•24 years ago
|
||
Plus again. We haven't checked it in othe branch. Sorry for the confusion.
Whiteboard: [nsbeta3-][PDTP2][rtm need info]Fix in hand, reviewed and approved → [nsbeta3-][PDTP2][rtm+]Fix in hand, reviewed and approved
Assignee | ||
Comment 22•24 years ago
|
||
Comment 23•24 years ago
|
||
marking [rtm++] since it's the only access to bookmarks in mail. Otherwise, I
think it wouldn't compare to the other crash/data loss/must fix bugs we're
taking this week.
Whiteboard: [nsbeta3-][PDTP2][rtm+]Fix in hand, reviewed and approved → [nsbeta3-][PDTP2][rtm++]Fix in hand, reviewed and approved
Assignee | ||
Comment 24•24 years ago
|
||
fixed
Status: REOPENED → RESOLVED
Closed: 24 years ago → 24 years ago
Resolution: --- → FIXED
Updated•23 years ago
|
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•