Closed Bug 251778 Opened 20 years ago Closed 19 years ago

error with the maxlength input when press the key tab

Categories

(Core :: DOM: Editor, defect)

x86
All
defect
Not set
normal

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:  
...
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
(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
*** Bug 251786 has been marked as a duplicate of this bug. ***
*** Bug 251788 has been marked as a duplicate of this bug. ***
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: 19 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.