chrome-extensions-samples icon indicating copy to clipboard operation
chrome-extensions-samples copied to clipboard

Popup extension with "chrome.tabs.update" API was work unnormal in Mac

Open chen6516 opened this issue 1 year ago • 0 comments

Describe the bug ENV:Newest chrome(105.0.5195.127) + popup extention development Question: When i develop popup extention and i invoke "chrome.tabs.update" API to update url in current Tab, the chrome of windows version is work ok, but it will auto close popup window in Mac. i need comunication popup with content-script, so, but, the popup be closed automaticaly.

To Reproduce I download offical popup demo(https://github.com/GoogleChrome/chrome-extensions-samples/tree/main/examples/milestones). i add a button in popup window(popup.html) and click this button will invoke "chrome.tabs.update" function to update current url of Tab. the same as my describe that popup window will auto close in mac , the windows version is work ok.

chen6516 avatar Sep 28 '22 05:09 chen6516