[/color]
Ehm...
You know, when I post this that means I have tried everything already.
Here are some bugs:
1. When you upload your files with the SWF uploader, the ajax never updates the main file list table, as I know, that's cause of the "page buffer"? When the Ajax reloads the new page's contents, Ajax just reloads the buffered page. There no "reload", just "reshow", until you refresh the page all by your self (F5)! I have found this in the demo site. And, IE settings? ... ... I have tested with default options(reseted). -- I fixed it with turn off the SWF uploader, and i think there are many people using the safari.
2. This is a 'bit' one, there is a code that which is to update the counter of the files, the code is "count++", I’ve no idea why it's not working, but I fixed it to "count+1"... heehaw
3. the thumbnail jobs, When you create a thumbnails, and view that in the fancybox, then, you recreate a new one, the fancybox still show you the old img of the thumbnails, As I know, it's still cause of the Ajax’s buffered page. I fixed it by add a random numbers to the image src like "src=xxxxxxx.jpg?".rand(), wow, it's working. I don't know if it is safety.
And several mores let me post it lately.
And i must say, The Getsimple working perfect with the Not IEs. lol...
(2012-12-09, 03:01:39)bhwebco Wrote: I’ve never experienced a problem with IE9 and get simple, it may be an issue in your browser security settings if scripting isn't executing properly. Its file handling is pretty standard across browsers unless it’s just an overly outdated browser
Ehm...
You know, when I post this that means I have tried everything already.
Here are some bugs:
1. When you upload your files with the SWF uploader, the ajax never updates the main file list table, as I know, that's cause of the "page buffer"? When the Ajax reloads the new page's contents, Ajax just reloads the buffered page. There no "reload", just "reshow", until you refresh the page all by your self (F5)! I have found this in the demo site. And, IE settings? ... ... I have tested with default options(reseted). -- I fixed it with turn off the SWF uploader, and i think there are many people using the safari.
2. This is a 'bit' one, there is a code that which is to update the counter of the files, the code is "count++", I’ve no idea why it's not working, but I fixed it to "count+1"... heehaw
3. the thumbnail jobs, When you create a thumbnails, and view that in the fancybox, then, you recreate a new one, the fancybox still show you the old img of the thumbnails, As I know, it's still cause of the Ajax’s buffered page. I fixed it by add a random numbers to the image src like "src=xxxxxxx.jpg?".rand(), wow, it's working. I don't know if it is safety.
And several mores let me post it lately.
And i must say, The Getsimple working perfect with the Not IEs. lol...