Compatibility with Australis (as a CustomizaleUI widget)
Posted: Sat May 03, 2014 2:14 pm
Relevant add-on: The Puzzle Piece: https://addons.mozilla.org/en-US/firefo ... /versions/
When placing FG's media button in TPP's bar, it will be reset back to the navigation bar after a restart.
This is because in gFlashGot._mediaIDs it checks for the existence of the button as an absolute, and if it can't find its node in the document, it always resets it back to its default place: #addon-bar, which then firefox automatically migrates to the #nav-bar. With the new CustomizableUI system from Australis, the lack of a physical node at startup does not necessarily mean that it won't be eventually positioned somewhere, such as TPP's bar which is initialized only after this is called. (See http://forums.informaction.com/viewtopi ... =7&t=19579 for a similar issue with NoScript's button.)
When placing FG's media button in TPP's bar, it will be reset back to the navigation bar after a restart.
This is because in gFlashGot._mediaIDs it checks for the existence of the button as an absolute, and if it can't find its node in the document, it always resets it back to its default place: #addon-bar, which then firefox automatically migrates to the #nav-bar. With the new CustomizableUI system from Australis, the lack of a physical node at startup does not necessarily mean that it won't be eventually positioned somewhere, such as TPP's bar which is initialized only after this is called. (See http://forums.informaction.com/viewtopi ... =7&t=19579 for a similar issue with NoScript's button.)