Hau-Hau / firefox-tab-suspender

A Firefox extension that automatic suspend tabs and saves memory
Other
15 stars 2 forks source link

Suspended pages cannot be reopened #77

Open ITgreybeard opened 4 years ago

ITgreybeard commented 4 years ago

First of all, thanks for this software product!

In the last day or so, suspended pages cannot be restored. Tab Suspender displays the standard info in the middle of the page, but a hovering hand does nothing on a click.

These are week-old suspended pages. As yet I have not tried this on new ones.

Hau-Hau commented 4 years ago

Hello @ITgreybeard!

Thanks for issue! As I understand, you turn off browser with suspended tabs and after reopen of Firefox suspended tabs cannot be reopened? Also can you paste here one of not working urls?

Best regards!

ITgreybeard commented 4 years ago

Hello! I closed Firefox and reopened several times several days ago, before I wrote you. Since then, Firefox has been updated. The links now work. Thank you!

Where can I contribute funds (modest) to your project?

From: Michalewicz Piotr notifications@github.com Sent: Thursday, April 09, 2020 1:02 PM To: Hau-Hau/firefox-tab-suspender firefox-tab-suspender@noreply.github.com Cc: I.T. Greybeard itgreybeard@gmail.com; Mention mention@noreply.github.com Subject: Re: [Hau-Hau/firefox-tab-suspender] Suspended pages cannot be reopened (#77)

Hello @ITgreybeard https://github.com/ITgreybeard !

Thanks for issue! As I understand, you turn off browser with suspended tabs and after reopen of Firefox suspended tabs cannot be reopened? Also can you paste here one of not working urls?

Best regards!

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/Hau-Hau/firefox-tab-suspender/issues/77#issuecomment-611725963 , or unsubscribe https://github.com/notifications/unsubscribe-auth/AB5AZFNECIWANHUMSD4XUBTRLYSUXANCNFSM4L4NHA5Q . https://github.com/notifications/beacon/AB5AZFLRBRSS64M2VIW3B2LRLYSUXA5CNFSM4L4NHA52YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOER3DFCY.gif

marcin93 commented 4 years ago

I have experienced that issue today first time - twice.

Firefox Nightly: 79.0a1 (2020-06-11) (64-bit) Tab Suspender: 3.7.4

case:

Click nor refresh helps

Workaround: restart browser and click on suspended page.

page source after suspended page crash:

<!DOCTYPE html>
<html>
<head>
    <link rel="stylesheet" type="text/css" href="options-styles.css">
  <meta charset="utf-8">
</head>
<body class="Layout Layout--column Layout--center u-min-w-100vw u-max-w-100vw u-min-h-100vh u-max-h-100vh u-pointer">
  <div id="t" class="u-ww-bw u-max-w-90vw"></div>
  <div id="u" class="u-ww-bw u-max-w-90vw u-m-16px"></div>
  <div class="u-ww-bw u-max-w-90vw">Click to reload</div>
  <script src="discarded.js"></script>
</body>
</html>

console output for such page: Screenshot 2020-06-11 at 22 15 47