﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
1935	_IEBodyReadText with IE9 failed	Jpm		"with some .htm it returns  a string of 1 length instead of the expected one.
IE8 is OK

#include <IE.au3>

Local $oIE = _IECreate()
_IENavigate($oIE, ""file://"" & @ScriptDir & ""\testgoodfile.htm"", 1)
Local $fullText = _IEBodyReadText($oIE)
_IEQuit($oIE)
MsgBox(0, ""Results"", ""AutoIt version ="" & @AutoItVersion & @CRLF & ""length of $fullText = "" & StringLen($fullText))
 "	Bug	new		AutoIt	3.3.6.1	None			
