Closed
Bug 38547
Opened 25 years ago
Closed 25 years ago
Tooltips causing mail to crash when mouse moves over toolbar buttons
Categories
(MailNews Core :: Backend, defect, P3)
Tracking
(Not tracked)
VERIFIED
FIXED
M16
People
(Reporter: fenella, Assigned: mikepinkerton)
References
Details
(Keywords: platform-parity)
Linux (2000-05-08-08 M16)
1. Launch Messenger using -mail option
2. Click on Get Msg
Actual result: crashes occurs immediately
Expected result: It should not crash
This occurs consistently in IMAP. Pop sometimes works.
Updated•25 years ago
|
Target Milestone: --- → M16
Comment 4•25 years ago
|
||
here's the top of stack from one of the crashes:
#0 0x404ac357 in main_arena ()
#1 0x4102a1c5 in nsMenuDismissalListener::Unregister (this=0x8bb6678)
at nsMenuDismissalListener.cpp:166
#2 0x4102ba8b in nsPopupSetFrame::OpenPopup (this=0x86698b4, aActivateFlag=0)
at nsPopupSetFrame.cpp:572
#3 0x4102b522 in nsPopupSetFrame::DestroyPopup (this=0x86698b4)
at nsPopupSetFrame.cpp:507
#4 0x409ad655 in nsXULPopupElement::ClosePopup (this=0x8b997a8)
at ../../../dist/include/nsCOMPtr.h:464
#5 0x4099e97d in XULPopupListenerImpl::MouseOut (this=0x84660c8,
aMouseEvent=0x8bd9a6c) at nsXULPopupListener.cpp:312
#6 0x40dda992 in nsEventListenerManager::HandleEvent (this=0x8466100,
aPresContext=0x8359938, aEvent=0xbfffef14, aDOMEvent=0xbfffede4, aFlags=7,
aEventStatus=0xbfffef08) at nsEventListenerManager.cpp:784
#7 0x409657ab in nsXULElement::HandleDOMEvent (this=0x8466068,
aPresContext=0x8359938, aEvent=0xbfffef14, aDOMEvent=0xbfffede4, aFlags=1,
aEventStatus=0xbfffef08) at nsXULElement.cpp:3321
#8 0x40de2225 in nsEventStateManager::GenerateMouseEnterExit (this=0x86753e0,
aPresContext=0x8359938, aEvent=0xbffff440) at nsEventStateManager.cpp:1260
#9 0x40ddd591 in nsEventStateManager::PreHandleEvent (this=0x86753e0,
aPresContext=0x8359938, aEvent=0xbffff440, aTargetFrame=0x8671bf4,
aStatus=0xbffff360, aView=0x8353d98) at nsEventStateManager.cpp:289
Comment 5•25 years ago
|
||
I've done a few other stack traces, they all look the same, except that
sometimes main_arena is not there.
it crashes without even clicking. Just watch the tooltip appear - move mouse
away - crash.
Comment 7•25 years ago
|
||
I checked in the fix for this. I'm removing smoketest keyword and reassigning
to pinkerton.
Pinkerton: To reproduce this crash, get a linux build and then go to the file
mailnews/base/resources/content/mailWindowOverlay.xul
Look for the button with the id : "button-getmsg". In that button add:
tooltip="aTooltip". Then when you mouse over the button a tooltip should
appear. When you mouse away, the crash that alec mentions will happen.
Assignee: putterman → pinkerton
Keywords: smoketest
marking nsbeta2 to fix if we want to have tooltips in our Beta2 product for
mail.
Linux (2000-05-08-11 M16)
This bug is fixed in the re-spin. I no longer see crash when click on New Msg or
Get Msg or mouse over toolbar. Scott, I am going to mark it fixed. If it is a
problem, please let me know.
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Comment 10•25 years ago
|
||
reopening - let's just use this bug to track the tooltips part.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Assignee | ||
Comment 11•25 years ago
|
||
what tooltip part?
Comment 12•25 years ago
|
||
the part where tooltips on toolbar buttons in the mailnews 3pane on Linux cause
a crash. In my comment from 11:17 I mentioned how to reproduce it. We had to
turn tooltips off due to the crash. If there's something wrong with the xul,
let me know and I'll fix it. It works on Windows.
Assignee | ||
Comment 13•25 years ago
|
||
oh, but above you said it was fixed...so i got confused...i understand now ;)
Status: REOPENED → ASSIGNED
Assignee | ||
Comment 14•25 years ago
|
||
fixed, thanks to alecf for finding out why.
Status: ASSIGNED → RESOLVED
Closed: 25 years ago → 25 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 15•25 years ago
|
||
Linux (2000-06-01-08 M16)
Win32 (2000-06-01-09 M16)
Mac (2000-06-01-08 M16)
Mouse over tooltips in 3 pane window no longer crashes.
Status: RESOLVED → VERIFIED
Updated•20 years ago
|
Product: MailNews → Core
Updated•17 years ago
|
Product: Core → MailNews Core
You need to log in
before you can comment on or make changes to this bug.
Description
•