Skip to content

Context menus in dial page stop working in Firefox 152+ #192

@Rob--W

Description

@Rob--W

Your extension creates several menu items for its dial.html page that uses browser.tabs.executeScript to interact with your implementation from dial.js.

The use of tabs.executeScript was deprecated since Firefox 149 (https://bugzilla.mozilla.org/show_bug.cgi?id=2011234) and will become unavailable in Firefox 152, after which these context menus will cease to work. I recommend switching to tabs.sendMessage as an alternative.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions