Closed
Bug 326723
Opened 20 years ago
Closed 20 years ago
unwanted "function filter() {" appears in input box with name "filter"
Categories
(Toolkit :: Form Manager, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: mchang, Unassigned)
References
()
Details
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727)
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.1) Gecko/20060111 Firefox/1.5.0.1
<form>
<input name="filter" type="text">
</form>
If load above HTML into Mozilla, it will be a text box with "function filter() {" already in it.
Reproducible: Always
Steps to Reproduce:
1.load above html
2.
3.
Actual Results:
an input box filled with "function filter() {"
Expected Results:
It should be empty
Comment 1•20 years ago
|
||
WFM Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.1) Gecko/20060111 Firefox/1.5.0.1
data:text/html,<form><input name="filter" type="text"></form>
Check if the text is being inserted by an auto-fill application or by other code on the page.
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → WORKSFORME
| Assignee | ||
Updated•17 years ago
|
Product: Firefox → Toolkit
You need to log in
before you can comment on or make changes to this bug.
Description
•