Fixes for extensions broken since new addon manager landed

Discussion about official Mozilla Firefox builds
Locked
GrimReaper
Posts: 54
Joined: November 4th, 2004, 1:55 pm

Re: Fixes for extensions broken since new addon manager land

Post by GrimReaper »

Does anyone know of a fix for Aero Window Title?

It adds the window title back to the window (something I find pretty handy) but when the window itself isn't maximised the Firefox/Minefield button because vertically too large.

For example:

Normal (when window is maximised)

Image

Abnormal when it isn't maximised

Image
Harlequin99
Posts: 432
Joined: August 24th, 2007, 11:02 am

Re: Fixes for extensions broken since new addon manager land

Post by Harlequin99 »

Wait for Ben Smedberg, the developer to update the add-on. It was updated earlier this month to v1.2 and Ben admitted the code is fragile and easily broken by nightly tweaks to the theme. There is probably some CSS you could you instead but others will have to advise on that.
User avatar
rob64rock
Posts: 2122
Joined: November 11th, 2009, 6:16 am

Re: Fixes for extensions broken since new addon manager land

Post by rob64rock »

GrimReaper wrote:Does anyone know of a fix for Aero Window Title?

It adds the window title back to the window (something I find pretty handy) but when the window itself isn't maximised the Firefox/Minefield button because vertically too large.

For example:

Normal (when window is maximised)

Image

Abnormal when it isn't maximised

Image


Try putting this code in "userChrome.ccs" file or Stylish extension by copy/paste in it's "write new style" option window:

Code: Select all

/* Fix Firefox button position and height */

#main-window[sizemode="normal"] #appmenu-button {
  padding-top: 3px !important;
  padding-bottom: 3px !important;
}

#main-window[tabsontop="true"]:not([inFullscreen]) #appmenu-button-container {
  position: fixed !important;
  z-index: 1;
}
xxmonkeys
Posts: 7
Joined: January 14th, 2010, 5:44 am

Re: Fixes for extensions broken since new addon manager land

Post by xxmonkeys »

Anyone know of a fix for URL Flipper?

https://addons.mozilla.org/en-US/firefox/addon/3572/
Surfer56
Posts: 4
Joined: July 29th, 2010, 7:06 am

Re: Fixes for extensions broken since new addon manager land

Post by Surfer56 »

Can someboby fix keyconfig for Firefox4?
makondo
Posts: 1961
Joined: October 18th, 2007, 5:26 pm
Location: Rocky Mountains

Re: Fixes for extensions broken since new addon manager land

Post by makondo »

New beta Stylish is available.
WonderCsabo
Posts: 2230
Joined: June 25th, 2010, 9:29 am
Location: Budapest, Hungary

Re: Fixes for extensions broken since new addon manager land

Post by WonderCsabo »

Oh man, this is great news!

Other thing: Anyone know how to fix about:me ?
dmmozilla
Posts: 3
Joined: November 26th, 2010, 8:58 pm

Foxytunes?

Post by dmmozilla »

Foxytunes.........I'm dying without this extension but loving the speed of FF4beta so can't go backwards. I've tried the extension that disables revision checking and foxytunes does load but does not work. Anyone have this extension working? Any insight on when it might be updated? thanks!
KWierso
Posts: 8829
Joined: May 7th, 2006, 10:29 pm
Location: California

Re: Foxytunes?

Post by KWierso »

dmmozilla wrote:Foxytunes.........I'm dying without this extension but loving the speed of FF4beta so can't go backwards. I've tried the extension that disables revision checking and foxytunes does load but does not work. Anyone have this extension working? Any insight on when it might be updated? thanks!

I have no idea if this'll work, but you could try editing the addon's install.rdf file (inside the xpi file) and add the following somewhere inside the <Description> tag:

Code: Select all

<em:unpack>true</em:unpack>

And then try installing it.
That will force the extension to be unpacked when you install it, which might help.
User avatar
rob64rock
Posts: 2122
Joined: November 11th, 2009, 6:16 am

Re: Foxytunes?

Post by rob64rock »

KWierso wrote:
dmmozilla wrote:Foxytunes.........I'm dying without this extension but loving the speed of FF4beta so can't go backwards. I've tried the extension that disables revision checking and foxytunes does load but does not work. Anyone have this extension working? Any insight on when it might be updated? thanks!

I have no idea if this'll work, but you could try editing the addon's install.rdf file (inside the xpi file) and add the following somewhere inside the <Description> tag:

Code: Select all

<em:unpack>true</em:unpack>

And then try installing it.
That will force the extension to be unpacked when you install it, which might help.


Tried that still doesn't work we'll have to wait until it's updated.
User avatar
SantaFe
Posts: 196
Joined: May 25th, 2003, 10:48 pm
Location: Shunting Box Cars.

Re: Fixes for extensions broken since new addon manager land

Post by SantaFe »

Anyone having problems with Image Zoom again? The fixed one was working fine this morning, then got an update to Minefield 4.0b8 & now it's not. :(
User avatar
couldabeen
Posts: 6729
Joined: September 9th, 2003, 11:24 am
Location: I'm Right Here

Re: Fixes for extensions broken since new addon manager land

Post by couldabeen »

I just updated to the latest nightly of 4.0b8Pre, and it's not a problem here SantaFe. Still works fine.
Free Your Mind, And Your A$$ Will Follow - Funkadelic, 1970
User avatar
SantaFe
Posts: 196
Joined: May 25th, 2003, 10:48 pm
Location: Shunting Box Cars.

Re: Fixes for extensions broken since new addon manager land

Post by SantaFe »

couldabeen wrote:I just updated to the latest nightly of 4.0b8Pre, and it's not a problem here SantaFe. Still works fine.
Turned out to be a corrupted profile. Don't know how it happened though, Used a backup profile from Aug 6, and aside from redoing a couple of extensions I'd gotten since them it's working again. ;)
makondo
Posts: 1961
Joined: October 18th, 2007, 5:26 pm
Location: Rocky Mountains

Re: Fixes for extensions broken since new addon manager land

Post by makondo »

A new Stylish beta - 1.1b2 - is available!
WonderCsabo
Posts: 2230
Joined: June 25th, 2010, 9:29 am
Location: Budapest, Hungary

Re: Fixes for extensions broken since new addon manager land

Post by WonderCsabo »

Locked