Project

General

Profile

Actions

Bug #13517

closed

Trace down issue in GDP, due to JS null operation

Added by Matthias Van Ceulebroeck 10 days ago. Updated 4 days ago.

Status:
Closed
Priority:
Normal
Category:
-
Target version:
Start date:
02/12/2025
Due date:
% Done:

100%

Estimated time:

Description

The issue occurs in the case where a WContainerWidget's children are all cleared, but a styleclass is added to one of the widgets that belonged to the container.
The child of the container is wrongly believed to still be part of the tree, and it will be again too. But at the moment the call is performed to change its styleclass, the item has been temporarily removed.

Specifically, the issue can be seen here:

Response JS code

Here the code:

var j26 = Wt4_11_2.$('o872c285b');
j26.className = 'Wt-label';

Will throw the error, because the item cannot be found.

Actions #1

Updated by Matthias Van Ceulebroeck 10 days ago

  • Status changed from InProgress to Review
  • Assignee deleted (Matthias Van Ceulebroeck)
Actions #2

Updated by Romain Mardulyn 10 days ago

  • Assignee set to Romain Mardulyn
Actions #3

Updated by Romain Mardulyn 5 days ago

  • Assignee changed from Romain Mardulyn to Korneel Dumon
Actions #4

Updated by Korneel Dumon 5 days ago

  • Status changed from Review to Resolved
  • Assignee changed from Korneel Dumon to Matthias Van Ceulebroeck
Actions #5

Updated by Matthias Van Ceulebroeck 5 days ago

  • Target version changed from 4.11.4 to 4.11.3
Actions #6

Updated by Matthias Van Ceulebroeck 4 days ago

  • Status changed from Resolved to Implemented @Emweb
  • % Done changed from 0 to 100
Actions #7

Updated by Matthias Van Ceulebroeck 4 days ago

  • Status changed from Implemented @Emweb to Implemented @Test
Actions #8

Updated by Matthias Van Ceulebroeck 4 days ago

  • Status changed from Implemented @Test to Closed
Actions

Also available in: Atom PDF