Closed
Bug 99677
Opened 24 years ago
Closed 24 years ago
Turbo's System Tray icon disappears
Categories
(SeaMonkey :: UI Design, defect, P2)
Tracking
(Not tracked)
VERIFIED
FIXED
mozilla0.9.5
People
(Reporter: ssu0262, Assigned: bugzilla)
References
Details
(Whiteboard: PDT+)
Attachments
(1 file)
|
1.70 KB,
patch
|
bugs
:
superreview+
|
Details | Diff | Splinter Review |
The icon indicating that the Turbo feature in mozilla is enabled disappears in
the following scenario:
1) make sure Turbo is not enabled and not running on the test machine. You can
use regedit.exe to make sure that "Mozilla Quick Launch" var does not exist in
the following windows registry key path:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run
If it exists, just delete it.
2) run today's mozilla installer and make sure Turbo feature is checked at
installation time.
3) when the browser window shows up, go to Edit|Preferences|Advanced and notice
that the "Enable Quick Launch" checkbox is selected. DO NOT TOUCH IT.
4) Now just click the OK button, and notice the mozilla icon in the System Try
disappear.
Also, in this installation scenario, after the browser window shows up (when
installation is complete), right mouse clicking on the mozilla icon in the
System Tray does not always popup a menu. Only sometimes... weird. However,
double clicking the left mouse button still brings up a new browser window.
Comment 1•24 years ago
|
||
I saw this too- bug 99650- only on first run from install- my workaround was to
exit via taskmanager and next time I ran, I could right click icon. I don't
think I saw the icon disappear- but it is in a flaky state
However, if you uncheck and recheck the "Enable Quick Launch" checkbox then
click the OK button, the System Tray icon does not disappear.
It looks like there's more than one place that indicates whether Turbo is
enabled or not.
Even though this looks only looks cosmetic, it might have
functionality/stability impact on the Turbo feature.
I'm not sure if a reporter can nominate nsBranch or not, but just didn't want
this to fall thru the cracks without at least being looked at.
Keywords: nsbranch
Comment 4•24 years ago
|
||
Bill I can help with this one if you need. I think we have got to analyze why
before we can call it + or -
Comment 5•24 years ago
|
||
-> XP Apps?
I've found out that the popup menu shows up fine after I make sure it's turned
off in the Edit|Preferences|Advanced menu (and clicking OK in that dialog), then
turning it back on (and clicking OK in that dialog).
This happens in today's trunk build still.
Comment 7•24 years ago
|
||
Here is what is happening: If I visit pref->Advanced and hit OK on the dialog
(without changing any pref)
nsNativeAppSupportWin::SetIsServerMode(0) is called even if the checkBox for
Enable quick launch is on. This is causing the removal of the systrayicon. This
is not only after install. Happens all the time.
I am thinking this is a pref dialog bug.
Sounds like a pref panel bug, for sure. Re-assigning to Syd.
Assignee: law → syd
Comment 9•24 years ago
|
||
->pchen, p2/0.95, cc sgehani. How hard/safe is this? Should it be nsbranch+?
Assignee: syd → pchen
Priority: -- → P2
Target Milestone: --- → mozilla0.9.5
Comment 12•24 years ago
|
||
blake- how soon can you get this in?
| Assignee | ||
Comment 13•24 years ago
|
||
Comment 15•24 years ago
|
||
Attachment #49970 -
Flags: superreview+
Updated•24 years ago
|
Component: Browser-General → XP Apps
QA Contact: doronr → tpreston
| Assignee | ||
Comment 16•24 years ago
|
||
Fixed on branch and trunk.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Comment 17•24 years ago
|
||
Verified W2k build 2001-09-20-11-0.9.4 and w2k build 2001-09-20-11-trunk
Status: RESOLVED → VERIFIED
Comment 18•24 years ago
|
||
*** Bug 103606 has been marked as a duplicate of this bug. ***
Updated•21 years ago
|
Product: Core → Mozilla Application Suite
You need to log in
before you can comment on or make changes to this bug.
Description
•