Closed
Bug 190425
Opened 23 years ago
Closed 23 years ago
Mozilla ignores the "maxlength" attribute in text-input fields.
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
VERIFIED
FIXED
People
(Reporter: ccurzio+mozilla, Assigned: bzbarsky)
References
()
Details
Attachments
(2 files)
|
60 bytes,
text/html
|
Details | |
|
1.05 KB,
patch
|
bzbarsky
:
review+
jst
:
superreview+
asa
:
approval1.3b+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3b) Gecko/20030123
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3b) Gecko/20030123
As demonstrated using my paging form (See URL), you are able to enter a number
of characters that greatly exceeds that defined in the input's "maxlength"
attribute.
Reproducible: Always
Steps to Reproduce:
1. Create an HTML form utilizing input type="text" and a defined "maxlength"
2. Use Mozilla to view the form and input a value that exceeds the maxlength.
Actual Results:
Mozilla allows you to continue entering data after the maxlength has been met
and exceeded.
Expected Results:
Disallow further input once maxlength has been met.
| Assignee | ||
Comment 1•23 years ago
|
||
| Assignee | ||
Comment 2•23 years ago
|
||
To jkeiser; this regressed in the HTMLValue landing
Assignee: form-submission → jkeiser
Severity: normal → major
Flags: blocking1.3b?
OS: Linux → All
Hardware: PC → All
Summary: Mozilla ignores the "maxlength" attribute in text-input fields. → Mozilla ignores the "maxlength" attribute in text-input fields.
| Assignee | ||
Comment 3•23 years ago
|
||
| Assignee | ||
Updated•23 years ago
|
Attachment #112498 -
Flags: superreview?(jst)
Attachment #112498 -
Flags: review?(jkeiser)
Comment 4•23 years ago
|
||
Comment on attachment 112498 [details] [diff] [review]
patch
*sigh*
Attachment #112498 -
Flags: superreview?(jst) → superreview+
| Assignee | ||
Comment 5•23 years ago
|
||
Comment on attachment 112498 [details] [diff] [review]
patch
I'm assuming jkeiser meant the other checkbox...
Attachment #112498 -
Flags: superreview?(jst)
Attachment #112498 -
Flags: superreview+
Attachment #112498 -
Flags: review?(jkeiser)
Attachment #112498 -
Flags: review+
Comment 6•23 years ago
|
||
Comment on attachment 112498 [details] [diff] [review]
patch
sr=jst
Attachment #112498 -
Flags: superreview?(jst) → superreview+
| Assignee | ||
Comment 7•23 years ago
|
||
Comment on attachment 112498 [details] [diff] [review]
patch
Simple safe patch, pretty noticeable problem... requesting approval
Attachment #112498 -
Flags: approval1.3b?
Comment 8•23 years ago
|
||
Comment on attachment 112498 [details] [diff] [review]
patch
a=asa (on behalf of drivers) for checkin to 1.3beta.
Attachment #112498 -
Flags: approval1.3b? → approval1.3b+
| Assignee | ||
Comment 10•23 years ago
|
||
fixed.
Status: NEW → RESOLVED
Closed: 23 years ago
Flags: blocking1.3b?
Resolution: --- → FIXED
Updated•6 years ago
|
Component: HTML: Form Submission → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•