Skip to main content

Bug Tracker

Side navigation

#4397 closed bug (fixed)

Opened March 21, 2009 08:07PM UTC

Closed May 16, 2009 03:11PM UTC

Last modified March 15, 2012 01:59PM UTC

jQuery.props should have mapping for "colspan" -> "colSpan"

Reported by: dcitron Owned by: brandon
Priority: minor Milestone: 1.4
Component: support Version: 1.3.2
Keywords: attributes, colspan, IE Cc:
Blocked by: Blocking:
Description

Internet Explorer does not accept the attribute "colspan" and instead requires "colSpan" with a capitol 'S'.

A mapping for "colspan" -> "colSpan" should be added to jQuery.props in support.js

Note that jQuery.props already has a mapping for "rowspan" -> "rowSpan", so adding "colspan" there as well seems appropriate.

Reference: http://groups.google.com/group/jquery-dev/browse_thread/thread/4d091845e1a52246

Attachments (0)
Change History (4)

Changed March 21, 2009 09:21PM UTC by dmethvin comment:1

owner: → dmethvin
status: newassigned

Changed May 16, 2009 03:10PM UTC by brandon comment:2

owner: dmethvinbrandon
status: assignednew

Changed May 16, 2009 03:11PM UTC by brandon comment:3

resolution: → fixed
status: newclosed

fixed in r6531 and unit tests in r6532

Changed May 21, 2009 08:56AM UTC by kirrie comment:4

wrong r number. it's r6351 and r6352, not r6531 and r6532.