[Flashblock] Flashblock 1.5 steps before release
Lorenzo Colitti
lorenzo at colitti.com
Wed Nov 30 14:09:17 EST 2005
Philip Chee wrote:
> OK. Did some brief tests. Whitelist working. Still handles Flash 8.
> I didn't go through all the test sites nor use ReloadEvery to stress
> test on crash-likely sites.
Ok, that should be fine...
> Silly Granuiad <http://blogs.guardian.co.uk/news/> sets the
> fallback replacement text to letter-spacing: -1.6px
> makingallthetextsquashedup.
Well, that's his problem, right? :)
> position: static in the xbl makes FF 1.x crash and disables
> Flashblock in FF 1.5, so move back to css.
I already did this in RC4:
flashblock.css:
> span.sIFR-alternate {
> -moz-binding: url("chrome://flashblock/content/flashblock.xml#sifr-alternate") !important;
> position: static !important;
> letter-spacing: normal !important;
> }
flashblock.xml:
> this.style.visibility = "visible !important";
> this.style.display = "block !important";
> //this.style.position = "static !important";
> this.style.left = "auto !important";
> this.style.top = "auto !important";
> this.style.height = "auto !important";
> this.style.width = "auto !important";
(note that position is commented out here as before). Or am I missing
something?
Cheers,
Lorenzo
--
Lorenzo Colitti http://www.colitti.com/lorenzo/
More information about the Flashblock
mailing list