[wp-trac] [WordPress Trac] #26600: Search installed themes input has no submit button
WordPress Trac
noreply at wordpress.org
Thu Jan 15 15:51:17 UTC 2015
#26600: Search installed themes input has no submit button
----------------------------+-----------------------------
Reporter: grahamarmfield | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Future Release
Component: Themes | Version: 3.8
Severity: normal | Resolution:
Keywords: needs-patch | Focuses: accessibility
----------------------------+-----------------------------
Comment (by afercia):
Someway related, and I'd prefer to don't create a new ticket for such a
small thing: in the "Search installed themes" view, the `theme-count`
number doesn't get updated, because of
{{{
count: $( '.wp-filter .theme-count' ),
}}}
and `.wp-filter` is present only in the "Add New" views. Just changing it
in:
{{{
count: $( '.wp-core-ui .theme-count' ),
}}}
will make it work in all views.
This could be the first step to build a notification message, something
like:
> Search results: nn themes.
to be used in an off-screen notification live region, see the technique
suggested by Graham Armfield in #28892
Seems there's some consensus and interest in using this method in several
other places as a more strategic solution, see ticket:28892#comment:12 and
ticket:25103#comment:2
--
Ticket URL: <https://core.trac.wordpress.org/ticket/26600#comment:4>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list