[wp-trac] [WordPress Trac] #27721: Row actions do not hide when right clicking the title
WordPress Trac
noreply at wordpress.org
Tue Apr 8 11:35:26 UTC 2014
#27721: Row actions do not hide when right clicking the title
----------------------------+-----------------------------
Reporter: jesin | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Administration | Version: 3.7
Severity: normal | Keywords:
Focuses: ui, javascript |
----------------------------+-----------------------------
This bug affects admin pages that display row action links with the hover
effect.
**Steps to reproduce:**
1. Open any of the following - All Posts, All Pages, Library > Media,
Comments, All Users, Dashboard comments section.
2. Right-click the title links one below the other without clicking
anywhere
3. The row action links appear on all the right clicked rows and do not go
away
Video: https://www.dropbox.com/s/dqwea177w5tizkz/common-js-bug.flv
Found this on IE11 and FF28, I have not checked on the earlier versions.
Chrome is not affected.
**Reason:**
The ''/wp-admin/js/common.js'' file has
[https://core.trac.wordpress.org/browser/tags/3.7/src/wp-
admin/js/common.js#L337 this code] that displays and hides action links.
On IE and Firefox the code inside `setTimeout` is not executed when
`focusin` triggers on another row. This leaves the `.visible` class so the
links do not hide.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/27721>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list