Ticket #6918 (closed defect: fixed)

Opened 6 months ago

Last modified 6 months ago

test_grid_layout: wrong value specified for activeSizing

Reported by: bill Owned by: bill
Priority: normal Milestone: 1.2
Component: DojoX Grid Version: 1.1.1
Severity: normal Keywords:
Cc:

Description

Detailed description "0" was specified, when "true" or "false" is expected.

Description Resource Path Location Type Undefined attribute value (0). test_grid_layout.html testDojo1.1.1/WebContent/dojo/dojox/grid/tests line 86 HTML Problem Undefined attribute value (0). test_grid_layout.html testDojo1.1.1/WebContent/dojo/dojox/grid/tests line 98 HTML Problem

Change History

Changed 6 months ago by bill

  • status changed from new to closed
  • resolution set to fixed

(In [13942]) activeSizing is a boolean, use "false" not "0". fixes #6918.

Note: See TracTickets for help on using tickets.