Select All doesn't work when editing titles if text is selected

To replicate: 1. Edit a document title through the inspector. 2. Select some text. 3. When the pop-up of actions appears, click Select All. Nothing changes.

I think I have fixed this for the next update. There seems to be a bizarre bug in UIKit whereby the text field is passing the “select all” action down to the view beneath if it it has disabled the action itself, and I had implemented “select all” in the list below. Apple’s code should not have been showing “Select All” if the text field itself can’t perform the action, though, so it does seem like their bug, but I’ve made a code change to avoid it.

All the best,
Keith