| Page 1 of 1 | [ 5 posts ] |
|
I am debugging our current implementation of YUI 3.4.1's uploader and was hoping I could get a little help here. It works on IE and chrome but not firefox right now.
We have the uplaoder inside a popup and I've verified that display and visibility are not being hidden on the uploaderswf object tag or any of the parent elements. So the popup renders then pulls down the uploaderswf I get the fileselect, uploadstart, upload progress events but no uploaderror, uploadcomplete or uploadcompletedata events. Anyone have any ideas? |
|
Of course the second I post this, I find the solution. Setting position: absolute also has similar effect to modifying display or visibility.
|
Allen RabinovichYUI Developer
|
Setting position: absolute by itself shouldn't have the same effect (destroying the Flash player instance), but doing it in an overflow:hidden container and having the player end up in the overflow does. Is that what was happening in your case?
|
|
Sure was!
|
|
And thank you for the reply.
|
| Page 1 of 1 | [ 5 posts ] |
| You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum |
© 2006-2013 Yahoo! Inc. All rights reserved.
All code on this site is licensed under the BSD License unless stated otherwise.
About This Site · Security Contact Info
Powered by phpBB® Forum Software © phpBB Group