Re: [jquery-dev] Re: Slimbox 2.03 and JQuery 1.4RC1

2010-01-12 Thread John Resig
Just landed some code that'll likely fix the issue: http://github.com/jquery/jquery/commit/5d49335eace4311de890b871e057d8b6e9122eb6 This was actually something that I wanted to fix a little while ago and forgot about. --John On Tue, Jan 12, 2010 at 5:37 PM, Karl Swedberg wrote: > Okay, I redu

Re: [jquery-dev] Re: Slimbox 2.03 and JQuery 1.4RC1

2010-01-12 Thread Karl Swedberg
Okay, I reduced the code to the part that is producing the problem (there is still some cruft in there, but I gotta run). It looks like the issue has to do with changes in the .add() method. I must say that the manner of element insertion used by the plugin author is rather unconventional.

Re: [jquery-dev] Re: Slimbox 2.03 and JQuery 1.4RC1

2010-01-12 Thread Ralph Whitbeck
Thanks Karl. On Tue, Jan 12, 2010 at 4:51 PM, Karl Swedberg wrote: > Never mind. Here is the one with 1.3.2: > > http://test.learningjquery.com/slimbox/example.html > > And here is the one with 1.4rc1: > > http://test.learningjquery.com/slimbox/example-1.4.html > > Looks like #lbOverlay is being

Re: [jquery-dev] Re: Slimbox 2.03 and JQuery 1.4RC1

2010-01-12 Thread Karl Swedberg
Never mind. Here is the one with 1.3.2: http://test.learningjquery.com/slimbox/example.html And here is the one with 1.4rc1: http://test.learningjquery.com/slimbox/example-1.4.html Looks like #lbOverlay is being inserted in the wrong place with 1.4rc1. Haven't looked at the code yet, so don'

Re: [jquery-dev] Re: Slimbox 2.03 and JQuery 1.4RC1

2010-01-12 Thread Ralph Whitbeck
Mark, I am sorry but with all the other bugs and tasks John needs to get done before launch can you please host an example so John doesn't have to do all that? It would really save some time for him to be able to look at your problem. Thanks for understanding. Ralph On Tue, Jan 12, 2010 at 4:

[jquery-dev] Re: Slimbox 2.03 and JQuery 1.4RC1

2010-01-12 Thread Mark Fraser
On Tuesday 12 Jan 2010 21:04:38 John Resig wrote: > Hmm, a bit vague - do you have an example? Also what browser did you > see this effect in? Sorry, Go to http://www.digitalia.be/software/slimbox2 and download Slimbox 2.03. Uncompress slimbox-2.03.zip. Open example.html in a text editor and chan