Status: Unconfirmed
Owner: ----
Labels: Type-Bug Pri-2 OS-All Area-Misc

New issue 7860 by afkatm.com: Calling JavaScirpt method on a Frame's Parent  
fails when behind SSL
http://code.google.com/p/chromium/issues/detail?id=7860

Chrome Version       : 1.0.154.48
URLs (if applicable) :
Other browsers tested:
   Add OK or FAIL after other browsers where you have tested this issue:
      Safari 3: OK
     Firefox 3: OK
          IE 7: OK

What steps will reproduce the problem?
1. Create two pages, one contained within an iframe inside of the other
page.
2. Write a JavaScript method on the parent frame and more JavaScript in the
child frame to call the parent method.
3. Put pages behind SSL and test.

What is the expected result?
The child page should be able to call the method on the parent frame.

What happens instead?
Uncaught TypeError: Object [object global] has no method 'MethodName'

Please provide any additional information below. Attach a screen shot if
possible.

The syntax I am using for calling the method from the child page is:
parent.MethodName();

It works just fine is you are browsing on HTTP, but if you are using HTTPS
it does not work and instead throws the above JavaScript Error.  This works
fine in every other browser I have tested behind HTTPS, but does not on
Chrome.



--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~---------~--~----~------------~-------~--~----~
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs
-~----------~----~----~----~------~----~------~--~---

Reply via email to