#2170 closed bug (fixed)
attr() fails to get/set value for maxlength attribute on textarea elements
Reported by: | rettipio | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.2.4 |
Component: | core | Version: | 1.2.2 |
Keywords: | attr | Cc: | |
Blocked by: | Blocking: |
Description
On tested browsers (IE 6+, Safari 3 Win/Mac, FF 2+ Win/Mac) the attr() method fails to get/set value for the maxlength attribute on textarea elements. While maxlength is not a valid attribute for the textarea element, the company i work for uses it for validation purposes, and theoretically, jQuery should be able to find any attribute of a particular element.
I have attached fixed versions of jQuery core v.1.2.2.
The offending(now fixed) code occurs at line 1040 in the attached uncompressed version.
Attachments (1)
Change History (5)
Changed 14 years ago by
Attachment: | jquery.uncompressed.js added |
---|
comment:1 Changed 14 years ago by
Milestone: | 1.2.2 → 1.2.3 |
---|
comment:2 Changed 14 years ago by
need: | Patch → Test Case |
---|
comment:3 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:4 Changed 14 years ago by
Milestone: | 1.2.3 → 1.2.4 |
---|
Note: See
TracTickets for help on using
tickets.
Fixed at [5574], check #2548.