Open GoogleCodeExporter opened 9 years ago
[deleted comment]
I added the following method to FBTestPluginAPI:
void FBTestPluginAPI::eval(std::string str)
{
m_host->evaluateJavaScript(str);
}
I then from javascript executed: plugin().eval("alert('Test')")
it works just fine for me using IE 8 on Windows 7 with FireBreath 1.3.1
Could you send me a project that reproduces the issue?
Original comment by taxilian
on 29 Nov 2010 at 8:20
Original comment by taxilian
on 29 Nov 2010 at 8:23
Since I haven't been able to reproduce this and it's been nearly a month since
I requested feedback, we will close this issue unless jazzzz comes back to tell
us that there is still a problem.
Original comment by richarda...@gmail.com
on 21 Dec 2010 at 10:59
Original issue reported on code.google.com by
jaz...@gmail.com
on 22 Nov 2010 at 11:22