Page MenuHomePhabricator

[Regression] Clicking on Echo's "All notifications" does not work
Closed, ResolvedPublic

Description

  1. Create a new account at http://en.wikipedia.beta.wmflabs.org/
  2. Log in
  3. Notice the "Welcome to Wikipedia..." notification
  4. Try to open "All notifications" by clicking on the link.

Expected result
This page is loaded: http://en.wikipedia.beta.wmflabs.org/wiki/Special:Notifications

Actual result
Nothing happens

Event Timeline

He7d3r raised the priority of this task from to Needs Triage.
He7d3r updated the task description. (Show Details)
He7d3r added a project: Notifications.
He7d3r subscribed.
Restricted Application added a subscriber: Aklapper. · View Herald Transcript

Apparently the link has no href attribute:

<div class="mw-echo-ui-notificationBadgeButtonPopupWidget-footer">
    <div aria-disabled="false" class="mw-echo-ui-notificationBadgeButtonPopupWidget-footer-allnotifs oo-ui-widget oo-ui-widget-enabled oo-ui-buttonElement oo-ui-buttonElement-frameless oo-ui-iconElement oo-ui-labelElement oo-ui-buttonWidget">
        <a rel="nofollow" aria-disabled="false" role="button" class="oo-ui-buttonElement-button">
            <span class="oo-ui-iconElement-icon oo-ui-icon-next"></span>
            <span class="oo-ui-labelElement-label">All notifications</span>
            <span class="oo-ui-indicatorElement-indicator"></span>
        </a>
    </div>
    <div aria-disabled="false" class="mw-echo-ui-notificationBadgeButtonPopupWidget-footer-preferences oo-ui-widget oo-ui-widget-enabled oo-ui-buttonElement oo-ui-buttonElement-frameless oo-ui-iconElement oo-ui-labelElement oo-ui-buttonWidget">
        <a rel="nofollow" href="/wiki/Special:Preferences" aria-disabled="false" role="button" class="oo-ui-buttonElement-button">
            <span class="oo-ui-iconElement-icon oo-ui-icon-advanced"></span>
            <span class="oo-ui-labelElement-label">Preferences</span>
            <span class="oo-ui-indicatorElement-indicator"></span>
        </a>
    </div>
</div>
Legoktm renamed this task from Clicking on Echo's "All notifications" does not work to [Regression] Clicking on Echo's "All notifications" does not work.Sep 8 2015, 3:08 PM
Legoktm claimed this task.
Legoktm triaged this task as High priority.
Legoktm set Security to None.

Change 236799 had a related patch set uploaded (by Legoktm):
Use #pt-notifications_alert to get Special:Notifications link

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

Change 236799 merged by jenkins-bot:
Use #pt-notifications-alert to get Special:Notifications link

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

Change 236957 had a related patch set uploaded (by Mooeypoo):
Use #pt-notifications-alert to get Special:Notifications link

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

Change 236957 merged by jenkins-bot:
Use #pt-notifications-alert to get Special:Notifications link

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