You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.
pinning tabs when a window has been closed results in error 'Object has been destroyed'
Steps to Reproduce
Start browser (clean profile)
Open some tabs
Open a new window (ctrlorcmd-n)
Close newly opened window (ctwlorcmd-w)
Pin one of the tabs in the original window
Actual result:
Error:
An uncaught exception occurred in the main process Uncaught Exception:
Error: Object has been destroyed
at updatePinnedTabs (/Users/petemill/Development/Brave/browser-laptop/app/browser/windows.js:76:11)
at Immediate.setImmediate (/Users/petemill/Development/Brave/browser-laptop/app/browser/windows.js:244:11)
at runCallback (timers.js:672:20)
at tryOnImmediate (timers.js:645:5)
at processImmediate [as _immediateCallback] (timers.js:617:5)
Expected result:
No error
Reproduces how often:
Brave Version
about:brave info:
master
Reproducible on current live release:
0.19 pinned tab code is different - does not have many of the fixes in 0.20 / master
The text was updated successfully, but these errors were encountered:
Description
pinning tabs when a window has been closed results in error 'Object has been destroyed'
Steps to Reproduce
Actual result:
Error:
Expected result:
No error
Reproduces how often:
Brave Version
about:brave info:
master
Reproducible on current live release:
0.19 pinned tab code is different - does not have many of the fixes in 0.20 / master
The text was updated successfully, but these errors were encountered: