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

The chrome.tabs.update API doesn't pin tabs #7441

Closed
jonathansampson opened this issue Mar 2, 2017 · 2 comments
Closed

The chrome.tabs.update API doesn't pin tabs #7441

jonathansampson opened this issue Mar 2, 2017 · 2 comments

Comments

@jonathansampson
Copy link
Collaborator

  • Did you search for similar issues before submitting this one?
    Yes

  • Describe the issue you encountered:
    When calling chrome.tabs.update, the user is not able to pin (or unpin) a given tab.

  • Platform (Win7, 8, 10? macOS? Linux distro?):
    Desktop

  • Brave Version (revision SHA):
    0.13.0

  • Steps to reproduce:

    1. Open about:extensions
    2. Press Ctrl+Shift+I, open Console
    3. Run the following command:
chrome.tabs.getCurrent(tab => {
    chrome.tabs.update(tab.id, { pinned: !tab.pinned })
})
  • Actual result:
    The tab is not pinned.

  • Expected result:
    The tab's pinned state should toggle.

  • Will the steps above reproduce in a fresh profile? If not what other info can be added?
    Yes

  • Is this an issue in the currently released version?
    Yes

  • Can this issue be consistently reproduced?
    Yes

  • Any related issues: Fixed incorrect state found in tab.pinned #7440

@jonathansampson
Copy link
Collaborator Author

Duping to #6790

@bbondy
Copy link
Member

bbondy commented Mar 3, 2017

when duping please remove milestone, thanks

@bbondy bbondy removed this from the 0.13.6 milestone Mar 3, 2017
@luixxiul luixxiul added the duplicate Issue has already been reported label Mar 4, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants