Modify ↓
Ticket #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: | |
| Blocking: | Blocked by: |
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
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.
