- Binding a popup menu to an array controller with the path
selection.type
works fine. - Binding a popup menu to a document controller with the path
currentDocument.arrayController.selection.type
works one way only (changes in selection are not propagated to the popup menu).
How can one achieve inspector-window-like functionality by binding a popup menu to the appropriate array controller depending on the document in focus?