chrome.tabs.create does not execute function callback on linux
Reported by
protecte...@gmail.com,
Apr 5 2016
|
||
Issue descriptioncallback is executed without any problem on a mac inside popup script, when we try to run same code on linux builds of chrome and chromium then chrome.tabs.create does not execute function callback inside popup script, works perfectly fine inside background script on linux builds of chrome and chromium but it does not work inside popup script as it worked on a mac. chrome.tabs.create(object createProperties, function callback) Supports function callback but callback is not executed inside popup script on linux builds of chrome and chromium. I was forced to use message passing from popup to background to make this working on linux in one of my chrome extensions that's why filing this bug , hope this gets fixed in upcoming versions of chromium. https://developer.chrome.com/extensions/tabs#method-create
,
Apr 28 2016
protectedroot@: Please update the thread as per C#1 for further triage. Cc'ing rob@ to confirm if this is same as Issue 411225
,
May 19 2016
Due to lack of user response we are closing this issue for now. Please feel free to file a new issue if you come across this issue again. |
||
►
Sign in to add a comment |
||
Comment 1 by tkonch...@chromium.org
, Apr 6 2016Labels: Needs-Feedback