New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 600778 link

Starred by 2 users

Issue metadata

Status: WontFix
Owner: ----
Closed: May 2016
Cc:
EstimatedDays: ----
NextAction: ----
OS: Linux
Pri: 3
Type: Bug



Sign in to add a comment

chrome.tabs.create does not execute function callback on linux

Reported by protecte...@gmail.com, Apr 5 2016

Issue description

callback 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
 
Cc: tkonch...@chromium.org
Labels: Needs-Feedback
Could you please provide a sample test case/HTML file to reproduce the issue from test team end.

Comment 2 by ajha@chromium.org, 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
Status: WontFix (was: Unconfirmed)
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