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.
Search logos
Search site
Navigation
User login
Online users
Recent comments
-
by: jameseoo3 hours 46 min ago
-
by: asadkhatri62712 hours 41 min ago
-
by: jameseoo21 hours 51 min ago
-
by: sijiv317591 day 18 min ago
-
by: sijiv317591 day 1 hour ago
-
by: sijiv317591 day 2 hours ago
-
by: sijiv317591 day 3 hours ago
-
by: sijiv317591 day 3 hours ago
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