Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

Pocket: chrome.browserAction.setIcon fails #4702

Closed
jonathansampson opened this issue Oct 12, 2016 · 1 comment · Fixed by #5262
Closed

Pocket: chrome.browserAction.setIcon fails #4702

jonathansampson opened this issue Oct 12, 2016 · 1 comment · Fixed by #5262
Assignees
Milestone

Comments

@jonathansampson
Copy link
Collaborator

Describe the issue you encountered:
Calling chrome.browserAction.setIcon results in no icon being displayed.

Expected behavior:
Calling chrome.browserAction.setIcon should result in an updated browserAction icon.

Pocket uses this method to indicate when a URL has been saved.

Platform: Windows 10
Brave Version: 0.12.4

Steps to reproduce:

  1. Navigate to chrome-extension://niloccemoadcdkdjlinkgdfekeahmflj/options/options.html
  2. Open Developer Tools, Console
  3. Run chrome.browserAction.setIcon({ path: 'http://i.imgur.com/01TA7Or.jpg' })
  4. Note that no icon is displayed
  • Any related issues:
@jonathansampson
Copy link
Collaborator Author

This issue also impacts the Evernote extension. With Evernote, however, this method is called during initialization, which results in no icon from the start of the user's session.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants