
|
If you were logged in you would be able to see more operations.
|
|
|
Reported by Derek Berner on wtr-devel with a patch, adding ensure to close callbacks
|
|
Description
|
Reported by Derek Berner on wtr-devel with a patch, adding ensure to close callbacks |
Show » |
Sort Order:
|
Derek Berner
to Watir
show details Jan 8 [clickerfix.patch]
Reply
In investigating why my clicker would randomly stop working in IE, I
discovered that the DL callbacks were not getting freed properly,
despite previous attempts to fix them.
This patch extracts the DL functionality out into its own method and
uses an "ensure" block to guarantee that the callbacks are freed, even
if an exception occurs.
I generated this patch using svn diff on rev. 1663 of the repository
.
at https://svn.openqa.org/svn/watir/trunk