Do we need to dispatch command events for non-primary clicks?
Bug 1704948 Comment 7 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
Do we need to dispatch command events for non-primary clicks? Usually only left click triggers command.
Do we need to dispatch command events for non-primary clicks? Usually only left click triggers command. ... oh, I see https://searchfox.org/mozilla-central/rev/759872688df15a5d6ab305ffe39d90450590bfec/browser/base/content/utilityOverlay.js#712 is bizarre. Doing something against platform convention.
Do we need to dispatch command events for non-primary clicks? Usually only left click triggers command. ... oh, I see https://searchfox.org/mozilla-central/rev/759872688df15a5d6ab305ffe39d90450590bfec/browser/base/content/utilityOverlay.js#712 is bizarre. Doing something against platform convention. But yeah, .button property would be fine.