Page MenuHomePhabricator

in topic bar, the space between Comment (n) and timestamp is a dead zone
Closed, ResolvedPublic

Description

In a topic's gray "bar" on a Flow board, click in the area between Comment (n) and the timestamp. Although it shows the hyperlink hand pointer and the topic acts like a button when you mouse-down, nothing happens when you click. I would expect it to collapse/expand the topic's posts, just like clicking other background gray areas.

The problem might be that the li .flow-topic-comments is masked from clicks on the button background, but only its child .flow-reply-link acts as a hyperlink. I think replacing the former with the latter in the ignore array in "Set up folding" in modules/discussion/ui.js might fix the bug.


Version: master
Severity: minor

Details

Reference
bz57413

Event Timeline

bzimport raised the priority of this task from to Needs Triage.Nov 22 2014, 2:35 AM
bzimport set Reference to bz57413.
bzimport added a subscriber: Unknown Object (MLST).

The WMF core features team tracks this bug on Mingle card https://mingle.corp.wikimedia.org/projects/flow/cards/509, but people from the community are welcome to contribute here and in Gerrit.

Change 101435 had a related patch set uploaded by EBernhardson:
Only the text should prevent click-through

https://gerrit.wikimedia.org/r/101435

Change 101435 merged by jenkins-bot:
Only the text should prevent click-through

https://gerrit.wikimedia.org/r/101435