Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
karensmith
Contributor II
Contributor II

AJAX vs IE client problems

Can someone help to me to understand why objects display differently in AJAX client vs. IE client?

My objects appear bigger; minimized objects overlap and are moved slightly; horizontal table changes to vertical table with scrollbar.

What needs to be done to application to prevent AJAX from displaying differently from IE client.

Thank you for any feedback.

3 Replies
Not applicable

IE plug in brings the qlikview code onto the machine and install's it to match IE. however, AJAX is rendered through the browser from the web server. It's presented using a different language than the plug in. We use the AJAX client, it does require a bit of tweaking but it can look exactly the same as the regular client.

Updates in 9.0 might fix a lot of these issues as well.

karensmith
Contributor II
Contributor II
Author

Thanks for your response Anthony. Question- When you say "tweaking" ; how exactly are your "tweaking" and how do you keep the changes from being overwritten when application is reloaded and distributed?

Not applicable

Ajax is rendered in the browser so you can tweak ie edit CSS/javascript to make it "look" similar to say your regular version.

Or you could strip it bare and make it all white and clean looking and nobody will know! 🙂