Closed
Bug 228555
Opened 22 years ago
Closed 17 years ago
Webservices examples broken by new mozilla.org design
Categories
(www.mozilla.org :: General, defect)
www.mozilla.org
General
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: P, Assigned: endico)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.6b) Gecko/20031207 Firebird/0.7+
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.6b) Gecko/20031207 Firebird/0.7+
http://www.mozilla.org/projects/webservices/examples/babelfish-wsdl/
http://www.mozilla.org/projects/webservices/examples/chat-example/
The JavaScript files are referencing the forms as forms[0], but the new
mozilla.org design includes a search form at the top of the page, pushing the
webservices forms to forms[1].
Errors upon submission:
Error: document.forms[0].optionto has no properties
Source File:
http://www.mozilla.org/projects/webservices/examples/babelfish-wsdl/wsdl-babel.js
Line: 47
Error: document.forms[0].optionto has no properties
Source File:
http://www.mozilla.org/projects/webservices/examples/chat-example/wsdl-babel.js
Line: 47
Reproducible: Always
Steps to Reproduce:
1. Load either URL.
2. click form submit button labeled Translate
3. Nothing happens.
4. See error messages in JavaScript Console.
Actual Results:
Nothing happens.
Expected Results:
Translation results should appear.
There is an extraneous HTML comment closing tag at the bottom of
http://www.mozilla.org/projects/webservices/examples/chat-example/wsdl-babel.js
There is no TITLE for this page.
http://www.mozilla.org/projects/webservices/examples/babelfish-wsdl/
Comment 1•22 years ago
|
||
-> fixed
If I missed one please reopen.
Also, try to spread this over multiple bugs when you have this many issues--even
if they're related.
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
Comment 2•20 years ago
|
||
doesn't work for me. don't know why.
and the "New Security Model" should link to
http://lxr.mozilla.org/mozilla/source/extensions/webservices/docs/New_Security_Model.html
instead of Bugzilla.
Status: RESOLVED → UNCONFIRMED
Resolution: FIXED → ---
Updated•20 years ago
|
QA Contact: danielwang → www-mozilla-org
Updated•18 years ago
|
Product: mozilla.org → Websites
Comment 3•17 years ago
|
||
Copying Marcio for input.
Comment 4•17 years ago
|
||
I wonder if our Web Services ( SOAP ) story still works as the same. Here is a sample I know was working before ( http://www.mgalli.com/wsdom/ which requires signed.applets.codebase_principal_support = true ). It says:
"WebServiceProxyFactory is not defined".
If this is correct, all the samples are probably broken.
/\/\
Comment 5•17 years ago
|
||
Would be nice to get an input from JST or John Resig about these old documents. I believe there is some work at the standard level, which provides a solution for cross domain access of resources, and maybe that entire solution repalced the above "new security model " document.
Comment 6•17 years ago
|
||
Firefox doesn't support SOAP anymore...
Comment 7•17 years ago
|
||
Instead of fixing this page, why don't we redirect it to somewhere on MDC. How about
http://developer.mozilla.org/En/XML_Web_Services
If there's a better page, let me know.
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago → 17 years ago
Resolution: --- → WONTFIX
Comment 8•17 years ago
|
||
OK, I set up this redirect to MDC. If this isn't the right place to be pointing to, feel free to reopen.
Updated•13 years ago
|
Component: www.mozilla.org → General
Product: Websites → www.mozilla.org
You need to log in
before you can comment on or make changes to this bug.
Description
•