Session Restore / Restore Tabs not working on 4.14.2
smartz34 —Fri, 03/25/2016 - 09:11
Session restore does not work any more after latest upgrade. Lost all my tabs after re-opening firefox. Also, sometimes the bookmarks list becomes clear but comes back after re-opening firefox. Disabled extensions until fix.
Re: Session Restore / Restore Tabs not working on 4.14.2
Submitted by Efreak15 on Thu, 03/31/2016 - 23:32Re: Session Restore / Restore Tabs not working on 4.14.2
Submitted by onemen on Fri, 04/01/2016 - 11:58In overlay.xul the replacment for isBlankPageURL throw an errror when arguments[0] is null or undefined.
window.isBlankPageURL = function() {
return String.substr(arguments[0], 0, fastdial.Info.URI.length) == fastdial.Info.URI ||
fastdial.Overlay.isBlankPageURL.apply(window, arguments);
}
This break _delayedStartup when uriToLoad is null !!!
Re: Session Restore / Restore Tabs not working on 4.14.2
Submitted by Efreak15 on Fri, 04/01/2016 - 18:48Thank you! Have notified the developer.
Re: Session Restore / Restore Tabs not working on 4.14.2
Submitted by Davux on Tue, 04/05/2016 - 01:22Pages