Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unspecified Error in IE if page is framed #91

Open
timothydorr opened this issue Jun 9, 2011 · 0 comments
Open

Unspecified Error in IE if page is framed #91

timothydorr opened this issue Jun 9, 2011 · 0 comments

Comments

@timothydorr
Copy link

It appears that the tabs example does not work in IE8 if the document is framed. This works fine in Firefox 3.6.17. I have not tested in other versions of IE.

My application has old-school frames for navigation. After integrating jquery-address into the ui-tabs used on a particular page, I realized it doesn't work once viewing the page within the containing frameset.

To duplicate:

  1. Extract jquery.address-1.4/samples/tabs from the download file to a directory.
  2. Create the following file in the same tabs directory as frame.html.
<html><head><title>JQuery Address Top Frame</title></head>
<frameset rows="*" border="0" frameborder="no" framespacing="0">
    <frame src="index.html"  name="mainmenu"    scrolling="NO"  frameborder="no" marginheight="0" marginwidth="0">
</frameset>
</html>
  1. View frame.html

This will result in "Unspecified error". It appears to be related to this???:

if (_frame.contentWindow[ID] === UNDEFINED) {
   _html();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant