Closed
Bug 215623
Opened 22 years ago
Closed 22 years ago
Links / Internet Banking Discrepancies in IE and Mozilla
Categories
(SeaMonkey :: General, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 127539
People
(Reporter: nico.oberbanscheidt, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.4) Gecko/20030624
Build Identifier: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.4) Gecko/20030624
Prerequisites:
PB G4/800 DVI
Mac OS X 10.2.6
1. http://www.citibank.de/germany/service/hilfe/2_1.asp?#
On this page you will find a list of "Problem-links", that should, if clicked,
display a small text underneath each (Veryfy with print version of the page).
In Mozilla nothing happens. The JavaScript Console shows for each link:
Error: submenu is not defined. Line 81.
Line 81 is: "if (submenu.visibility == visible) {"
In IE the links work correctly with displaying text underneath the link when
clicked.
2. http://www.diba.de/homepage/homepage.html
This Problem is related to internetbanking. Of course for reproduction one has
to have an online-account at that bank. But still I would like to submit the
error of not being able to log into the account.
When going to http://www.diba.de/homepage/homepage.html, go to link "Login
Internetbanking und Brokerage" on the upper left hand side.
A window will pop up to fill in the account number, and two passwords. When the
window pops up, the JavaScript Console shows:
Error: document.all has no properties. Line 129.
Line 129 is: "eval('document.all.'+'num'+i).style.visibility = "visible";"
When filling in the accountnumber, for each number entered there is a JavaScript
Console error:
Error: event is not defined. Line 56.
Line 56 is: "function keydef() { if(event.keyCode==13) { eval(defaultKeyAction); } }
When filling in all required data, and clicking to login, NOTHING happens. The
script will not be continued.
Again in Internet Exporer no such problems exist.
Reproducible: Always
Steps to Reproduce:
See Details.
Actual Results:
See Details.
Expected Results:
Work correctly like IE does.
Comment 1•22 years ago
|
||
please report only 1 issue per bug report
about diba.de: document.all is IE-proprietary, won't work on Gecko, dupe of bug
127539.
*** This bug has been marked as a duplicate of 127539 ***
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•