Category: Windows

IE 7 & 8: Navigation to the webpage was cancelled, revisited

If you get the error “Navigation to the webpage was cancelled” while browsing, chances are a security setting needs to be corrected. In a previous post, I suggested a “scorched earth” settings-reset procedure, but I’ve found that that isn’t always sufficient. Sometimes the settings need to be relaxed beyond factory defaults.

For instance, our Learning Management System (LMS) uses mixed https and http content, and Internet Explorer is often set to block mixed content entirely. Sometimes it will prompt the user but often it will simply give the error “Navigation to the webpage was cancelled.” In the case of our LMS, a large clue to what is going on is that the login page appears completely unstyled, because the style sheets and images are part of the blocked content. 

Continue reading

jQuery UI Accordion does not function in IE7/WinXP

The Accordion is one of the handy interface widgets that can be generated using jQuery UI. There are several optional settings you can add into the function call, including animation, auto-height, etc. If you find it is not working on IE7try adding “animated:false” as one of the options.

If you are running a debugger on IE, and see the error “invalid option on line 486” this is definitely the problem.

Screen shot 2009-12-10 at 12.37.41 PM.jpg

Continue reading

IE8: Navigation to the webpage was cancelled

With the advent of IE 8, I started getting calls about a new error when accessing our learning management system.

“Navigation to the webpage was cancelled.”

This error can be caused by many things, but in this case, I believe it has to do with the fact that the LMS has both secure and insecure assets in the frameset. Unfortunately, many times messages will come up asking people whether they want to view both types, and they will click “no” without knowing that the page requires them to function.

Since I can’t ever really know what is going on with a user’s home computer’s security setup, I simply tell them to reset their Internet Explorer to its default settings.

Continue reading

How to capture a scrolled window in Snagit

The scrolled window setting is a feature in Snagit that can be used to capture a page or application whose contents are too long or too wide to fit in one window. There is an “auto-scroll” setting which is supposed to scroll the window vertically or horizontally until all the content is captured.

I’ve never been able to get that to work and assumed it was broken on Windows XP. Perhaps it works on Vista. After playing with all the options I did finally manage to find a good workaround, although I still can’t get the default “auto-scroll” setting to work.

Continue reading