zen-browser / desktop

🌀 Experience tranquillity while browsing the web without people tracking you!
https://zen-browser.app
Mozilla Public License 2.0
18.91k stars 456 forks source link

Essential tabs reverting to about:blank #3125

Closed NeekoVN closed 1 day ago

NeekoVN commented 1 day ago

Captchas

What happened?

Some essentials tabs revert back to about:blank seemingly on random when the browser is opened. I don't know whether it's reproducible on Firefox because Zen's vertical tabs system was not originated from Firefox.

Below are my screenshot showing the issue. Screenshot 2024-11-21 000143

Reproducible?

Version

1.0.1-a.19

What platform are you seeing the problem on?

Windows

Relevant log output

No response

dosubot[bot] commented 1 day ago

I found a related issue that might be helpful:

To continue talking to Dosu, mention @dosu.

NeekoVN commented 1 day ago

@dosu I find that the issue you mentioned is not quite the same with my issue, my issue is essential tabs reverting back to about:blank, not a display issue.

dosubot[bot] commented 1 day ago

The issue of essential tabs reverting to about:blank might be related to the zenPinnedTabRestorePinnedTabsToPinnedUrl preference. If this preference is set to true, the browser attempts to reset pinned tabs to their stored state, which includes their original URLs. If the stored state is not properly initialized or if there is an issue with the stored URL, the tab might revert to about:blank.

To resolve this, you can:

  1. Check the zenPinnedTabRestorePinnedTabsToPinnedUrl preference to ensure it's correctly set.
  2. Verify that the pinned tabs have valid stored URLs.
  3. Look for any console errors related to the initialization of the pins cache or the restoration process.

Further investigation into the stored pin data and the initialization process may be necessary if the issue persists [1].

To continue talking to Dosu, mention @dosu.

NeekoVN commented 1 day ago

@dosu thanks for the explanation, it temporary fixed the issue. Guess I'll have to live with it then.

dosubot[bot] commented 1 day ago

You're welcome! If the issue persists or becomes more frequent, consider reporting it again with any new details you might observe. This could help in identifying a more permanent fix. If you have any more questions or need further assistance, feel free to ask!

To continue talking to Dosu, mention @dosu.

NeekoVN commented 1 day ago

I will close my issue now.