Excellent suggestion! 

Worked perfectly except for IE but the fix was easy. Instead of using 
window.addEvent, I used document.addEvent and it worked perfectly in FF, 
IE, Chrome and Opera.

Thank you!

On Friday, August 16, 2013 8:08:57 AM UTC-5, shoplifter wrote:
>
> this is because the blur event fires before your click is executed.
> instead of adding the blur event to the searchfield you might want to
>
> window.addEvent('click',function(){myVerticalSlide.slideOut();});
>
>
>
> Am Donnerstag, 15. August 2013 19:00:59 UTC+2 schrieb Jeff Dunlap:
>>
>> Dear MooTools users:
>>
>>
>> I am using fxSlide to open and close a div. I then added a focus and blur 
>> event to open/close the div but then experienced an issue that I believe is 
>> caused by fxSlide.slideOut() automatically stopping events down the line.
>>
>> Please take a look at this fiddle:
>>
>> http://jsfiddle.net/jeff_j_dunlap/h3VeF/
>>
>>
>> The fiddle is pretty clear about what problem I am having.  Please advise 
>> and thank you for your help.
>>
>

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"MooTools Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mootools-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to