Issue #520
This test-case is intended for Issue #520
- Firebug doesn't reload modified iFrame scripts until parent frame is reloaded.
Jan Odvarko, odvarko@gmail.com
- Open Firebug and enable the Script panel.
- Select the issue520-frame.php file from the location list.
- The IFrame displayes a time returned from the server.
The getTime function implemented within the frame returns the same number.
- Click the Get Time button to verify.
- Right click on the IFrame and pick This Frame -> Reload Frame.
Different time is now displayed withing the frame and the underlying
getTime function also returns different number.
- Click the Get Time button to verify.
- The Script panel still displays the original script. BUG
You can also put a breakpoint at line 12 and see that the time variable
contains actually different number than it should be according to the
displayed script.