[Rails-spinoffs] Fade/appear + PNG Alpha backgrounds + IE = HELP!

2006-01-19 Thread Alex Duffield
I have an element that uses a PNG with alpha as the background, and I want to do an fade/appear effect on it. It seems that on IE the two Microsoft filters that are needed for both the fade and the PNG background are conflicting  with each other. If I fade the same element that already is using the

RE: [Rails-spinoffs] how can I get offsetHeight in IE?

2006-01-19 Thread Ryan Gahl
Only thing I can think of is it might have something to do with the hasLayout property... is that set to true? It's an IE internal prop that cannot be set explicitly... http://www.satzansatz.de/cssd/onhavinglayout.html -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]

RE: [Rails-spinoffs] how can I get offsetHeight in IE?

2006-01-19 Thread Gregory Hill
I think it was because I had position: absolute on the element. How that makes it not have a height in IE is beyond me, but I was able to work around the whole issue by changing the position attribute to relative, eliminating the need to even know the height after all. Greg > -Original Mess

[Rails-spinoffs] how can I get offsetHeight in IE?

2006-01-19 Thread Gregory Hill
Ok, This is driving me nuts. I am trying to determine the height of an element in IE, but offsetHeight returns undefined. I looped through all of the attributes that contain the word 'height', both in the element and in the element.style, but they are all undefined. Is there a better way

Re: [Rails-spinoffs] Perform action after in-place edit

2006-01-19 Thread Shane Vitarana
Roberto, Thanks for pointing me in the right direction. I solved my problem and blogged about it here: . Shane Vitarana On 1/18/06, Roberto Saccon <[EMAIL PROTECTED]> wrote: > take a look at his post, it was a ge

[Rails-spinoffs] [ANN] "Available for hire" page on Wiki

2006-01-19 Thread Thomas Fuchs
If you’re available for hire to do paid development work for script.aculo.us/Prototype or related Java Script work, feel free to add yourself to this list: http://wiki.script.aculo.us/scriptaculous/show/AvailableForHire -Thomas___ Rails-spinoffs mailin

[Rails-spinoffs] PeriodicalExecuter and clearInterval

2006-01-19 Thread Josh
I apologize if this is not an appropriate question for this list (I couldn't find a mailing list for prototype). Anybody know of a way to use the stop the PeriodicalExecuter in prototype from executing? In traditional js, I would just call "clearInterval(id)". Many Thanks,Josh _

[Rails-spinoffs] Autocomplete field - onChange immediately after selection

2006-01-19 Thread Janko Mivšek
Dear all, How can I trigger onChange event after a choice is selected and put to a field? Now this event is triggered as usual after exit from field (with tab or mouse) but it would be nice to do some custom onChange action immediately. Thanks! Janko

RE: [Rails-spinoffs] inPlaceEditor -how to capture values just beforeit is edited

2006-01-19 Thread Maninder, Singh
Hi Grzesiek, Try with the callback option: callback V1.5 function(form) {Form.serialize(form)} A function that will get executed just before the request is sent to the server, should return the parameters to be sent in the URL. Will get two parameters, the entire form and the value of the tex

[Rails-spinoffs] inPlaceEditor -how to capture values just before it is edited

2006-01-19 Thread Grzesiek Slusarek
Hi All. I have problem i'm using inplaceEditor in my webb apps and i have situation like that: Iwanna send to serwer not only changed value by inplaceEditor but also the old value that i just change how to do it. I must do it because i just need to know what values i have to change in database.

Re: [Rails-spinoffs] Autocomplete related fields

2006-01-19 Thread Bill Moseley
On Wed, Jan 18, 2006 at 11:28:55AM -0500, Michael Peters wrote: > this simple test HTML/JS works fine for me in Firefox 1.0.7 and I'm pretty > sure > it works with IE (but I don't have one handy to test with). Finally got back to this -- yes, works great. Thank you. Still have a few questions: