-
Notifications
You must be signed in to change notification settings - Fork 973
Reports of tabs session lost on upgrade #11576
Comments
We're going to need more info on this one I do remember an issue previously about window state loss after upgrade, which I believe you had fixed @bbondy. I'm going to see if I can find more data so that we can properly investigate this |
Important details
|
Haven't been able to repro 100%, however 3 times this caused partial loss: |
Should help with brave#11576 Auditors: @darkdh
Working on repro... @BrendanEich shared the following (related to losing window state):
|
fix #13421 fix #11576 Auditors: @bridiver Test Plan: 1. Set `sessionSaveInterval` to `1` in js/constants/appConfig.js 2. Playing around with bookmark toolbar folder 3. Playing around with auotfill menu(fill with entry and clear) 4. Playing around with hamburger menu 5. Playing around with back/forward long pressed menu 6. There shouldn't be any exceptions about "function can be cloned"
fix #13421 fix #11576 Auditors: @bridiver Test Plan: 1. Set `sessionSaveInterval` to `1` in js/constants/appConfig.js 2. Playing around with bookmark toolbar folder 3. Playing around with auotfill menu(fill with entry and clear) 4. Playing around with hamburger menu 5. Playing around with back/forward long pressed menu 6. There shouldn't be any exceptions about "function can be cloned"
Wish I could appreciate the humorous irony in first experiencing this upgrade-triggered issue after upgrading to the release that was supposed to fix it, but losing all of my (many) tabs again has been a major drag. When I opened up Brave after upgrading to 0.21.19, my windows were "restored" with what appears to be their previous sizes and positions, but all tabs were gone, replaced with one single blank tab per window. These tabs were literally blank in that they aren't even showing the I've tried restoring a previous |
Definitely looks like this is not fixed Please note that if you choose You will unfortunately lose your window / tab state on application launch. We do have an issue captured to keep window / tab state on upgrade only (please see #8625) We'll need to investigate this more to find the root cause. Often times, it can be an exception when trying to write the session to disk (one of which @darkdh fixed). Seems that we have some other use-cases to fix too. Stay tuned |
NOTE: Close above happened automatically when Chromium 65 branch was merged to master. I manually re-opened (thanks @darkdh) |
@LaurenWags and @bsclifton, clearly the window/tab states must exist somewhere in my backup (I'm assuming you haven't forced the settings into NVRAM or made history and somehow found a way to keep them resident in volatile RAM while my computer's shut down). So my question for now is has the file format irretrievably changed, in which case I could temporarily roll back to an older version of Brave and get my precious tabs, or was |
Hi @esmail Unfortunately no- the window and tab state is only stored in |
Unfortunately, I don't think we'll have a short-term fix for this. However, this problem should not occur once we move over to brave-core |
Original issue description
I saw one report on twitter that lost current tabs / windows. Also Brendan lost partial Windows after the last upgrade. For Brendan he mentions that the browser didn't restart after update as a clue for where to look.
The text was updated successfully, but these errors were encountered: