Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

자세히 살펴보기

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 !