Closed
Bug 150822
Opened 23 years ago
Closed 23 years ago
Some buttons in the sub-pages do not work.
Categories
(Core :: Networking: HTTP, defect)
Tracking
()
VERIFIED
DUPLICATE
of bug 144885
People
(Reporter: siegmund.guhl, Assigned: darin.moz)
References
()
Details
(Keywords: qawanted)
Unfortunately this page is in german.
I found that problem with Mozilla 0.97 to 1.00 on the Win32 and OS/2 ports.
It works with IE 5.5.
It may be a problem of bad programmed pages and when it is, i like to send an
information to the conradcom.de - Owner for repair.
The procedure to find the sub-pages (because its all in german):
You will find on the right upper corner a field "Warenkorb" means shopping cart.
click the shopping cart icon (sci).
You will get an order form.
fill the fields: e.g. Menge = 1, Artikel-Nr. = 120191-62. Click the small sci on
the right of the Artikel-Nr fields - the form will be updated.
In the updated form you will find several buttons.
Verf?gbarkeit pr?fen (check availability) - this button works fine.
Zur Kasse gehen (go to the cash desk) - this button does not work.
There are several other buttons - some works other not.
P.S. Meanwhile - The Mozilla-Browser is the best and most flexible Browser. Much
better than IE. :-)
Comment 1•23 years ago
|
||
->DOM0?
Assignee: rogerl → jst
Component: JavaScript Engine → DOM Level 0
Keywords: qawanted
QA Contact: pschwartau → desale
Comment 2•23 years ago
|
||
When I load this site, I immediately get errors in the JS Console:
Error: illegal character
File: http://www.conradcom.de/sap/its/mimes/zprt_con_glb/99/banner_conrad.js
Line: 50
Column: 152
Source Code:
}
Error: illegal character
File: http://www.conradcom.de/sap/its/mimes/zprt_con_glb/99/script/bbpscript.js
Line: 611
Column: 55
Source Code:
Error: preload is not defined
File:
http://www.conradcom.de/scripts/wgate/zcop_b2c6444631a/~flNlc3Npb249UDkwV0dBVEU6
Q19BR0FURTAzOjAwMDAuMDM0NS5iMjc2NWIzNyZ+aHR0cF9jb250ZW50X2NoYXJzZXQ9aXNvLTg4NTkt
MSZ+U3RhdGU9Mjk3MzgzNDQ1NA==?~template=pcat_area_s&direkt_einstieg=&p_selected_a
rea=%24ROOT&p_max_parent_index=1&Urlgo=9
Line: 27
Comment 3•23 years ago
|
||
When I follow the steps to reproduce the bug, I get this error
in the JS Console (note this is Tools > Web Development > JavaScript Console):
Error: document.all has no properties
This is a sign that the site is not doing sufficient "browser-sniffing",
and is sending Mozilla down an IE-only codepath.
(|document.all| is an IE-only extension of DOM syntax)
When I click on the "Verfügbarkeit prüfen" button, I get three more
"illegal character" errors as above.
When I click on the "Zur Kasse gehen" button, I get this error:
Error: SetOkCode is not defined
Source File: javascript:SetOkCode('checkout','Basket','','')
Line: 1
That's why this button doesn't do anything. I found that the
function SetOKCode() is in the file
http://www.conradcom.de/sap/its/mimes/zprt_con_glb/99/script/bbpscript.js,
which had those "illegal" character errors above -
This bug is a duplicate of bug 144885. Reassigning to Networking:HTTP
for parity with the duplicate bug -
Assignee: jst → darin
Component: DOM Level 0 → Networking: HTTP
QA Contact: desale → tever
Comment 4•23 years ago
|
||
Resolving as a duplicate. Siegmund, thank you for this report. You will
be cc'ed on bug 144885. All further work on this will occur there -
*** This bug has been marked as a duplicate of 144885 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•