Opened 12 years ago
Closed 11 years ago
#9125 closed defect (fixed)
Grid + PlaceholderMenuItem bug (?)
Reported by: | nirre | Owned by: | Bryan Forbes |
---|---|---|---|
Priority: | high | Milestone: | 1.4 |
Component: | DojoX Grid | Version: | 1.3.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
The checkboxes are not checked (the default behaviour), and when an user uses the menu and clicks on one of the column names the column does get the "display none" but the checkboxes in the menu does not "activate" according to the choices made.
I guess the "check box logic" is broken in the 1.3.0 release. It works in 1.2.2.
<div style="display: none;" dojoType="dijit.Menu" jsid="gridMenu" id="gridMenu"> <div dojoType="dojox.widget.PlaceholderMenuItem" label="GridColumns"></div> <div dojoType="dijit.PopupMenuItem" > </div> </div>
and:
<table columnReordering="true" id="DojoGrid" jsId="DojoGrid" dojoType="dojox.grid.DataGrid" store="gridStore" headerMenu="gridMenu" autoHeight="15" rowsPerPage="30" query="stuff">
regards Niclas
Change History (1)
comment:1 Changed 11 years ago by
Milestone: | tbd → 1.4 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Could you please test against the latest svn code from trunk? I believe this issue has been fixed for 1.4.