Posted By shawn_duggan on 07/29/2006 6:35 AM Thanks that did the trick. I'll exclude by tabid next time should I need to.
Will this issue be present on any page that uses a treeview?
Shawn
This one is also due to the Ajax being used like in the cute chat posted earlier. The problem most likey comes in when they get a response that has been compressed, because they don't expect it to be compressed. Usually the browser will automatically tell the server if it can handle compression or not (most browsers can). But these Ajax calls work "behind" or "inside" the browser, so any response will have to be handled by them. If the Ajax application makes the call and sets the Accept-Encoding request header correctly it would not get a compressed page, and as Ajax becomes more and more popular they will surely deal with this correctly. I'll bring this up with Jon Henning who does the client api for DotNetNuke, but in the mean time you can exclude any page that has problems like Mariette pointed out.
|