Version: 12.0.0-rc-23-3
Build #: 29697
Build Date: 2012-Oct-11 02:02:12 PM
With the latest build in the Pivot Grid Results tab, if you right click on any of the data fields - the popup menu is missing a few items
Popup menu items are present in rc-4 but went missing in rc-7
Hide
Move
Field Settings ...
Hide Field List
See attached pic
|
42 KB
This was caused by SVN #29453 : PivotTablePaneView.Line-1295
I've checked in a fix as SVN #29710. But, we probably need to selectivly remove all the previous menu items except the ones we need just the way Fung did in TableColumnChooserCustomizer for the ResultsetTablePaneView.
The popup menu will have different contents depends on from where it is triggered, listed below:
(1) Main view (e.g. click the blank area),
(2) Pivot field list (the field list displayed in the far-right),
(3) A pivot field attached to the data table (e.g. the one shown in your screenshot),
(4) Row/Column header labels of the data table,
(5) A data cell inside the data table.
Now, 12.0 popup menus and 11.0 popup menus should be similar.
The popup menu will have different contents depends on from where it is triggered, listed below:
(1) Main view (e.g. click the blank area),
(2) Pivot field list (the field list displayed in the far-right),
(3) A pivot field attached to the data table (e.g. the one shown in your screenshot),
(4) Row/Column header labels of the data table,
(5) A data cell inside the data table.
Now, 12.0 popup menus and 11.0 popup menus should be similar.
Verified in Ubuntu, Osx, Win 7 and Win Xp and now works fine in 12.0.0-rc-23-6
Verified in Ubuntu, Osx, Win 7 and Win Xp and now works fine in 12.0.0-rc-23-6
Issue #7787 |
Closed |
Fixed |
Resolved |
Completion |
No due date |
Fixed Build trunk/29737 |
No time estimate |
This was caused by SVN #29453 : PivotTablePaneView.Line-1295
I've checked in a fix as SVN #29710. But, we probably need to selectivly remove all the previous menu items except the ones we need just the way Fung did in TableColumnChooserCustomizer for the ResultsetTablePaneView.