Closed GoogleCodeExporter closed 9 years ago
This code:
if hasattr(browser, "javascriptRebindings"):
browser.GetUserData("javascriptRebindings").Rebind()
Should become:
if browser.GetUserData("javascriptRebindings"):
browser.GetUserData("javascriptRebindings").Rebind()
Let me know if that fixes the issue and I will update the example.
Original comment by czarek.t...@gmail.com
on 2 Feb 2014 at 10:45
Yes. Thanks, this fixed the problem.
Original comment by rich...@gmail.com
on 2 Feb 2014 at 10:53
Fixed in revision dfff7897665f.
Original comment by czarek.t...@gmail.com
on 2 Feb 2014 at 10:57
Original issue reported on code.google.com by
rich...@gmail.com
on 2 Feb 2014 at 10:37