
|
If you were logged in you would be able to see more operations.
|
|
|
|
Original Estimate:
|
Unknown
|
Remaining Estimate:
|
Unknown
|
Time Spent:
|
Unknown
|
|
|
Run TestSelectWindow under pifirefox a few dozen times. Eventually the test will hang. Looking through the logs, this happens when a pop-up window is closing but fails to send back the onUnload "Window closing" message that PI requires to know whether the window has closed.
Specifically, since the code never receives the "closed" message, we incorrectly send new messages to closed windows. They never respond and the test locks up.
|
|
Description
|
Run TestSelectWindow under pifirefox a few dozen times. Eventually the test will hang. Looking through the logs, this happens when a pop-up window is closing but fails to send back the onUnload "Window closing" message that PI requires to know whether the window has closed.
Specifically, since the code never receives the "closed" message, we incorrectly send new messages to closed windows. They never respond and the test locks up. |
Show » |
|