Side navigation
Ticket #3649: tabindex-jquery.patch
File tabindex-jquery.patch, 0.3 KB (added by jollytoad, November 25, 2008 11:48AM UTC)
Patch for core,js against SVN rev 5949
Index: core.js
===================================================================
--- core.js (revision 5949)
+++ core.js (working copy)
@@ -1251,7 +1251,8 @@
readonly: "readOnly",
maxlength: "maxLength",
cellspacing: "cellSpacing",
- rowspan: "rowSpan"
+ rowspan: "rowSpan",
+ tabindex: "tabIndex"
}
});
Download in other formats:
Original Format
File tabindex-jquery.patch, 0.3 KB (added by jollytoad, November 25, 2008 11:48AM UTC)
Patch for core,js against SVN rev 5949
Index: core.js
===================================================================
--- core.js (revision 5949)
+++ core.js (working copy)
@@ -1251,7 +1251,8 @@
readonly: "readOnly",
maxlength: "maxLength",
cellspacing: "cellSpacing",
- rowspan: "rowSpan"
+ rowspan: "rowSpan",
+ tabindex: "tabIndex"
}
});