Closed
Bug 260975
Opened 21 years ago
Closed 21 years ago
Free Trial "download now" button does not work.
Categories
(SeaMonkey :: General, defect)
Tracking
(Not tracked)
VERIFIED
WORKSFORME
People
(Reporter: jkonecny, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6) Gecko/20040206 Firefox/0.8
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6) Gecko/20040206 Firefox/0.8
If you go to the site and click the "Download Now" button nothing happens.
Reproducible: Always
Steps to Reproduce:
1. Go to the site
2. Click "Download now"
3.
Actual Results:
Nothing happens.
Expected Results:
Free trial should start downloading. Works in IE.
Comment 1•21 years ago
|
||
The JavaScript code for this "download now" button is incorrect:
Error: form1 is not defined
Source File: http://www.ulead.com/jscript/function/trial_download.js
Line: 152
Please "invalid" this bug.
| Reporter | ||
Comment 2•21 years ago
|
||
Why invalid? Shouldn't it become a tech evang bug?
The rest of the references to form1 in that function (act()) appear to be
properly qualified with "document."
Bug 171030 (support global reference to a form via its name) was wontfixed on
the 1.0 branch (two years ago).
A more recent Bug 251750 (for a specifix site) went TE.
Comment 4•21 years ago
|
||
This is actually worksforme in a current build (probably fixed by the
quirks-only global scope ident lookup change that went in recently).
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago
Resolution: --- → WORKSFORME
(In reply to comment #4)
(probably fixed by the
> quirks-only global scope ident lookup change that went in recently).
This is exactly it.
> This is actually worksforme in a current build
Yes. Please use a recent build for testing when reporting/confirming bugs (and
be observant for failures to do so, and use clean profiles/be sure prefs aren't
tainting results, too).
As such, this WFM.
v.
Status: RESOLVED → VERIFIED
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•