[wp-trac] [WordPress Trac] #63161: Unable to Navigate Autocomplete Suggestions via Keyboard in Theme & Plugin File Editor

WordPress Trac noreply at wordpress.org
Tue Jan 27 12:28:17 UTC 2026


#63161: Unable to Navigate Autocomplete Suggestions via Keyboard in Theme & Plugin
File Editor
-----------------------------+----------------------------
 Reporter:  akshayrochaniwp  |       Owner:  joedolson
     Type:  defect (bug)     |      Status:  accepted
 Priority:  normal           |   Milestone:  7.0
Component:  General          |     Version:  4.9
 Severity:  normal           |  Resolution:
 Keywords:  has-patch        |     Focuses:  accessibility
-----------------------------+----------------------------

Comment (by siliconforks):

 It was mentioned in Slack that [https://github.com/WordPress/wordpress-
 develop/pull/8598 PR #8598] is adding a surprisingly large amount of code
 for something which seems like it should be a simple bug fix.

 I noticed that the code for handling other languages (HTML, CSS,
 JavaScript) usually checks whether the key pressed was an alphabetic key
 using the `isAlphaKey` variable (sometimes other keys are checked too).
 But the code for handling PHP does not do this.  Wouldn't it be best to
 just have the PHP-specific code check `isAlphaKey` too?

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/63161#comment:15>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list