[wp-trac] [WordPress Trac] #34150: List Table Rollover Actions Not Working in Google Chrome
WordPress Trac
noreply at wordpress.org
Mon Oct 26 15:49:50 UTC 2015
#34150: List Table Rollover Actions Not Working in Google Chrome
----------------------------+----------------------
Reporter: dglingren | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: 4.4
Component: Administration | Version: 4.3
Severity: normal | Resolution:
Keywords: has-patch | Focuses: ui, rtl
----------------------------+----------------------
Changes (by afercia):
* keywords: => has-patch
* focuses: => ui, rtl
* version: 4.3.1 => 4.3
* milestone: Awaiting Review => 4.4
Comment:
Also, the right-most link should be "Edit" :) the row-actions links should
be in a reversed order compared to LTR, e.g. (in English):
{{{
View | Trash | Quick Edit | Edit
}}}
setting `display: inline-block` on the links fixes both issues for me,
could you please test and verify? To properly test the attached patch you
should run `grunt build` on a SVN install and then copy over the CSS files
in the proper directories under `src` or for quick-testing just manually
add the following rule in your `list-tables-rtl.css` file:
{{{
.rtl .row-actions a {
display: inline-block;
}
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/34150#comment:4>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list