Re: UploadProgressBar does not work in Safari browser?

2010-08-16 Thread Wayne Pope
://www.nabble.com/UploadProgressBar-does-not-work-in-Safari-browser--tp21571997p24337460.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org

Re: UploadProgressBar does not work in Safari browser?

2009-07-04 Thread Mathias Nilsson
browsers. Also, there is a bug in the percentage width for safari and Opera. You could do this by changing the % width to pixels and solve the problem. -- View this message in context: http://www.nabble.com/UploadProgressBar-does-not-work-in-Safari-browser--tp21571997p24337460.html Sent from

Re: UploadProgressBar does not work in Safari browser?

2009-07-03 Thread Mathias Nilsson
displayed on all browsers. For now I have extended the UploadProgressBar and changed the html. -- View this message in context: http://www.nabble.com/UploadProgressBar-does-not-work-in-Safari-browser--tp21571997p24322943.html Sent from the Wicket - User mailing list archive at Nabble.com

Re: UploadProgressBar does not work in Safari browser?

2009-07-03 Thread Igor Vaynberg
-not-work-in-Safari-browser--tp21571997p24322943.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h

Re: UploadProgressBar does not work in Safari browser?

2009-07-03 Thread Mathias Nilsson
+ : + progressPercent + : + transferRate + : + timeRemaining ); window.setTimeout( updateProgressBar(), 1000); } } } } -- View this message in context: http://www.nabble.com/UploadProgressBar-does-not-work-in-Safari-browser

Re: UploadProgressBar does not work in Safari browser?

2009-07-03 Thread Mathias Nilsson
Ok, a obvious bug in the code. We need to call createTransport( url ) again in the setTimeout method. Still, there is the chrome and safari bug. -- View this message in context: http://www.nabble.com/UploadProgressBar-does-not-work-in-Safari-browser--tp21571997p24330296.html Sent from

UploadProgressBar does not work in Safari browser?

2009-01-20 Thread techisbest
The UploadProgressBar does not seem to update in Safari Ver. 3.1.1 (525.17). The bar shows up, but it never updates. It is working in IE and Firefox. Has anyone else experienced this? -- View this message in context: http://www.nabble.com/UploadProgressBar-does-not-work-in-Safari-browser