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.
See #11070 for an overview of the phantom tab issue (which seems to have been introduced with 0.19.7)
Steps to Reproduce
cause phantom tab
Go to about:preferences#tabs
Turn on Switch to new tabs immediately
Go to any sites in new tab
Middle click on any links on the page
Go back to the tab in step 3
Middle click on any links on the page
interact with it (part 1)
Right click phantom tab to open context menu
Notice that the UI doesn't respond anymore (typing in URL bar, hitting enter, etc)
Open browser dev tools via Shift + F8 to see errors
interact with it (part 2)
Drag phantom tab
Error is logged to command line (if you launched via command line)
Actual result:
When right clicking (part 1)
When dragging (part 2)
TypeError: Cannot read property 'delete' of null
at frameOptsFromFrame (/Users/clifton/Documents/browser-laptop/js/state/frameStateUtil.js:315:6)
at tabsReducer (/Users/clifton/Documents/browser-laptop/app/browser/reducers/tabsReducer.js:353:25)
at reducers.reduce (/Users/clifton/Documents/browser-laptop/js/stores/appStore.js:384:24)
at Array.reduce (<anonymous>)
at applyReducers (/Users/clifton/Documents/browser-laptop/js/stores/appStore.js:382:68)
at handleAppAction (/Users/clifton/Documents/browser-laptop/js/stores/appStore.js:428:14)
at callbacks.forEach (/Users/clifton/Documents/browser-laptop/js/dispatcher/appDispatcher.js:107:7)
at Array.forEach (<anonymous>)
at AppDispatcher.dispatchToOwnRegisteredCallbacks (/Users/clifton/Documents/browser-laptop/js/dispatcher/appDispatcher.js:106:20)
at AppDispatcher.dispatchInternal (/Users/clifton/Documents/browser-laptop/js/dispatcher/appDispatcher.js:132:10)
Expected result:
not crashing
Reproduces how often: 100%
Brave Version
Brave: 0.19.20
rev: d9566ab
Muon: 4.4.25
libchromiumcontent: 61.0.3163.100
V8: 6.1.534.41
Node.js: 7.9.0
Update Channel: Beta
OS Platform: macOS
OS Release: 16.7.0
OS Architecture: x64
Reproducible on current live release:
No
The text was updated successfully, but these errors were encountered:
Description
See #11070 for an overview of the phantom tab issue (which seems to have been introduced with 0.19.7)
Steps to Reproduce
cause phantom tab
about:preferences#tabs
Switch to new tabs immediately
interact with it (part 1)
interact with it (part 2)
Actual result:
When right clicking (part 1)
When dragging (part 2)
Expected result:
not crashing
Reproduces how often: 100%
Brave Version
Brave: 0.19.20
rev: d9566ab
Muon: 4.4.25
libchromiumcontent: 61.0.3163.100
V8: 6.1.534.41
Node.js: 7.9.0
Update Channel: Beta
OS Platform: macOS
OS Release: 16.7.0
OS Architecture: x64
Reproducible on current live release:
No
The text was updated successfully, but these errors were encountered: