mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-23 23:44:53 +00:00
54c27e5763
* 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 |
||
---|---|---|
.. | ||
mw.echo.ui.ActionMenuPopupWidget.js | ||
mw.echo.ui.BadgeLinkWidget.js | ||
mw.echo.ui.BundleNotificationItemWidget.js | ||
mw.echo.ui.ClonedNotificationItemWidget.js | ||
mw.echo.ui.ConfirmationPopupWidget.js | ||
mw.echo.ui.CrossWikiNotificationItemWidget.js | ||
mw.echo.ui.CrossWikiUnreadFilterWidget.js | ||
mw.echo.ui.DatedNotificationsWidget.js | ||
mw.echo.ui.DatedSubGroupListWidget.js | ||
mw.echo.ui.FooterNoticeWidget.js | ||
mw.echo.ui.js | ||
mw.echo.ui.MenuItemWidget.js | ||
mw.echo.ui.NotificationBadgeWidget.js | ||
mw.echo.ui.NotificationItemWidget.js | ||
mw.echo.ui.NotificationsInboxWidget.js | ||
mw.echo.ui.NotificationsListWidget.js | ||
mw.echo.ui.NotificationsWrapper.js | ||
mw.echo.ui.PageFilterWidget.js | ||
mw.echo.ui.PageNotificationsOptionWidget.js | ||
mw.echo.ui.PaginationWidget.js | ||
mw.echo.ui.PlaceholderItemWidget.js | ||
mw.echo.ui.ReadStateButtonSelectWidget.js | ||
mw.echo.ui.SingleNotificationItemWidget.js | ||
mw.echo.ui.SortedListWidget.js | ||
mw.echo.ui.SpecialHelpMenuWidget.js | ||
mw.echo.ui.SubGroupListWidget.js | ||
mw.echo.ui.ToggleReadCircleButtonWidget.js |