gecko-dev/browser/components/customizableui
James Teh 6cf69b31f4 Bug 1546633: PanelMultiView: Send mousedown event when activating a button via the keyboard. r=Gijs
Previously, we sent a command event and a click event.
Normally, the command event executes the action, then the click event closes the menu.
However, in some cases (e.g. the Library button), there is no command event handler and the mousedown event executes the action instead.

Differential Revision: https://phabricator.services.mozilla.com/D29151

--HG--
extra : moz-landing-system : lando
2019-05-02 10:35:57 +00:00
..
content Bug 1542334 - Add telemetry for FxA app menu r=eoger,janerik 2019-04-30 19:47:36 +00:00
test Bug 1546633: PanelMultiView: Send mousedown event when activating a button via the keyboard. r=Gijs 2019-05-02 10:35:57 +00:00
CustomizableUI.jsm Bug 1543129 - fix buttons disappearing in customize mode after using 'restore defaults', r=jaws 2019-04-29 13:36:04 +00:00
CustomizableWidgets.jsm Bug 1494948: Removed FX_PREFERENCES_OPENED_VIA probe and origin parameter for openPreferences r=jaws,chutten 2019-04-09 20:40:26 +00:00
CustomizeMode.jsm Bug 1540517: Fix sorting of themes in customize mode. r=aswan 2019-04-24 11:18:20 -07:00
DragPositionManager.jsm
moz.build Bug 1527049 - Remove ScrollbarSampler.jsm. r=jaws 2019-02-11 20:54:08 +00:00
PanelMultiView.jsm Bug 1546633: PanelMultiView: Send mousedown event when activating a button via the keyboard. r=Gijs 2019-05-02 10:35:57 +00:00
SearchWidgetTracker.jsm