Closed Bug 207612 Opened 21 years ago Closed 18 years ago

Quits mozilla when clicking "beenden"

Categories

(Core :: DOM: Core & HTML, defect)

x86
Linux
defect
Not set
normal

Tracking

()

RESOLVED WORKSFORME

People

(Reporter: moz, Unassigned)

References

()

Details

User-Agent:       Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3) Gecko/20030313
Build Identifier: Mozilla 1.4rc1

Crash when exiting online banking with other tab open. I suspect that the exit
button wants ot close the windows with Javascript. I allow all JavaScript except
hiding the status bar.

Reproducible: Always

Steps to Reproduce:
1. Go to https://banking.migrosbank.ch/demo.html
2. Click the "Eingabe übermitteln" button
3. In the opening window click "Weiter"
4. In the window where you can mamage the demo account click Ctrl-T to open a
new tab.
5. Switch back to the tab with the demo account.
6. Click "Exit"



Actual Results:  
7. Watch mozilla crash.

Expected Results:  
Talkback incidents: TB20577541M and TB20577433M
Keywords: crash, stackwanted
Whiteboard: TB20577541M, TB20577433M
WFM using BuildID 2003052608 on RH Linux 9.0
Clicking on the end session button closes down mozilla but doesn't crash it.
> closes down mozilla but doesn't crash it.

That's the behaviour I've seen on the trunk builds (a bug on it's own I, already
in bugzilla if I remember correctly). On the branch builds I've crashed.
Unfortunately I don't have the possibility to test it with new branch builds at
the moment. Probably at the weekend. Ian, was yours a branch build?
Yes, the crash has gone in the 1.4 branch. Morphing this bug to a "don't quit
mozilla with javascript" bug.

This code get's called when clicking the "Beenden"-button and quits mozilla and
*all* it's windows, but only if you have another tab opened in the window with
the "Beenden"-button. Else it just closes the window itself.

I'm not sure about the component this should go into.

function end_session()
{
 top.bottom.main.location.href = "net-bin/exit.net";
}
Assignee: jaggernaut → dom_bugs
Severity: critical → normal
Component: Tabbed Browser → DOM Level 0
Keywords: crash, stackwanted
QA Contact: pmac → ashishbhatt
Summary: crash when exiting online banking with other tab open → Quits mozilla when clicking "beenden"
Whiteboard: TB20577541M, TB20577433M
The page and its javascript code have changed and I haven't seen any javascript related closing bugs lately. Changing to WorksForMe as this seems to be the most reasonable resolution.
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → WORKSFORME
You need to log in before you can comment on or make changes to this bug.