Make WordPress Core

Changes between Initial Version and Version 3 of Ticket #43058


Ignore:
Timestamp:
01/15/2018 04:20:56 PM (8 years ago)
Author:
afercia
Comment:

@Mahesh901122 and @dilipbheda thanks for the patch! Looks like an interesting proposal! Discussed a bit during today's accessibility team bug-scrub, and probably this is something the UI team would like to consider. A couple accessibility things:

  • the search field misses a label
  • this kind of filtering with suggestions should be made accessible following the pattern already used in core for similar cases, see for example the links suggestions and the tags suggestions

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #43058

    • Property Focuses accessibility removed
    • Property Component changed from Editor to Plugins
    • Property Version changed from trunk to
  • Ticket #43058 – Description

    initial v3  
    22
    33It is hard to search the file in the given directory tree. So, File search filed is useful to search particular file. This patch search `file name` & `file extensions` too.
     4
     5For reference, the files "tree" was introduced in [41851], see #24048.