Closed
Bug 228304
Opened 22 years ago
Closed 12 years ago
Cannot submit sample to TrendMicro - "Security error" code: "1000" nsresult: "0x805303e8 (NS_ERROR_DOM_SECURITY_ERR)"
Categories
(Tech Evangelism Graveyard :: English US, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: wd, Unassigned)
References
(Blocks 1 open bug, )
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.6b) Gecko/20031211
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.6b) Gecko/20031211
The Next button does not work when sending a sample virus to trend micro.
Nothing happens, but checking the JS console shows:
Error: uncaught exception: [Exception... "Security error" code: "1000"
nsresult: "0x805303e8 (NS_ERROR_DOM_SECURITY_ERR)" location:
"http://subwiz.trendmicro.com/SubWiz/UndetectedMalware-form.asp?TMsessionid=F4AA080DB82144D68BD3EF2820F06EC4&proc=7
Line: 320"]
Reproducible: Always
Steps to Reproduce:
1.Go to http://subwiz.trendmicro.com/SubWiz/Wizard.asp?opgWizard=7
2.Fill out information
3.Press Next button
Actual Results:
Nothing happens
Expected Results:
File uploads and is submitted
If the line numbers are correct, the offending line is:
document.MyForm.txtEmail.focus();
Comment 1•22 years ago
|
||
Chris, ideas?
Comment 2•22 years ago
|
||
Actually, it looks like the error is coming from this line:
document.MyForm.FILE1.value = CleanTrim(document.MyForm.FILE1.value);
FILE1 is an <input type="file"> and for security reasons, we don't allow setting
the value of a file input....
Comment 3•22 years ago
|
||
I suppose this is evangelism.
Assignee: general → english-us
Component: DOM: Level 0 → English US
Product: Browser → Tech Evangelism
QA Contact: ian → english-us
Version: Trunk → unspecified
Comment 4•12 years ago
|
||
Problem not found
Mozilla/5.0 (Windows NT 5.1; rv:23.0) Gecko/20100101 Firefox/23.0
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → WORKSFORME
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
•