Rank: Advanced Member Groups: Member
Joined: 9/18/2007 Posts: 38
|
when a user types a non valid path into the dialogue textbox for the ajaxuploader and then presses any other wired button on the page an error occurs. The error occurs in the embedded javascript in microsofts browser - function name WebForm_SaveScrollPositionSubmit
I do not see this occuring on your demo site
so my question is
1. is there a peice of client side javascript code I can execute to clear the textbox contents? 1a. is there a list of api scripting attributes somewhere? I do see the uploader.unload() is viable but can't find a resource here to detail others
2. is there a way to fix this otherwise?
environment is asp.net 3.5 error only occurs in ie. using ie 8 in my example
regards,
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
We do not see this error. So you may want to take a look of the latest version and see if the problem still occurs. Since it appears the problem has to do with maintaining scroll position during postback, you may also want to try setting MaintainScrollPositionOnPostback to false.
There is no way for you to clear the textbox.
Thanks
|