[ 5 posts ]

Andrew Revak

YUI Contributor

  • Username: arevak
  • Joined: Thu Nov 03, 2011 10:18 am
  • Posts: 4
  • GitHub: arevak
  • Gists: arevak
  • Offline
  • Profile

YUI 3.4.1 uploader

Post Posted: Mon May 21, 2012 2:25 pm
+0-
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?

Andrew Revak

YUI Contributor

  • Username: arevak
  • Joined: Thu Nov 03, 2011 10:18 am
  • Posts: 4
  • GitHub: arevak
  • Gists: arevak
  • Offline
  • Profile
Tags:

Re: YUI 3.4.1 uploader

Post Posted: Mon May 21, 2012 2:58 pm
+0-
Of course the second I post this, I find the solution. Setting position: absolute also has similar effect to modifying display or visibility.

Allen Rabinovich

YUI Developer

  • YUI Developer
  • Offline
  • Profile

Re: YUI 3.4.1 uploader

Post Posted: Mon May 21, 2012 3:02 pm
+0-
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?

Andrew Revak

YUI Contributor

  • Username: arevak
  • Joined: Thu Nov 03, 2011 10:18 am
  • Posts: 4
  • GitHub: arevak
  • Gists: arevak
  • Offline
  • Profile
Tags:

Re: YUI 3.4.1 uploader

Post Posted: Mon May 21, 2012 3:10 pm
+0-
Sure was!

Andrew Revak

YUI Contributor

  • Username: arevak
  • Joined: Thu Nov 03, 2011 10:18 am
  • Posts: 4
  • GitHub: arevak
  • Gists: arevak
  • Offline
  • Profile
Tags:

Re: YUI 3.4.1 uploader

Post Posted: Mon May 21, 2012 3:10 pm
+0-
And thank you for the reply.
  [ 5 posts ]
Display posts from previous:  Sort by  
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