Closed
Bug 138549
Opened 23 years ago
Closed 22 years ago
mozilla crashs if you click on the picture
Categories
(Core :: DOM: Events, defect)
Tracking
()
VERIFIED
WORKSFORME
People
(Reporter: bemue, Assigned: joki)
References
()
Details
(Keywords: crash)
From Bugzilla Helper:
User-Agent: Mozilla/4.0 (compatible; MSIE 5.01; Windows NT 5.0)
BuildID: 2002041903
sorry no time
Reproducible: Always
Steps to Reproduce:
1.www.mut.de
2.click on leseecke
3.then scroll down to the book "AutoCAD LT 2000-Kompentium" and click on the
link
4.now you have to click on the picture
5. a new windows open then
Actual Results: and the browser chrashes
Expected Results: find a solution
Comment 1•23 years ago
|
||
crash with win98 2002041803 talkback TB5390762H
just open http://www.mut.de/media/buecher/autocadlt_komp/index.htm
click image
Comment 2•23 years ago
|
||
###!!! ASSERTION: You can't dereference a NULL nsCOMPtr with operator->().: 'mRa
wPtr != 0', file ../../../dist/include/xpcom\nsCOMPtr.h, line 650
nsEventStateManager::SendFocusBlur(nsEventStateManager * const 0x04ca3ec8,
nsIPresContext * 0x04c08360, nsIContent * 0x04cd53e0, int 1) line 3853 + 31
bytes
nsEventStateManager::SetContentState(nsEventStateManager * const 0x04ca3ed0,
nsIContent * 0x04cd53e0, int 3) line 3543
nsGenericHTMLElement::HandleDOMEventForAnchors(nsIContent * 0x04cd53e0,
nsIPresContext * 0x04c08360, nsEvent * 0x0012f8d8, nsIDOMEvent * * 0x0012f53c,
unsigned int 2, nsEventStatus * 0x0012f6e4) line 1428
nsHTMLAnchorElement::HandleDOMEvent(nsHTMLAnchorElement * const 0x04cd53e0,
nsIPresContext * 0x04c08360, nsEvent * 0x0012f8d8, nsIDOMEvent * * 0x0012f53c,
unsigned int 2, nsEventStatus * 0x0012f6e4) line 430
nsGenericElement::HandleDOMEvent(nsGenericElement * const 0x04cd58a8,
nsIPresContext * 0x04c08360, nsEvent * 0x0012f8d8, nsIDOMEvent * * 0x0012f53c,
unsigned int 7, nsEventStatus * 0x0012f6e4) line 1755 + 54 bytes
nsHTMLImageElement::HandleDOMEvent(nsHTMLImageElement * const 0x04cd58a8,
nsIPresContext * 0x04c08360, nsEvent * 0x0012f8d8, nsIDOMEvent * * 0x00000000,
unsigned int 1, nsEventStatus * 0x0012f6e4) line 679
PresShell::HandleEventInternal(nsEvent * 0x0012f8d8, nsIView * 0x04cc8180,
unsigned int 1, nsEventStatus * 0x0012f6e4) line 5993 + 38 bytes
PresShell::HandleEvent(PresShell * const 0x04ca0524, nsIView * 0x04cc8180,
nsGUIEvent * 0x0012f8d8, nsEventStatus * 0x0012f6e4, int 0, int & 1) line 5910 +
25 bytes
nsViewManager::HandleEvent(nsView * 0x04cc7ee0, nsGUIEvent * 0x0012f8d8, int 0)
line 2076
nsView::HandleEvent(nsViewManager * 0x04c086d0, nsGUIEvent * 0x0012f8d8, int 0)
line 306
nsViewManager::DispatchEvent(nsViewManager * const 0x04c086d0, nsGUIEvent *
0x0012f8d8, nsEventStatus * 0x0012f7d4) line 1881 + 23 bytes
HandleEvent(nsGUIEvent * 0x0012f8d8) line 83
nsWindow::DispatchEvent(nsWindow * const 0x04cc7f9c, nsGUIEvent * 0x0012f8d8,
nsEventStatus & nsEventStatus_eIgnore) line 865 + 10 bytes
nsWindow::DispatchWindowEvent(nsGUIEvent * 0x0012f8d8) line 886
nsWindow::DispatchMouseEvent(unsigned int 302, unsigned int 1, nsPoint *
0x00000000) line 4711 + 21 bytes
ChildWindow::DispatchMouseEvent(unsigned int 302, unsigned int 1, nsPoint *
0x00000000) line 4968
nsWindow::ProcessMessage(unsigned int 513, unsigned int 1, long 5046683, long *
0x0012fcec) line 3591 + 28 bytes
nsWindow::WindowProc(HWND__ * 0x000900f6, unsigned int 513, unsigned int 1, long
5046683) line 1130 + 27 bytes
USER32! 77e02e98()
USER32! 77e030e0()
USER32! 77e05824()
nsAppShellService::Run(nsAppShellService * const 0x039bee00) line 309
main1(int 2, char * * 0x002830b0, nsISupports * 0x00000000) line 1414 + 32 bytes
main(int 2, char * * 0x002830b0) line 1762 + 37 bytes
mainCRTStartup() line 338 + 17 bytes
KERNEL32! 77e87d08()
-> DOM Events
Assignee: Matti → joki
Status: UNCONFIRMED → NEW
Component: Browser-General → DOM Events
Ever confirmed: true
Keywords: crash
QA Contact: imajes-qa → vladimire
Comment 3•23 years ago
|
||
Worksforme Linux RC2. Original window closes, new window opens...
Note this sequence:
a href="#" onMouseDown="startit();"> (...)
function startit():
mywin.focus();
currentwin.close();
Can it focus on a different window while mouse is down in the current window?
Comment 4•23 years ago
|
||
mozilla 1.1beta for windows works well on that link.
"Mozilla 1.1b
Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.1b) Gecko/20020721"
close the bug?
Comment 5•22 years ago
|
||
works fine on build 2002-12-04-04-trunk on winXP. resolving wfm
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•