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)
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
Reporter is correct; no bug in 2001072403.
What happened between 2001072403 and 2001072503 that caused this?
Comment 6•23 years ago
|
||
Fix for this is in bug 89504.
Status: NEW → ASSIGNED
Target Milestone: --- → mozilla0.9.4
Updated•23 years ago
|
Comment 8•23 years ago
|
||
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
Comment 9•23 years ago
|
||
Fixed.
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Comment 10•23 years ago
|
||
Paul,
I can verify this is fixed on Mozilla build 2001081603- tested that yesterday
Status: RESOLVED → VERIFIED
Comment 11•23 years ago
|
||
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.
Reporter | ||
Comment 12•23 years ago
|
||
Dennis,
I experienced that for the last few days. Today it seems fixed as of the
7:00ish builds.
Jake
Comment 13•23 years ago
|
||
Jake,
I have good news. I have verified it's fixed with build 2001081703.
Reporter | ||
Comment 14•23 years ago
|
||
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
Comment 15•23 years ago
|
||
*** Bug 97446 has been marked as a duplicate of this bug. ***
Updated•20 years ago
|
Product: Core → Mozilla Application Suite
You need to log in
before you can comment on or make changes to this bug.
Description
•