Closed Bug 92292 Opened 23 years ago Closed 23 years ago

right clicking system tray icon in turbo mode brings up 2 "Exit" options

Categories

(SeaMonkey :: UI Design, defect, P3)

x86
Windows 2000
defect

Tracking

(Not tracked)

VERIFIED FIXED
mozilla0.9.4

People

(Reporter: jrspm, Assigned: dead)

References

Details

Attachments

(1 file)

Tested with build 2001072503 on Win2k (SP2)

There are two "Exit" items right click menu for the Mozilla turbo mode system
tray icon.  Didn't notice anythying like this before today's builds.

Expected:
one on "Exit" item

Actual:
two "Exit" items

jake
*** Bug 92493 has been marked as a duplicate of this bug. ***
Reporter is correct; no bug in 2001072403.

What happened between 2001072403 and 2001072503 that caused this?
->vishy for turbo bugs.
Assignee: pchen → vishy
QA Contact: sairuh → paw
-> blaker
Assignee: vishy → blaker
Keywords: nsbeta1
Fix for this is in bug 89504.
Status: NEW → ASSIGNED
Target Milestone: --- → mozilla0.9.4
Keywords: nsbeta1nsbeta1+
Priority: -- → P3
*** Bug 94543 has been marked as a duplicate of this bug. ***
Yes it is...

-        else {
-            ::AppendMenuW( mTrayIconMenu, MF_STRING, TURBO_QUIT, exitText.get() );
-        }

Marking dependent.  Since you've got a fix for this bug in that patch, would it
be possible to make a minor change and change line 758 from:

::EnableMenuItem( nsNativeAppSupportWin::mTrayIconMenu, 1, win ? MF_GRAYED :
MF_ENABLED );

  to

758 ::EnableMenuItem( nsNativeAppSupportWin::mTrayIconMenu, TURBO_QUIT,
MF_BYCOMMAND | (win ? MF_GRAYED : MF_ENABLED) );

The hard-coded assumption of the menu item at position 1 as the Exit item is
only going to produce another bug down the line.
Depends on: 89504
Fixed.
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Paul,

I can verify this is fixed on Mozilla build 2001081603- tested that yesterday
Status: RESOLVED → VERIFIED
Interesting, I have the same build 2001081603 and turbo mode is no longer 
functional.  The icon appears in the system tray then immediately disappears.  
Unfortunately, I can't right click on the turbo icon because it disapears too 
quickly. Anyhow, with this build turbo mode is dead here - same machine Windows 
NT 4 (SP6).  I will download todays build and report if this fixes my new 
problem.
Dennis,

I experienced that for the last few days.  Today it seems fixed as of the 
7:00ish builds.

Jake
Jake,
I have good news.  I have verified it's fixed with build 2001081703.
Ug,

Slight problem, I think.  Remember this from Mike T's 7/29 comment?

"sometimes both Exits are grayed out, sometimes one is grayed out, sometimes 
both are clickable"

Well, with only the one exit option there (cool so far) I tried to close 
Mozilla down completely.  However, when I right clicked the system tray icon, I 
got a grayed out exist option which, obviously, would not exit Mozilla.

Looks like just a bit more work needs to be done.

Should this be re-opened or should I report a new bug?

jake
*** Bug 97446 has been marked as a duplicate of this bug. ***
Product: Core → Mozilla Application Suite
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: