#4397 closed bug (fixed)
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
Change History (4)
comment:1 Changed 14 years ago by
Owner: | set to dmethvin |
---|---|
Status: | new → assigned |
comment:2 Changed 14 years ago by
Owner: | changed from dmethvin to brandon |
---|---|
Status: | assigned → new |
comment:3 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
fixed in r6531 and unit tests in r6532