Project

General

Profile

Actions

Bug #2658

closed

Backend plugin enable/disable clicks on icon failing if a line before that one is checked-out

Added by beat almost 13 years ago. Updated almost 13 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Target version:
Start date:
17 July 2011
Due date:
% Done:

100%

Estimated time:
1:00 h

Description

Could reproduce issue:

  1. edit without closing plugin of line e.g. 5 (keeping it checked out)
  2. click the enable of a line after that one (e.g. 12)

The Javascript checks presence of all checkboxes, and of course fails because there is a lock image instead of the checkbox.

This is due to the "break" in here:


function cbListItemTask( cb, task, subtaskName, subtaskValue, fldName, id ) {
var f = cbParentForm(cb);
if (cb) {
for (i = 0; true; i++) {
cbx = f.elements[fldName+i];
if (!cbx) {
break;
}


Related issues 1 (0 open1 closed)

Related to CB - Bug #2490: J1.6.2 only: backend checkboxs failingClosedbeat15 April 2011

Actions
Actions #1

Updated by beat almost 13 years ago

  • Status changed from New to Closed
  • % Done changed from 0 to 100

Fixed in r1510 .

Actions

Also available in: Atom PDF