[Ext] Fission 0.8.9 [Sep 25]

Announce and Discuss the Latest Theme and Extension Releases.
Locked
User avatar
Branstrom
Posts: 97
Joined: March 16th, 2004, 9:45 am
Location: Sweden
Contact:

Post by Branstrom »

Is there anything to do about the massive flickering of the text caret when using an animated GIF?
ProDevStudio
Posts: 1
Joined: February 25th, 2006, 3:42 pm

In comptiable with Wellrounded

Post by ProDevStudio »

Hi,

I not sure if you are aware of this but this extension is not compatiable with WellRounded.

Kind Regards,
User avatar
XerBlade
Posts: 865
Joined: October 4th, 2005, 10:45 pm
Location: Nashville, TN, US

Post by XerBlade »

It's known; check out the AMO page to see that.
Anyway, what is compatible with WellRounded? WellRounded breaks on so many things that I had to get rid of it just because I, well, was having to have it disabled far more than I could enable it, just because it broke with so many things I wanted to use, and this was before Fission ever came along.
User Agent
Extensions
AMD64/2.41GHz RAM/1.0GB ATI/256MB-GDDR3/128-bit/8xAGP Cable6.0M/384kbps
User avatar
shawn^
Posts: 193
Joined: November 20th, 2005, 1:26 am

Post by shawn^ »

Zeniko, I'm not sure if its ur Safire Milk or the fission extension but I notice when the urlbar changes security status, the fission textify loses its alignment and goes 1px up.
Deathstroke
Posts: 6
Joined: January 3rd, 2005, 8:32 am

Post by Deathstroke »

Ok, thanks Zeniko.

I must have missed that post. I do appologize
old zeniko
Posts: 0
Joined: December 31st, 1969, 5:00 pm

Post by old zeniko »

@Branstrom: Try to not have the cursor in the address bar while loading a page... ;-) Seriously: I haven't yet found a solution for this problem, I'm afraid.

@ProDevStudio: I've sent the author of WellRounded the necessary changes. It's up to him/her...

@shawn^: This can happen with some themes, but I suppose it's something the themes have to take care of (since I never style the textified parts). You could also try to prevent this by adding something as follows to userChrome.css (you'll have to play around with the value and maybe replace margin-top with padding-top):

Code: Select all

#urlbar[level="high"] #fission-status { margin-top: 1px !important; }

@Deathstroke: No worries.
zerroeffect
Posts: 17
Joined: January 31st, 2006, 9:30 am

Post by zerroeffect »

Thanks for the tip, zeniko. Works great now with Eternal Aqua Safire. I've updated that theme on Deviant Art.

Here's the code for userchrome or hardcoding edit - should work for safire:

/* ::::: fission text ::::: */

#urlbar #fission-status { margin-top: 6px !important; }
#urlbar[level="high"] #fission-status,
#urlbar[level="low"] #fission-status,
#urlbar[level="broken"] #fission-status {
margin-top: 7px !important;
}
ul
Posts: 46
Joined: May 14th, 2005, 5:24 am

Post by ul »

Great extension!

On my first day of use I'm having trouble getting used to the space where the status bar used to be. (I turned it off.) Am sure this will pass, but in the meantime, is there anything you guys can recommend for userChrome.css that will increase the bottom-border height of Firefox by 2px? (to make it easier to grab when sizing)
DemonicInfluence
Posts: 2
Joined: March 8th, 2006, 5:15 pm

Aquatint

Post by DemonicInfluence »

Does anybody know how to make aquatint compatible with fission?
ul
Posts: 46
Joined: May 14th, 2005, 5:24 am

Post by ul »

Anyone else think Firefox feels faster with the status bar off and Fission enabled? You would think adding something like this would make Fx slower but no, I noticed a small but immediate difference.
User avatar
pirlouy
Posts: 232
Joined: February 11th, 2005, 6:29 am
Location: France

Post by pirlouy »

Personally, I don't see difference, but maybe you have a slower configuration...

Anyhow, it's difficult to hide statusbar, there are some informations you can't have with Fission (like "waiting for www.mozillazine.org")
DemonicInfluence
Posts: 2
Joined: March 8th, 2006, 5:15 pm

Post by DemonicInfluence »

Yes you can, you just have to enable it in the options for fission..
User avatar
pirlouy
Posts: 232
Joined: February 11th, 2005, 6:29 am
Location: France

Post by pirlouy »

Sorry, I had forgotten. I had disabled this option because I didn't find it "beautiful", but indeed, if it suits you, you can disable the statusbar...
ul
Posts: 46
Joined: May 14th, 2005, 5:24 am

Post by ul »

Yes, I do have a slower CPU, a P3 933MHz. (about = to a P4 1.7GHz)

If you have a long enough address bar, and disable the RSS icon, I think it looks OK:
<a href="http://imageshack.us"><img src="http://img240.imageshack.us/img240/328/fissionbar1kv.png" border="0" width="831" alt="fission bar with stop/reload icon and no RSS icon" /></a>
zerroeffect
Posts: 17
Joined: January 31st, 2006, 9:30 am

Post by zerroeffect »

Try the autohide statusbar extension to hide the statusbar when it is not in use - http://caspar.regis.free.fr/ahs/
Locked