Closed Bug 1197875 Opened 9 years ago Closed 9 years ago

Tree Style tab fails to display new tabs in Fx42+

Categories

(Firefox :: Tabbed Browser, defect)

42 Branch
All
macOS
defect
Not set
normal

Tracking

()

RESOLVED INVALID

People

(Reporter: edwong, Unassigned)

References

Details

(Keywords: regression)

Attachments

(1 file)

I can't use Fx42 or greater as any new tabs are not displayed to the user.  This bug does not occur with Fx41 or earlier. 

STR:
1. install Tree Style Tab add-on
2. create a new tab any way you want (keyboard, menu)

actual: the tab is hidden, you can see it's offset a bit.
Please can we fix this before it hits release channel!
:dolske do you know who i can talk to about this bug
Flags: needinfo?(dolske)
Seems plausible, since the tree style tab version on AMO has, in modules/lib/animationManager.js:

  aWindow.mozRequestAnimationFrame(function() {
    self.processAnimationFrame(aWindow);
  });

in two different places.  They need to update the addon to use requestAnimation instead; since they're not using the argument to the callback function at all, this should be a trivial update... except they need to stop using mozAnimationStartTime as well.

We did discuss this in bug 909154 and the conclusion was that the small number of affected addons could be updated easily.
Blocks: 909154
Flags: needinfo?(bzbarsky)
This was reported and fixed a while ago: https://github.com/piroor/treestyletab/issues/915. As far as I know, the updated version hasn't been distributed yet, and it's not on AMO.
I've built the xpi from source and posted here for my personal use: https://people.mozilla.org/~ewong2/treesytletab/

closing as invalid
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → INVALID
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: