[wp-trac] [WordPress Trac] #45209: Add new plugin GUI Image click issue
WordPress Trac
noreply at wordpress.org
Sat Oct 27 11:14:37 UTC 2018
#45209: Add new plugin GUI Image click issue
--------------------------+------------------------------------------------
Reporter: Hitendra | Owner: (none)
Chopda |
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Plugins | Version: trunk
Severity: normal | Resolution:
Keywords: 2nd-opinion | Focuses: ui, accessibility, administration
close |
--------------------------+------------------------------------------------
Changes (by SergeyBiryukov):
* keywords: has-patch => 2nd-opinion close
* focuses: => ui, accessibility, administration
Old description:
> Once I click on Plugin image it will auto click on Plugin title and comes
> border around it.
>
> Screen: https://ibb.co/cYozTA
>
> I made some JS for solution see below:
> jQuery('.plugin-card-top img').click(function(){
> jQuery(this).parent().find('a').click();});
> jQuery(".plugin-card-top img").hover(function(){
> jQuery(this).css("cursor", "pointer");
> });
New description:
Once I click on Plugin image it will auto click on Plugin title and comes
border around it.
Screen: https://ibb.co/cYozTA
I made some JS for solution see below:
{{{
jQuery('.plugin-card-top img').click(function(){
jQuery(this).parent().find('a').click();});
jQuery(".plugin-card-top img").hover(function(){
jQuery(this).css("cursor", "pointer");
});
}}}
--
Comment:
Hi @hitendra-chopda, welcome to WordPress Trac! Thanks for the report.
I think that's intentional, the border shows the current focus for
accessibility reasons.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/45209#comment:1>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list