Bulletproof 1.2 released

Skinning and designing Serendipity (CSS, HTML, Smarty)
Post Reply
yellowled
Regular
Posts: 7111
Joined: Fri Jan 13, 2006 11:46 am
Location: Eutin, Germany
Contact:

Bulletproof 1.2 released

Post by yellowled »

I'll make it short this time. As you probably all know by now, s9y v1.2.1 has been released. It also includes v1.2 of our trusty template framework Bulletproof.

See http://s9y-bulletproof.com/index.php?/a ... eased.html for a detailed release announcement featuring (hopefully!) all changes in this release. A German translation is available in my blog.

Since the first bug has already been spotted, there might very well be a quick point release of Bulletproof this time. After all, we have to catch up with s9y's version number quickly :wink:

Hope you all enjoy the new BP version.

YL (on behalf of the BP development team)
blog.brockha.us
Regular
Posts: 695
Joined: Tue Jul 03, 2007 3:34 am
Location: Berlin, Germany
Contact:

Post by blog.brockha.us »

Thanks for this release, yellowled, I like the changes!

But after updating to the new version I now have problems with the lightbox plugin. I get a (german) error message, when I click on an image that should start the lightbox (in my case thickbox) layer:

Code: Select all

Die Erlaubnis für das Lesen der Eigenschaft window.nodeType wurde verweigert
This only happens in FF (2.0.0.11), in IE7 the thickbox stll works. Did you change anything here as it worked in FF, too, before upgrading to the new BP release?
- Grischa Brockhaus - http://blog.brockha.us
- Want to make me happy? http://wishes.brockha.us/
Don Chambers
Regular
Posts: 3657
Joined: Mon Feb 13, 2006 2:40 am
Location: Chicago, IL, USA
Contact:

Post by Don Chambers »

In English, is this the error?

Code: Select all

Permission denied to get Window.node type.....
Seems like a script error, but I cannot think of anything in BP that would have caused that. YL created an entry on the docsite showing what we changed. Does anything in that list look like it could be to blame just by its description?
=Don=
blog.brockha.us
Regular
Posts: 695
Joined: Tue Jul 03, 2007 3:34 am
Location: Berlin, Germany
Contact:

Post by blog.brockha.us »

I was wrong, the problem is not BP.

I googled a little and the error message was reported for sites using Google AdSence and Thickbox. I'm not using AdSence, but the Flicker JavaScript Widget showing my last fotos (you can see it at garvins blog, too) is producing this in interaction with thickbox. I added this widget some days before I upgraded BP and didn't check tb meantime.

s9y uses thickbox 2.1, it was written that tb 3.1 fixes this problem (at least for Google AdSence). So I will try to do an tb update or drop the Flicker widget.

Sorry for false alarm. :-)

LATER: Updated Thickbox from 2.1 to 3.1 in the event_lightbox plugin, now everything works again. And the new TB version is even somewhat nicer. :-) I will comit the changes to the plugin.
- Grischa Brockhaus - http://blog.brockha.us
- Want to make me happy? http://wishes.brockha.us/
Don Chambers
Regular
Posts: 3657
Joined: Mon Feb 13, 2006 2:40 am
Location: Chicago, IL, USA
Contact:

Post by Don Chambers »

Good news!!! Thanks for taking this all the way to a resolution!
=Don=
yellowled
Regular
Posts: 7111
Joined: Fri Jan 13, 2006 11:46 am
Location: Eutin, Germany
Contact:

Post by yellowled »

Glad this was resolved quickly :)
blog.brockha.us wrote:This only happens in FF (2.0.0.11), in IE7 the thickbox stll works. Did you change anything here as it worked in FF, too, before upgrading to the new BP release?
Is it just me or is FF getting a little sloppy lately? It has been updated quite frequently lately, I'm experiencing some problem with a global reset (* { margin: 0; padding: 0; }) and select boxes in FF, and now this? Weird.

YL
blog.brockha.us
Regular
Posts: 695
Joined: Tue Jul 03, 2007 3:34 am
Location: Berlin, Germany
Contact:

Post by blog.brockha.us »

He said JEHOVA! :lol:

But to be serious: Thickbox was reported having the same problems with Opera, too. So perhaps this was just a sloppy coding in TB, but I don't know.

I get another impression: If I look at my Bulletproof powered blog with FF, everything looks realy nice and as expected, but in IE some things don't look very good or doesn't work at all. The freetag plugin is an example for this. I had to do some changes in my css files in order to make it look at least not that bad in IE, too.. The XML gifs as background produced many problems at my blog when viewed with IE.
- Grischa Brockhaus - http://blog.brockha.us
- Want to make me happy? http://wishes.brockha.us/
yellowled
Regular
Posts: 7111
Joined: Fri Jan 13, 2006 11:46 am
Location: Eutin, Germany
Contact:

Post by yellowled »

blog.brockha.us wrote:If I look at my Bulletproof powered blog with FF, everything looks realy nice and as expected, but in IE some things don't look very good or doesn't work at all. The freetag plugin is an example for this. I had to do some changes in my css files in order to make it look at least not that bad in IE, too.. The XML gifs as background produced many problems at my blog when viewed with IE.
Whoa. Go figure. IE displaying something different than expected. :wink:

I can't look at your blog specifically in IE now, but BP itself should be more or less properly tested in IE 5-7, as as that's remotely possible. I'm guessing most of the issues relate to your modifications, but of course, I can't say much without looking at it in IE. Plus, I think you mean XML .pngs, because they're more or less supposed to be problematic in IE < 7 ...

YL
Post Reply