Xcode 9 Find/Replace case-sensitivity and regex buttons should respond to keyboard input

Originator:amcknight2718
Number:rdar://32863002 Date Originated:6/19/17
Status:Closed as Duplicate Resolved:
Product:Xcode Product Version:9 (9M136h)
Classification:Bug Reproducible:Always
 
Summary:
When one of the buttons has focus, it should be able to be toggled using the space bar, as is common control language throughout macOS. This functionality does not work, even with "All Controls" selected under "Full Keyboard Access" in System Preferences -> Keyboard -> Shortcuts. It actually sends the space key to the editor text view, if it previously had focus.

Steps to Reproduce:
- Open a code file in Xcode 9. 
- Open Find (⌘ F)
- Click in editor text view to give it focus and place the text cursor
- Click in the find field
- Hit tab to move focus to the case-sensitivity toggle
- Hit spacebar to toggle case-sensitive search

Expected Results:
Case-sensitive search should be toggled, changing the visual state of the button.

Observed Results:
The button is not toggled, and a space character is placed into the source editor text view.

Comments


Please note: Reports posted here will not necessarily be seen by Apple. All problems should be submitted at bugreport.apple.com before they are posted here. Please only post information for Radars that you have filed yourself, and please do not include Apple confidential information in your posts. Thank you!