Opened 13 years ago
Closed 13 years ago
#6918 closed defect (fixed)
test_grid_layout: wrong value specified for activeSizing
Reported by: | bill | Owned by: | bill |
---|---|---|---|
Priority: | high | Milestone: | 1.2 |
Component: | DojoX Grid | Version: | 1.1.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
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
Note: See
TracTickets for help on using
tickets.
(In [13942]) activeSizing is a boolean, use "false" not "0". fixes #6918.