commit
fa025149a0
|
@ -1622,7 +1622,7 @@ define([
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (isLabel || event.target.className.match('checkbox')) {
|
if (isLabel || event.target.className.match('checkbox') && event.target.localName!=='input') {
|
||||||
this.updateCellCheck(listView, record);
|
this.updateCellCheck(listView, record);
|
||||||
|
|
||||||
_.delay(function () {
|
_.delay(function () {
|
||||||
|
|
|
@ -612,7 +612,7 @@ define([
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (isLabel || event.target.className.match('checkbox')) {
|
if (isLabel || event.target.className.match('checkbox') && event.target.localName!=='input') {
|
||||||
this.updateFieldCheck(listView, record);
|
this.updateFieldCheck(listView, record);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -289,7 +289,7 @@ define([
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (isLabel || event.target.className.match('checkbox')) {
|
if (isLabel || event.target.className.match('checkbox') && event.target.localName!=='input') {
|
||||||
this.updateCellCheck(listView, record);
|
this.updateCellCheck(listView, record);
|
||||||
|
|
||||||
_.delay(function () {
|
_.delay(function () {
|
||||||
|
|
|
@ -195,7 +195,7 @@ define([
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (isLabel || event.target.className.match('checkbox')) {
|
if (isLabel || event.target.className.match('checkbox') && event.target.localName!=='input') {
|
||||||
this.updateCellCheck(listView, record);
|
this.updateCellCheck(listView, record);
|
||||||
|
|
||||||
_.delay(function () {
|
_.delay(function () {
|
||||||
|
|
|
@ -150,7 +150,7 @@ define([
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (isLabel || event.target.className.match('checkbox')) {
|
if (isLabel || event.target.className.match('checkbox') && event.target.localName!=='input') {
|
||||||
this.updateCellCheck(listView, record);
|
this.updateCellCheck(listView, record);
|
||||||
|
|
||||||
_.delay(function () {
|
_.delay(function () {
|
||||||
|
|
Loading…
Reference in a new issue