Open GoogleCodeExporter opened 9 years ago
[deleted comment]
[deleted comment]
Not seen this in v16 or earlier, over many months and 1000+tabs, nor (yet) in
v18. My experience of tabs vanishing has been more related to the setting
"browser.sessionstore.restore_hidden_tabs" in about:config - this MUST be
'true' for TGM to work reliably in those versions. Suspended tab groups can
vanish in v20, and might also vanish in v19, mainly on session restart though,
due to changes in those issues, but that's different of course.
Can you narrow this one down at all, or screenshot it (without personal info)?
Maybe check if this repeats in v18 (or 18.0.2), with the above setting checked,
or with most other extensions disabled, or reproduced in a clean install or
clean profile?
Original comment by Stilezy
on 13 Jun 2013 at 2:40
Original comment by Stilezy
on 18 Jun 2013 at 11:07
Original comment by Stilezy
on 18 Jun 2013 at 11:11
Original comment by miguelro...@gmail.com
on 1 Jul 2013 at 9:30
This issue could be caused by core changes made to Firefox, and some bugs
probably which has never been fixed in Firefox:
https://bugzilla.mozilla.org/show_bug.cgi?id=261826
https://bugzilla.mozilla.org/show_bug.cgi?id=786484
https://bugzilla.mozilla.org/show_bug.cgi?id=595601
The solution of the "hidden" tab problem is written here:
http://xuldev.blogspot.com.es/2007/09/how-to-hide-tab-correctly-difference.html
https://developer.mozilla.org/en-US/docs/Firefox_addons_developer_guide/Introduc
tion_to_XUL%E2%80%94How_to_build_a_more_intuitive_UI
Instead of using the attribute "hidden" to hide the tabs each time a group is
opened, the attribute "collapsed" should be used.
The problem happens when we move a tab in the same group. Firefox doesnt handle
very well elements which has been hidden before, assigning a new index or an
incorrect one.
This issue has been solved and works perfectly with the above solutions, no
more tab dissapearing :)
I will send a beta package soon with the fix.
Original comment by miguelro...@gmail.com
on 7 Jul 2013 at 6:41
[deleted comment]
- Moved to QA for 104.0, just to be sure
Original comment by tgmj...@gmx.com
on 9 Sep 2013 at 4:15
Original issue reported on code.google.com by
j...@brandloyal.com
on 13 Jun 2013 at 12:38