Re: [jQuery] Imagebox doesn't work in Safari

2007-02-05 Thread lukas | dressy vagabonds
i actually wrote my own version of lightbox2 in jquery. if you wanna  
try that out, just drop me a line, and i'll send you the code.


cheers

lukas

Am 05.02.2007 um 17:22 schrieb Matthieu PAINEAU:


hi,
i have the same bug (in safari).
Image loader is displayed... and nothing else : it's blocked.

I just posted a bug report.

regards,

Matthieu



From: lukas | dressy vagabonds lukas at dressyvagabonds.com 

hi everyone,

i've been trying to integrate interface's imagebox into my site,
using jQuery 1.1.1 and Interface 1.1.1. As soon as i'm clicking on an
image, the imagebox enters the loading image phase and is stuck
there. i've put some debugging code into my site, reading
--
alert(jQuery(imageEl))
--

which alerts object in firefox, but no alert box in Safari

has anybody already encountered this problem?

best regards

lukas
___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


[jQuery] Imagebox doesn't work in Safari

2007-01-25 Thread lukas | dressy vagabonds
hi everyone,

i've been trying to integrate interface's imagebox into my site,  
using jQuery 1.1.1 and Interface 1.1.1. As soon as i'm clicking on an  
image, the imagebox enters the loading image phase and is stuck  
there. i've put some debugging code into my site, reading
--
alert(jQuery(imageEl))
--

which alerts object in firefox, but no alert box in Safari

has anybody already encountered this problem?

best regards

lukas

___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


Re: [jQuery] IE 7 fadeIn, fadeOut problem

2007-01-16 Thread lukas | dressy vagabonds
great idea :-),

thank you for the fast help.
i'll immediately try that, as the only work around i've come up with  
by now is setting the filter property opacity back to 100 after  
issueing .show().

best regards

lukas


Am 16.01.2007 um 10:01 schrieb George Adamson:


 Hi Lukas,

 I've got around problems like this in the past by ensuring you have
 explicitly specified height and width on the elements before you  
 fade them*.
 Also, Show() in IE is affected when ClearType is enabled in  
 Windows, but you
 can get around this by specifying element background color (other than
 transparent or blank).

 If you're experiencing either of these problems then they're just  
 mad IE/JS
 quirks rather than JQuery faults.

 Cheers,

 George

 * You can use JQuery to measure and set the width and/or height for  
 you
 before the first fade or hide.


 Lukas Pitschl wrote:

 hi list,

 i'm terribly sorry to litter this list with all IE7 problems, but
 unfortunately i have to have my sites working in that s browser
 too, so i can't hesitate to ask.

 fadeOut doesn't seem to work on divs if triggered twice or more
 times. it works if only triggered once, but it seems that opacity is
 not restored, or the opacity filter is not removed after fading out
 and then reactivating the div with $('#some_mane').show().

 is there any workaround?

 thx for help

 lukas

 ___
 jQuery mailing list
 discuss@jquery.com
 http://jquery.com/discuss/



 -- 
 View this message in context: http://www.nabble.com/IE-7-fadeIn%2C- 
 fadeOut-problem-tf3018206.html#a8386649
 Sent from the JQuery mailing list archive at Nabble.com.


 ___
 jQuery mailing list
 discuss@jquery.com
 http://jquery.com/discuss/


___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


Re: [jQuery] IE 7 fadeIn, fadeOut problem

2007-01-16 Thread lukas | dressy vagabonds
hey george,

could you help me out with getting the height and width out of my  
divs, as i can't seem to do that right as offsetHeight nor  
offsetWidth properly work.

i'd really appreciate your help

regards

lukas

Am 16.01.2007 um 10:01 schrieb George Adamson:


 Hi Lukas,

 I've got around problems like this in the past by ensuring you have
 explicitly specified height and width on the elements before you  
 fade them*.
 Also, Show() in IE is affected when ClearType is enabled in  
 Windows, but you
 can get around this by specifying element background color (other than
 transparent or blank).

 If you're experiencing either of these problems then they're just  
 mad IE/JS
 quirks rather than JQuery faults.

 Cheers,

 George

 * You can use JQuery to measure and set the width and/or height for  
 you
 before the first fade or hide.


 Lukas Pitschl wrote:

 hi list,

 i'm terribly sorry to litter this list with all IE7 problems, but
 unfortunately i have to have my sites working in that s browser
 too, so i can't hesitate to ask.

 fadeOut doesn't seem to work on divs if triggered twice or more
 times. it works if only triggered once, but it seems that opacity is
 not restored, or the opacity filter is not removed after fading out
 and then reactivating the div with $('#some_mane').show().

 is there any workaround?

 thx for help

 lukas

 ___
 jQuery mailing list
 discuss@jquery.com
 http://jquery.com/discuss/



 -- 
 View this message in context: http://www.nabble.com/IE-7-fadeIn%2C- 
 fadeOut-problem-tf3018206.html#a8386649
 Sent from the JQuery mailing list archive at Nabble.com.


 ___
 jQuery mailing list
 discuss@jquery.com
 http://jquery.com/discuss/


___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


Re: [jQuery] IE 7 fadeIn, fadeOut problem

2007-01-16 Thread lukas | dressy vagabonds
thanks for all the help,

1. i'll definitely try the dimension plugin, didn't kow of that
2. the problem can be seen here: heart.coffeeandrecords.com/shop/ 
cart.php

if you have items in the shopping cart and try to update the quantity  
in IE7 there's a fadeIn, fadeOut error, which is at the time fixed,  
by resetting the filter opacity to 100

best regards

lukas

Am 16.01.2007 um 15:06 schrieb Brandon Aaron:

 I'm not sure I understand the problem. Could you try to upload or send
 me a test case where it demonstrates the problem you are having.

 I threw together a quick test case but everything seems to work  
 fine for me.
 http://brandon.jquery.com/testing/fx/fade.html

 --
 Brandon Aaron

 On 1/15/07, lukas | dressy vagabonds [EMAIL PROTECTED]  
 wrote:
 hi list,

 i'm terribly sorry to litter this list with all IE7 problems, but
 unfortunately i have to have my sites working in that s browser
 too, so i can't hesitate to ask.

 fadeOut doesn't seem to work on divs if triggered twice or more
 times. it works if only triggered once, but it seems that opacity is
 not restored, or the opacity filter is not removed after fading out
 and then reactivating the div with $('#some_mane').show().

 is there any workaround?

 thx for help

 lukas

 ___
 jQuery mailing list
 discuss@jquery.com
 http://jquery.com/discuss/


 ___
 jQuery mailing list
 discuss@jquery.com
 http://jquery.com/discuss/


___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


[jQuery] self.attr(innerHTML, res.responseText) - IE 7 failing

2007-01-15 Thread lukas | dressy vagabonds
hi everybody,

just found out about jQuery 2 weeks ago, started to integrate it in a  
website of mine (heart.coffeeandrecords.com) about 2 days ago, and  
absolutely learned to love it!! it's the best and slimmest javascript  
library with the most elegant way of getting things done that i've  
seen in a long time!!

today i switched to jQuery 1.1 and suddenly a lot of things don't  
seem to work like they did before any longer, even after checking the  
compat mode and rewriting the stuff that needed to be rewritten.

Issue 1: self.attr(innerHTML) doesn't work in IE 7, self.html 
(value) does, so that was any easy fix
Issue 2: $(#el).load doesn't support post params any longer
Issue 3: i can't found the svn repository

is there already a work around for that?

really appreciate the help as i absolutely love that library

keep up the grand work!!


best regards

lukas

___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


Re: [jQuery] self.attr(innerHTML, res.responseText) - IE 7 failing

2007-01-15 Thread lukas | dressy vagabonds
hei mike :-),

thanks for the very fast help :-)

best regards

lukas

Am 16.01.2007 um 00:34 schrieb Mike Alsup:

 Hi Lucas,

 Issue 2: $(#el).load doesn't support post params any longer

 This is a bug and will be fixed.  You can fix it in your own copy by
 editing this line in the load function:

 if ( jQuery.isFunction( params.constructor ) ) {

 Change it to this:

 if ( jQuery.isFunction( params ) ) {


 Issue 3: i can't found the svn repository

 I think svn is temporarily down due to high server traffic.

 Mike

 ___
 jQuery mailing list
 discuss@jquery.com
 http://jquery.com/discuss/


___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


[jQuery] IE 7 fadeIn, fadeOut problem

2007-01-15 Thread lukas | dressy vagabonds
hi list,

i'm terribly sorry to litter this list with all IE7 problems, but  
unfortunately i have to have my sites working in that s browser  
too, so i can't hesitate to ask.

fadeOut doesn't seem to work on divs if triggered twice or more  
times. it works if only triggered once, but it seems that opacity is  
not restored, or the opacity filter is not removed after fading out  
and then reactivating the div with $('#some_mane').show().

is there any workaround?

thx for help

lukas

___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/