Closed Bug 171655 Opened 23 years ago Closed 22 years ago

spardabank-vi.co.at - Mozilla freezes if "Ueberweisung Absenden" Button is clicked

Categories

(Tech Evangelism Graveyard :: German, defect)

x86
Linux
defect
Not set
normal

Tracking

(Not tracked)

VERIFIED FIXED

People

(Reporter: geist1, Unassigned)

References

()

Details

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.2a) Gecko/20020910 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.2a) Gecko/20020910 Go to http://www.spardabank-vi.co.at click on "Login Internet-Banink" Button. next click "Internet Banink Demo Version" Click OK on the appearing Window. Next fill in the follwing : Verfuegungsnummer : V0001 / PIN : 4567 next click "Anmelden" Button then. A blue Window opens displays your a DEMO Account then. Click on the first Button to the right (Ueberweisung). Some entry fields appears. Noe fill out any value in the entryfield "Betrag" .e.g 100 In "Konto Nummer" any value e.g. 1234 In "Name&Anscrift" any Text e.g. Test User In "Bankleitzahl" enter 20151 - > Bank Austria will appear in "Bankname" in "Konto Nummer" stands "Bitte Konto waehlen" just selsct any of the aviable ones. Now this form is ready filled out. Now if you press "Ueberweisung Absenden" Button (4th one on the button) an Window will open and should display you the results of your previus entered entrys. But with Mozilla only the Window itself opens, and instead of displaying some information inside, either Mozilla freezes or just do nothing and wait for ever there. Java Script Console displays me following Error : Error: uncaught exception: [Exception... "Index or size is negative or greater than the allowed amount" code: "1" nsresult: "0x80530001 (NS_ERROR_DOM_INDEX_SIZE_ERR)" location: "http://ebanking.spardabank-vi.co.at/eBankingDemo/iBanking/Ueberweisung_btn.jsp Line: 77"] Site works fine with old "Netscape 4.X" as well as Opera and MS IExplorer. Reproducible: Always Steps to Reproduce: as described above Actual Results: nothing displayed at all Expected Results: displaying me all my entrys i have done before. Page is in german.
the main frame (Logo.jsp) has the following html: > <select name="Swift" id="stdInpText" > title="W&auml;hlen&nbsp;Sie&nbsp;die&nbsp;W&auml;hrung&nbsp;aus" > class="stdInpText" ></select> (this is the empty select dropdown next to the "Betrag" field) and then the button frame (Ueberweisung_btn.jsp, at line 77 of the ) has strPay=strPay.concat(setStr(f.Swift.options[f.Swift.selectedIndex].value)).concat(del); the error indicates that the f.Swift.selectedIndex is out of bounds for the array f.Swift.options. This is because that array is empty (because the <select> has no "options"). That seems a bit pedantic, but it is correct. The other browsers appear to just ignore the error. ==> Evang
Assignee: hewitt → nitot
Severity: critical → normal
Status: UNCONFIRMED → NEW
Component: JavaScript Console → Europe: West
Ever confirmed: true
OS: Windows 2000 → Linux
Product: Browser → Tech Evangelism
QA Contact: jrgm → brantgurganus2001
Version: other → unspecified
Summary: Mozilla freezes if "Ueberweisung Absenden" Button is clicked → spardabank-vi.co.at - Mozilla freezes if "Ueberweisung Absenden" Button is clicked
Works now with version 2003-06-03, except that the "OK" Window after an successful transaction will not close the window. However this window can be closed by the "x" button, but this will fail mozilla to print the transaction protocoll when you have enabled the checkbox "Drucken" since the page will only print when it is notifyed of the closed "OK" Window. Evrything bedide this works now with Mozilla, great work !
move...
Assignee: nitot → german
Component: Europe: West → German
QA Contact: brantgurganus2001 → german
Working now as it should
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
-v
Status: RESOLVED → VERIFIED
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in before you can comment on or make changes to this bug.