Bug Tracker

Ticket #2170 (closed bug: fixed)

Opened 8 months ago

Last modified 4 months ago

attr() fails to get/set value for maxlength attribute on textarea elements

Reported by: rettipio Assigned to: anonymous
Type: bug Priority: minor
Milestone: 1.2.4 Component: core
Version: 1.2.2 Keywords: attr
Cc: Needs: Test Case

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

jquery.uncompressed.js (93.2 kB) - added by rettipio 8 months ago.

Change History

Changed 8 months ago by rettipio

Changed 8 months ago by joern

  • milestone changed from 1.2.2 to 1.2.3

Changed 8 months ago by joern

  • need changed from Patch to Test Case

Changed 4 months ago by flesler

  • status changed from new to closed
  • resolution set to fixed

Fixed at [5574], check #2548.

Changed 4 months ago by flesler

  • milestone changed from 1.2.3 to 1.2.4
Note: See TracTickets for help on using tickets.