mediawiki-extensions-Echo/modules/ui
Bartosz Dziewoński 54c27e5763 Fix notification dynamic actions outside of the dropdown
* Event handler was not registered for the non-dropdown version
* Clicks would be handled by both the action and by the default link

Also remove returning false to prevent default and stop propagation,
this is not supported by OOUI events and did nothing. Handling a
'click' event always returns false to jQuery (so this was not needed),
handling 'choose' event never does (hence my other fix was needed).

Change-Id: Ia8a21749a8edc20f34b2a3e445278ea6922b9109
2022-08-24 00:28:54 +02:00
..
mw.echo.ui.ActionMenuPopupWidget.js Fix incorrect use of $.extend() 2020-10-03 18:30:30 +00:00
mw.echo.ui.BadgeLinkWidget.js Clicking Echo badge should close ULS dialog 2022-03-04 22:47:23 +00:00
mw.echo.ui.BundleNotificationItemWidget.js De-activate toggleExpandButton after clicking 2020-07-23 15:27:01 +01:00
mw.echo.ui.ClonedNotificationItemWidget.js Remove obsolete aliases from closures 2018-11-12 13:56:38 +00:00
mw.echo.ui.ConfirmationPopupWidget.js build: Upgrade eslint-config-wikimedia from 0.10.1 to 0.11.0 2019-04-03 15:57:20 -07:00
mw.echo.ui.CrossWikiNotificationItemWidget.js build: Update linters 2019-12-12 11:20:49 +00:00
mw.echo.ui.CrossWikiUnreadFilterWidget.js Remove obsolete aliases from closures 2018-11-12 13:56:38 +00:00
mw.echo.ui.DatedNotificationsWidget.js Remove obsolete aliases from closures 2018-11-12 13:56:38 +00:00
mw.echo.ui.DatedSubGroupListWidget.js Remove obsolete aliases from closures 2018-11-12 13:56:38 +00:00
mw.echo.ui.FooterNoticeWidget.js Remove obsolete aliases from closures 2018-11-12 13:56:38 +00:00
mw.echo.ui.js Remove obsolete aliases from closures 2018-11-12 13:56:38 +00:00
mw.echo.ui.MenuItemWidget.js Fix notification dynamic actions outside of the dropdown 2022-08-24 00:28:54 +02:00
mw.echo.ui.NotificationBadgeWidget.js Merge "NotificationBadgeWidget: Removes role button from footer elements so screen reader announces it as link" 2020-07-13 20:47:55 +00:00
mw.echo.ui.NotificationItemWidget.js Fix notification dynamic actions outside of the dropdown 2022-08-24 00:28:54 +02:00
mw.echo.ui.NotificationsInboxWidget.js Fix layout of NotificationsInboxWidget on narrow screens 2020-07-27 16:11:38 +01:00
mw.echo.ui.NotificationsListWidget.js Remove obsolete aliases from closures 2018-11-12 13:56:38 +00:00
mw.echo.ui.NotificationsWrapper.js Remove obsolete aliases from closures 2018-11-12 13:56:38 +00:00
mw.echo.ui.PageFilterWidget.js Add aria-label to Notifications page “Recent activity” filter widget 2020-04-03 20:00:22 +00:00
mw.echo.ui.PageNotificationsOptionWidget.js Remove obsolete aliases from closures 2018-11-12 13:56:38 +00:00
mw.echo.ui.PaginationWidget.js build: Update eslint-config-wikimedia to 0.16.1 2020-06-15 16:19:00 +01:00
mw.echo.ui.PlaceholderItemWidget.js Remove obsolete aliases from closures 2018-11-12 13:56:38 +00:00
mw.echo.ui.ReadStateButtonSelectWidget.js Remove obsolete aliases from closures 2018-11-12 13:56:38 +00:00
mw.echo.ui.SingleNotificationItemWidget.js Remove obsolete aliases from closures 2018-11-12 13:56:38 +00:00
mw.echo.ui.SortedListWidget.js build: Update eslint-config-wikimedia to 0.16.1 2020-06-15 16:19:00 +01:00
mw.echo.ui.SpecialHelpMenuWidget.js Add aria-label to SpecialHelpMenuWidget 2020-05-18 12:35:43 -07:00
mw.echo.ui.SubGroupListWidget.js build: Upgrade eslint-config-wikimedia from 0.10.1 to 0.11.0 2019-04-03 15:57:20 -07:00
mw.echo.ui.ToggleReadCircleButtonWidget.js Make mark as read/unread buttons properly focusable 2020-07-23 15:27:01 +01:00