[Webtest] [webtest][JIRA] Created: (WT-64) Parent page that contains iframe not being returned

David (JIRA) webtest@lists.canoo.com
Fri, 15 Jul 2005 00:13:46 +0200 (CEST)


Parent page that contains iframe not being returned
---------------------------------------------------

         Key: WT-64
         URL: http://webtest-community.canoo.com/jira/browse/WT-64
     Project: WebTest
        Type: Bug
    Versions: 1.7    
    Reporter: David 
 Attachments: iframeprob.zip

I have 3 pages. The first page called "start.html" has a link to a parent page called
"parent.html". The "parent.html" page has a child iframe defined which associates it 
with a "childiframe.html". Now if I do a HTTP POST form the "start.html" page it will gobble
up the parent page and just return the child page. If I change it to an HTTP GET then
I get back the parent page and then when I do a <followframe> I get a reference to the child and eveything is okay. It seems that the HTTP POST from my "start.html" page gobbles up the parent page(parent.html) so that I can't even refer back to it by doing a
<previousresponse />. I have attached an example which contains the three pages. The
issue might be related to javascript on the "start.html" page.

start.html - contains the link the parent.html page
parent.html - outer page that houses the iframe.
child.html - enclosed in iframe

iframesimul.xml - This test will help you find the problem. I have turned on
debug so that you can see that the parent page that contains the iframe is not
being returned.

The build that I am using is the most current on the website:
Release class = 1.7, build number = R_923 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://webtest-community.canoo.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira