Bug #2838
closedBP Docs read|edit|history|delete links not working
0%
Description
Right now when you are viewing a list of Docs you need to hover over the description to see the links to read|edit|history|delete
The problem is that these links don't work on at least the iPad and possibly (probably?) on other touch devices.
This problem is related to #2837 and is because the CSS uses :hover to expose those links and that causes problems for touch.
Until we devise a more general solution to the problem, I propose a short term solution where we remove the visibility:hidden; rule on line 73 in bp-docs.css and show the links all of the time. This means we can also comment out lines 85-87 that make .row-actions visible.
Once we figure out a more general approach to hover we could revisit this.
Related issues
Updated by Boone Gorges almost 11 years ago
Fixed in BuddyPress Docs at https://github.com/boonebgorges/buddypress-docs/commit/0d3717f6070d705d39439e8a9a8136343953ddb6
We are running an old version of this plugin, so I'll do a separate fix for the Commons.
Updated by Boone Gorges almost 11 years ago
- Status changed from New to Resolved