Community
Participate
Working Groups
build: 200404060927 Developing with the editor drop down enabled (single editor tabs) 1) open several editors 2) drag one editor to create a 2nd editor tab folder 3) press CTRL+E ->the editor drop down doesn't show up
this is important for M9
Typing Ctrl + E should bring up a list with ALL editors. whether or not there is a chevron. Clicking on the chevron should bring down a list with ONLY the items that are not visible, as in the views case.
*** Bug 59570 has been marked as a duplicate of this bug. ***
Created attachment 9883 [details] Fixes bug 57715 Register the dropdown handler when activating the editor. Unregister the dropdown handler when de-activating the editor.
Excellent. I'll commit this code for now and when 55458 is fixed we'll revisit it so that we swap handlers when the active editor changes rather than goes out of focus. This will allow Ctrl-E to work in views as well as editors.
Now that support for 3state editors is in place, the last part of this bug has been fixed. Ctrl-E now works when you're in views based on the last active editor workbook.
Note: I've changed the way this patch works. I've added new method called StackPresentation.showPartList(). This eliminates the need to register and unregister command handlers based on activation. Ctrl-e is now handled by a single global command handler that calls showPartList on the active editor.
Verified in 200405180816
Closing to keep a tidy house. Pardon the spam.