Closed
Bug 213709
Opened 22 years ago
Closed 22 years ago
Mozilla can not handle java / java script (JSP) from certain sites.
Categories
(Tech Evangelism Graveyard :: German, defect)
Tracking
(Not tracked)
VERIFIED
DUPLICATE
of bug 194386
People
(Reporter: SMChisholm, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4) Gecko/20030624
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4) Gecko/20030624
When attempting to use the OPODO.DE site to book air travel the
initial fill in page appears properly. Howeve, entering data on the "SCHELL
SUCH" (Quick search) and then clicking on button to continue does nothing.
Site works fine with IE. Also, if I attempt to utilize the "FLUG" button at
the top of the initial page the resulting page is not painted properly (mostly
empty). This also works cleanly with IE 6.0.
Note: This problem started a few months ago when I was using Mozilla 1.2. I
thought upgrading to 1.4 would fix the problem but it didn't. Prior to that
time the site worked ok (I assume they changed something at the server side
which is incompatible with the current Mozilla's).
Reproducible: Always
Steps to Reproduce:
1. WWW.OPODO.DE
2. Enter data in the "Schnellsuche Flüge" section and then click the "SUCHEN"
button.
3.
Actual Results:
Nothing happens, this is the problem. It should send in a request which will
produce some outputs.
Expected Results:
Displayed a waiting screen for a short time and then display the results send by
the server.
Looks like TE to me.
The script http://www.opodo.de/js/css.js only looks for document.all and
document.layers. And the function flightSearchSubmit only checks if either isIE
or isNS are true.
Summary: Mozilla can not handle java / java script (JSP) from certain sites. → Mozilla can not handle java / java script (JSP) from certain sites.
Comment 2•22 years ago
|
||
*** This bug has been marked as a duplicate of 194386 ***
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
Comment 3•22 years ago
|
||
known problem
Status: RESOLVED → VERIFIED
Component: Browser-General → German
Product: Browser → Tech Evangelism
Version: Trunk → unspecified
Updated•10 years ago
|
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•