Community
Participate
Working Groups
* Create a workspace with a non-closable view, that is movable * Drag view and dock on FastView * Right click on icon in fastview and click "Close"
Stefan, could you please look into this one?
No time for 3.1.
See also bug 99723.
Created attachment 26644 [details] Check view is closeable The fast view context menu is created in the FastViewBarContextMenuContribution. It just needed to enable the close menu item by checking if the view was closeable. PW
Created attachment 26646 [details] Check view is closeable v02 Enable the close menu item only if the view is closeable. It also includes some testable API. PW
Created attachment 26647 [details] fast view test The tests the menu item for a closeable fast view and a non-closeable fast view. Doug, could you please take a look at this? It's a really short fix. PW
Created attachment 26648 [details] fast view test v02 Minor update to test. PW
Created attachment 26649 [details] Check view is closeable v03 Patch with null check for WorkbenchPage. PW
I added some since tags, formatted a block of code and remove an extraneous format change to some javadoc. Tests pass on both 3.1.1 and 3.2. Code has been committed to both streams.
Thanks Paul and Doug.
verified in 3.2
The test for this bug is running as a performance test and was not ported back to 3.1 tests, is this intentional? I.e. not ported and running as a performance test at all? see bug 116261 Performance Tests Failing: bug 88345 test failing