搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

Learn More

New tab instead of my previous session

  • 2 个回答
  • 1 人有此问题
  • 2 次查看
  • 最后回复者为 arnifreyr72

more options

Hi.

This seems to be a horrible new bug in Firefox 45.0.1. This has happened to me at least twice. When I click an old tab, all I get is an empty tab. Firefox shows the the correct icons for the web page bug can't get the url again. I tried bookmarking all my tabs, hoping that I could get my old tabs again but unfortunately the "bookmark all tabs" could only bookmark a few of them, nearly none. Please notice my attached image of the Firefox browser (45.0.1) which shows that all or most of the tabs have the text "New tab" and can no longer show the correct url when I click on that particular tab. The icon as you see is showing an icon for some web page on the Internet.

Good luck.

Hope you will fix this soon, this is a severe bug and probably affects many.

Arni Freyr Jonsson, Software Developer in Iceland.

Hi. This seems to be a horrible new bug in Firefox 45.0.1. This has happened to me at least twice. When I click an old tab, all I get is an empty tab. Firefox shows the the correct icons for the web page bug can't get the url again. I tried bookmarking all my tabs, hoping that I could get my old tabs again but unfortunately the "bookmark all tabs" could only bookmark a few of them, nearly none. Please notice my attached image of the Firefox browser (45.0.1) which shows that all or most of the tabs have the text "New tab" and can no longer show the correct url when I click on that particular tab. The icon as you see is showing an icon for some web page on the Internet. Good luck. Hope you will fix this soon, this is a severe bug and probably affects many. Arni Freyr Jonsson, Software Developer in Iceland.
已附加屏幕截图

所有回复 (2)

more options

A possible way to inspect a sessionstore.js file or a file in the sessionstore-backups folder is opening the file in a Firefox tab and evaluate this JavaScript code in the Web Console (Firefox/Tools > Web Developer). Paste the code in the command line of the Web Console and press the Enter key to evaluate the code.


eval("ss = "+document.body.innerHTML.replace("<pre>","").replace("</pre>",""));
sd='';
for (var i = 0; i < ss.windows[0].tabs.length; i++) {
 var ent = ss.windows[0].tabs[i].entries;
 var last = ent[ent.length-1];
 sd+="["+(i+1)+"]:"+"<a href="+last.url+">"+last.url+"</a><br />";
}
document.body.innerHTML=sd;
more options

I don't have any idea what you are talking about !