Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

notifications.onButtonClicked is not yet implemented, but is claimed to be in FF 47.0 #7

Closed
makyen opened this issue Jun 9, 2016 · 1 comment
Labels
data:webext 🎲 Compat data for Browser Extensions. https://developer.mozilla.org/Add-ons/WebExtensions

Comments

@makyen
Copy link

makyen commented Jun 9, 2016

The current code has notifications.onButtonClicked events ignored:
onButtonClicked: ignoreEvent(context, "notifications.onButtonClicked"),
This is because buttons are not yet implemented (comment from the code):

// FIXME: Lots of options still aren't supported, especially
// buttons.

@wbamberg
Copy link
Collaborator

Thanks for reporting this! -> 48737c5.

@queengooborg queengooborg added the data:webext 🎲 Compat data for Browser Extensions. https://developer.mozilla.org/Add-ons/WebExtensions label Aug 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
data:webext 🎲 Compat data for Browser Extensions. https://developer.mozilla.org/Add-ons/WebExtensions
Projects
None yet
Development

No branches or pull requests

3 participants