r101420 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r101419
|
r101420
|
r101421
>
Date:
22:20, 31 October 2011
Author:
krinkle
Status:
ok
Tags:
Comment:
jquery.tablesorter: More selector fixes
* Limit to rowSpans (td or th) within tableRows that are a direct child of this table's tBody
* Follows-up
r99092
,
r101417
Modified paths:
/trunk/phase3/resources/jquery/jquery.tablesorter.js
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/resources/jquery/jquery.tablesorter.js
—
—
@@ -442,7 +442,7 @@
443
443
444
444
function explodeRowspans( $table ) {
445
445
// Split multi row cells into multiple cells with the same content
446
- $table.find( '> tbody [rowspan]' ).each(function() {
446
+ $table.find( '> tbody > tr > [rowspan]' ).each(function() {
447
447
var rowSpan = this.rowSpan;
448
448
this.rowSpan = 1;
449
449
var cell = $( this );
Follow-up revisions
Revision
Commit summary
Author
Date
r102533
REL1_18: MFT
r101314
,
r101370
,
r101376
,
r101417
,
r101420
,
r101445
,
r101464
,
r...
reedy
17:04, 9 November 2011
r102593
1.18wmf1 MFT
r101417
,
r101420
,
r101540
reedy
23:05, 9 November 2011
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r99092
(
bug 31420
) Fix weird tablesorter bug where headers spanning multiple rows wo...
catrope
12:52, 6 October 2011
r101417
jquery.tablesorter: Selector fixes...
krinkle
22:12, 31 October 2011
Status & tagging log
23:05, 9 November 2011
Reedy
(
talk
|
contribs
)
changed the
tags
for r101420
[
removed:
1.18wmf1]
17:03, 9 November 2011
Reedy
(
talk
|
contribs
)
changed the
tags
for r101420
[
removed:
1.18]
14:49, 3 November 2011
Hashar
(
talk
|
contribs
)
changed the
status
of r101420
[
removed:
new
added:
ok]
08:42, 1 November 2011
Catrope
(
talk
|
contribs
)
changed the
tags
for r101420
[
added:
1.18,1.18wmf1]