r71723 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r71722‎ | r71723 | r71724 >
Date:18:36, 26 August 2010
Author:catrope
Status:deferred
Tags:
Comment:
1.16wmf4: MFT r71567
Modified paths:
  • /branches/wmf/1.16wmf4/skins/common/wikibits.js (modified) (history)

Diff [purge]

Index: branches/wmf/1.16wmf4/skins/common/wikibits.js
@@ -412,7 +412,7 @@
413413
414414 for ( var i = start; i < finish; i++ ) {
415415 var cb = inputs[i];
416 - if ( !cb.type || cb.type.toLowerCase() != 'checkbox' ) {
 416+ if ( !cb.type || cb.type.toLowerCase() != 'checkbox' || ( ' ' + cb.className + ' ' ).indexOf( ' noshiftselect ' ) != -1 ) {
417417 continue;
418418 }
419419 var end = checkboxes.length;
Property changes on: branches/wmf/1.16wmf4/skins/common/wikibits.js
___________________________________________________________________
Modified: svn:mergeinfo
420420 Merged /trunk/phase3/skins/common/wikibits.js:r71567

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r71567Allow class="noshiftselect" to disable the multiple-select-on-shift-click beh...catrope16:01, 24 August 2010

Status & tagging log