Page MenuHomePhabricator

Seemingly actionable area in Pholio "Mocks List" apparently isn't actually actionably
Closed, ResolvedPublic

Description

I've found that the main Pholio page (For example: https://secure.phabricator.com/pholio/) in a Phabricator install doesn't let me click on the bottom part of a Mockup's "card" to open it. You have to click on the image itself to open the Mockup fully. When scrolling over the rest of the card (the part with the creator, date, # of images, # of likes, etc.), it reacts as though it'd be actionable, but isn't.

Event Timeline

nicereddy raised the priority of this task from to Needs Triage.
nicereddy updated the task description. (Show Details)
nicereddy added a project: Pholio.
nicereddy added a subscriber: nicereddy.
chad triaged this task as Low priority.Apr 24 2014, 12:38 AM
chad added projects: Design, Badge Awarded.
epriestley added a subscriber: epriestley.

This is probably a poorly scoped cursor: pointer; in CSS somewhere. Hunt it down and either remove it or scope it more appropriately.

(Since we put links on these cards and the images are pretty huge targets, I don't think we should try to make the whole card clickable.)