Closed
Bug 251778
Opened 21 years ago
Closed 20 years ago
error with the maxlength input when press the key tab
Categories
(Core :: DOM: Editor, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 207623
People
(Reporter: b, Assigned: mozeditor)
References
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7) Gecko/20040626 Firefox/0.9.1
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7) Gecko/20040626 Firefox/0.9.1
when complete a form and use the key tab to junp in the form the inputs that
contain data, and tha field have the maxlenght (but example 10 characters). i
can add one more character to the input
Reproducible: Always
Steps to Reproduce:
in a form with a input with max length
1. enter characters to complet the maxlength
2. press tab to change to other field
3. press SHIFT+TAB to back
4. press right arrow key to put the cursor at the end of text
5. press any key to add ONE MORE character
6. repeat step 2-5 to add any numbers of characters to the input text
Actual Results:
i can add ONE CHARACTER to the input with maxlength is specyfied
Expected Results:
...
Comment 1•21 years ago
|
||
Can you please attach a testcase showing this problem?
Summary: error with the maxlength input when press the key tab → error with the maxlength input when press the key tab
Reporter | ||
Comment 2•21 years ago
|
||
(In reply to comment #1)
> Can you please attach a testcase showing this problem?
here it have a example form
<html>
<head><head>
<body>
<form>
<input type="text" maxlength="4"><br>
<input type="text">
</form>
</body>
</html>
if you folow the steps bellow you can view the problem
Comment 3•21 years ago
|
||
*** Bug 251786 has been marked as a duplicate of this bug. ***
Comment 4•21 years ago
|
||
*** Bug 251788 has been marked as a duplicate of this bug. ***
Updated•21 years ago
|
Assignee: bugs → mozeditor
Status: UNCONFIRMED → NEW
Component: Form Manager → Editor
Ever confirmed: true
Product: Firefox → Core
QA Contact: firefox.form-manager → bugzilla
Version: unspecified → Trunk
*** This bug has been marked as a duplicate of 207623 ***
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•