Page MenuHomePhabricator

Edit description link should be grey by default, not blue
Open, MediumPublic

Description

In what seems a regression, the "edit description" link is shown in blue. That makes it too prominent.

In the screenshot below you can see that a user edited the page description to participate in the conversation (having the "edit description" link as the most prominent actionable item may have contributed to the confusion):

Screen Shot 2015-09-17 at 13.52.11.png (830×1 px, 327 KB)


Copied from duplicate T145773

That label is too visible. Some users misunderstood what it is for, and post messages on board description instead of creating a topic. Or it is just vandalism.

Examples:

Event Timeline

Pginer-WMF raised the priority of this task from to Needs Triage.
Pginer-WMF updated the task description. (Show Details)
Pginer-WMF subscribed.
Restricted Application added a subscriber: Aklapper. · View Herald Transcript
Catrope triaged this task as Medium priority.Sep 23 2015, 11:30 PM
Catrope subscribed.

Change 266336 had a related patch set uploaded (by Praneethtkonda):
Removed the progressive flag for the button

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

Change 266336 abandoned by Jforrester:
Removed the progressive flag for the button

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

I want to start with this issue, Can anyone say me how to proceed

Note that this button is defined twice, once in PHP and once in JS. See "editButton" in includes/OOUI/BoardDescriptionWidget.php and modules/flow/ui/widgets/mw.flow.ui.BoardDescriptionWidget.js respectively. Both need to have the progressive flag removed.