Closed
Bug 304071
Opened 19 years ago
Closed 19 years ago
having input text control named "v1" on form cause form submit not to submit at all
Categories
(Toolkit :: Form Manager, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: glillibridge, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.8) Gecko/20050511 Firefox/1.0.4 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.8) Gecko/20050511 Firefox/1.0.4 this very little form , very ugly because I stripped everything else out, does not post. The problem is the name in the input control, specifically "v1". source line: <input type='text' name='v1' value='find' size='45' maxlength='50'> The page should post and print out the php _POST and _GET arrays. It does not. http://www.tsoftnet.com/find2.php has one single change: the name of the field is changed to "verve11". Now the page posts okay. Reproducible: Always Steps to Reproduce: 1.go to http://www.tsoftnet.com/find1.php, change text field, try to post 2.see no post 3.go to http://www.tsoftnet.com/find2.php, post, see arrays from post
Comment 1•19 years ago
|
||
I can reproduce using your testcase, but I think it's a PHP bug rather than a Firefox bug. See http://bugs.php.net/bug.php?id=13757. Does the same thing happen if you use another browser?
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → INVALID
| Assignee | ||
Updated•16 years ago
|
Product: Firefox → Toolkit
You need to log in
before you can comment on or make changes to this bug.
Description
•