[Bug 192653] Re: firefox 3 session restore and undo closed tab missing

2009-06-02 Thread Pete Gillin
In case anyone stumbles across this, as I just did, it seems to be a bug with FF3 and Tab Mix Plus which persists even if you uninstall the extension. I fixed it by: (1) Uninstalling TMP, (2) Closing firefox, (3) Editing .mozilla/firefox/[profile-identifier]/prefs.js to delete all lines setting

[Bug 192653] Re: firefox 3 session restore and undo closed tab missing

2009-02-22 Thread Martin Mai
We are closing this bug report because it lacks the information we need to investigate the problem, as described in the previous comments. Please reopen it if you can give us the missing information, and don't hesitate to submit bug reports in the future. To reopen the bug report you can click on

[Bug 192653] Re: firefox 3 session restore and undo closed tab missing

2009-01-19 Thread Martin Mai
We were wondering if this is still an issue for you. Can you try with the latest Ubuntu release? Thanks in advance. -- firefox 3 session restore and undo closed tab missing https://bugs.launchpad.net/bugs/192653 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 192653] Re: firefox 3 session restore and undo closed tab missing

2008-07-25 Thread crysys
I can confirm this "design flaw" survived both an upgrade to Hardy and to FF 3.0. In my case it was a removed tab mix plus extension responsible for this and changing browser.sessionstore.enabled to true in about:config fixed it. Upon restart it even restored the tabs I had open when I removed ta

[Bug 192653] Re: firefox 3 session restore and undo closed tab missing

2008-06-19 Thread c0mp13371331337
Doesn't seem to be an extension problem. I wiped ~/.mozilla/firefox and started fresh when I first started working on this and it was still happening with a default firefox directory. So it definitely doesn't seem to have anything to do with extensions, unless I'm missing something. Seems to be

Re: [Bug 192653] Re: firefox 3 session restore and undo closed tab missing

2008-06-19 Thread Alexander Sack
On Tue, Jun 17, 2008 at 06:11:30AM -, c0mp13371331337 wrote: > Hello again, > > Another interesting update on this: I was trying to import my old > bookmarks.html file into firefox, as I was previously unaware that > firefox 3 uses the sqlite files and was merely backing up my bookmarks > fil

[Bug 192653] Re: firefox 3 session restore and undo closed tab missing

2008-06-16 Thread c0mp13371331337
Hello again, Another interesting update on this: I was trying to import my old bookmarks.html file into firefox, as I was previously unaware that firefox 3 uses the sqlite files and was merely backing up my bookmarks file when creating new profiles. I used the bookmark import utility, imported f

[Bug 192653] Re: firefox 3 session restore and undo closed tab missing

2008-06-11 Thread c0mp13371331337
Thanks for the replies. I have disabled compiz, changed my appearance preferences to the default Ubuntu (Human) theme, rebooted, then opened firefox. It opened one blank tab. I did a dummy google search in a few different tabs, used the X to close firefox, re-opened it, still won't restore my se

Re: [Bug 192653] Re: firefox 3 session restore and undo closed tab missing

2008-06-11 Thread John Vivirito
Alexander Sack wrote: > On Wed, Jun 11, 2008 at 04:59:57AM -, c0mp13371331337 wrote: > >> I can confirm this bug on a fresh Hardy install, no tab-mix plus >> whatsoever. >> >> The odd thing is, I can use File > Quit or Ctrl+Q and when I restart >> firefox, it opens my previous session. Howe

Re: [Bug 192653] Re: firefox 3 session restore and undo closed tab missing

2008-06-11 Thread John Vivirito
Alexander Sack wrote: > On Wed, Jun 11, 2008 at 04:59:57AM -, c0mp13371331337 wrote: > >> I can confirm this bug on a fresh Hardy install, no tab-mix plus >> whatsoever. >> >> The odd thing is, I can use File > Quit or Ctrl+Q and when I restart >> firefox, it opens my previous session. Howe

Re: [Bug 192653] Re: firefox 3 session restore and undo closed tab missing

2008-06-10 Thread Alexander Sack
On Wed, Jun 11, 2008 at 04:59:57AM -, c0mp13371331337 wrote: > I can confirm this bug on a fresh Hardy install, no tab-mix plus > whatsoever. > > The odd thing is, I can use File > Quit or Ctrl+Q and when I restart > firefox, it opens my previous session. However, using the window > manager's

[Bug 192653] Re: firefox 3 session restore and undo closed tab missing

2008-06-10 Thread c0mp13371331337
I can confirm this bug on a fresh Hardy install, no tab-mix plus whatsoever. The odd thing is, I can use File > Quit or Ctrl+Q and when I restart firefox, it opens my previous session. However, using the window manager's close button (X) or Alt+F4 (my primary method of closing windows), it does n

Re: [Bug 192653] Re: firefox 3 session restore and undo closed tab missing

2008-05-29 Thread Alexander Sack
On Thu, May 22, 2008 at 12:46:13PM -, Gabor CZIGOLA wrote: > First close Firefox completely. Then try to (re)move the .mozilla directory > from your home (~) dir. > Tab restore should work by now. DONT spread this kind of destructive advice. It _wipe_ all bookmarks and other data the user mig

[Bug 192653] Re: firefox 3 session restore and undo closed tab missing

2008-05-22 Thread Gabor CZIGOLA
First close Firefox completely. Then try to (re)move the .mozilla directory from your home (~) dir. Tab restore should work by now. Although all your settings/cache/saved passwords will be unaccessible. If you need them, you have to merge you old config by hand. In my example a legacy setting of

[Bug 192653] Re: firefox 3 session restore and undo closed tab missing

2008-05-22 Thread Fabian A. Scherschel
I can confirm that Firefox 3 beta 5 never saves my tabs upon close. I tried every possible setting that even remotely sounds like it would affect this and started over with fresh profiles about a dozen times. Xubuntu Hardy (32bit) patched and up-to-date, Firefox 3.0b5, Dell XPS m1330 laptop -- f

[Bug 192653] Re: firefox 3 session restore and undo closed tab missing

2008-03-01 Thread prismatic7
This bug is present on a fresh install of hardy, without any prior installation of Tab Mix, etc. (Alpha 5 X86_64) The Firefox error console reports: SessionStore: The session file is invalid: TypeError: this._initialState.windows[0] is undefined In about:config browser.sessionstore.enabled=true

[Bug 192653] Re: firefox 3 session restore and undo closed tab missing

2008-02-25 Thread Gabor CZIGOLA
This is not a bug in Firefox itself, but can be considered as a design flaw: Disabled or uninstalled plugins should not have any side affects, or they should be given the possibility to rollback all their modifications, before disabling any of them. ** Changed in: firefox-3.0 (Ubuntu) Stat

[Bug 192653] Re: firefox 3 session restore and undo closed tab missing

2008-02-25 Thread Gabor CZIGOLA
Finally I managed to track the bug down: If I removed the following line from prefs.js, both session restore and undo close tab began to work. user_pref("browser.sessionstore.enabled", false); This line was inserted earlier (when running Firefox version < 3) from the Tab Mix Plus add-on, becau

[Bug 192653] Re: firefox 3 session restore and undo closed tab missing

2008-02-25 Thread Alexander Sack
1. Please backup your $HOME/.mozilla directory first (IMPORTANT) and keep it until this bug is closed :) 2. please try to select a different entry once; restart firefox; select your initial setting again; restart firefox and see if it works. Thanks, - Alexander ** Changed in: firefox-3.0 (Ubun

[Bug 192653] Re: firefox 3 session restore and undo closed tab missing

2008-02-20 Thread CZIGOLA Gabor
Setting any option in Edit->Preferences->Main->Startup>When Firefox starts: has no effect at all. -- firefox 3 session restore and undo closed tab missing https://bugs.launchpad.net/bugs/192653 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact f

[Bug 192653] Re: firefox 3 session restore and undo closed tab missing

2008-02-20 Thread Alexander Sack
which startup settings did you tweak in preferences? ** Changed in: firefox-3.0 (Ubuntu) Status: New => Incomplete -- firefox 3 session restore and undo closed tab missing https://bugs.launchpad.net/bugs/192653 You received this bug notification because you are a member of Ubuntu Bugs, wh