Modify

Opened 10 years ago

Closed 10 years ago

Last modified 10 years ago

#3203 closed Bug (No Bug)

IE - Variable contents are lost when navigating to any page

Reported by: mexykanu Owned by:
Milestone: Component: AutoIt
Version: 3.3.14.2 Severity: None
Keywords: _ie, ie Cc:

Description

Hello,

We have the folowing code:

Global $oIE = _IEAttach("your website","url")

local $body1 = _IETagNameGetCollection($oie,'body',0)
MsgBox(0,'',$body1.innerhtml)
_IENavigate($oie,'any page')
MsgBox(0,'',$body1.innerhtml)

This code attaches to a IE window, loads the <body> tag in a variable and navigates to a different page.

Issue: After navigating to a different page, the contents of the variable are no longer accessible or are lost. This issue has been around for a long time, it has not been fixed in the latest version.
This can be reproduced with any website.

It is a very severe issue since variable contents should only be changed by the user.

Attachments (0)

Change History (3)

comment:1 by mLipok, 10 years ago

This is not AutoIt or UDF bug.
This is not support forum.

Ask here:
https://www.autoitscript.com/forum/forum/2-autoit-general-help-and-support/

comment:2 by mLipok, 10 years ago

Resolution: No Bug
Status: newclosed

comment:3 by mexykanu, 10 years ago

OK, But what is an autoit bug then ?!

Modify Ticket

Action
as closed The ticket will remain with no owner.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.