Page MenuHomePhabricator

[betalabs] minor: no-js mode issues
Open, LowPublic

Description

  1. Resolving or hiding topics in no-js mode directs to a page that does not display the topic's title

e.g.
http://en.wikipedia.beta.wmflabs.org/w/index.php?title=Topic:T0dlc6vbvdqsj2wb&action=lock-topic&flow_moderationState=lock

Screen Shot 2016-04-11 at 12.39.34 PM.png (438×836 px, 49 KB)

  1. 'Reply..' is displayed as a link - or it's intentional?

e.g. <a href="http://en.wikipedia.beta.wmflabs.org/w/index.php?title=Topic:T1qmtg7ea6936uzv&amp;action=reply&amp;topic_postId=t1qmtg7ea6936uzv#flow-post-t1qmtg7ea6936uzv-form-content" title="Reply" class="flow-ui-input-replacement-anchor mw-ui-input">Reply to "New topic with {{release}}"</a>

Screen Shot 2016-04-11 at 12.55.27 PM.png (445×742 px, 51 KB)

  1. Comments in Resolved topics are displayed as a link - but in the open. topics comments are not a link. In a normal mode (with javascripts enabled), comments links when clicked, expands comments to a resolved topic.

Screen Shot 2016-04-11 at 12.58.40 PM.png (641×744 px, 79 KB)

<a class="expand-collapse-posts-link flow-collapse-toggle flow-click-interactive" href="javascript:void(0);" title="View comments" data-collapsed-title="View comments" data-expanded-title="Hide comments" data-flow-interactive-handler="collapserCollapsibleToggle">3 comments</a>

Related Objects

StatusSubtypeAssignedTask
OpenNone
OpenNone

Event Timeline

#2 is intentional. When you click the link, you are able to reply. I think the only alternative in no-JS would be to show a full form for each comment.

The link in #3 can probably just be removed. It may have been just to visually indicate you can click to expand (though you can't on no-JS); there is now another visual indication.