pwhite2 / tabgroupsmanager

Automatically exported from code.google.com/p/tabgroupsmanager
2 stars 0 forks source link

during a session, tabs managed by TGM get "locked" and other visual/functional issues appear over time #11

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
If you run a decently-lengthed session in a browser, eventually you will run 
into tab placement / useability issues.

Specifically, I have seen the following:

1. Tabs occasionally disappear on their own.
2. When closing / manipulating tabs in a group, various tabs gt "stuck" or 
locked into place. 
3. Occasionally, a space will open up where a tab should be; subsequently, no 
other tab can be moved there.
4. Occasionally, a tab turns black and cannot be used.

I have seen this behaviour with TGM in production versions of Firefox 18 - 21.

Original issue reported on code.google.com by j...@brandloyal.com on 13 Jun 2013 at 12:38

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago

Original comment by Stilezy on 18 Jun 2013 at 11:07

GoogleCodeExporter commented 9 years ago

Original comment by Stilezy on 18 Jun 2013 at 11:11

GoogleCodeExporter commented 9 years ago

Original comment by miguelro...@gmail.com on 1 Jul 2013 at 9:30

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago

-  Moved to QA for 104.0, just to be sure

Original comment by tgmj...@gmx.com on 9 Sep 2013 at 4:15