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

  1. Open Firebug and enable the Script panel.
  2. Select the issue520-frame.php file from the location list.
  3. The IFrame displayes a time returned from the server. The getTime function implemented within the frame returns the same number.
  4. Click the Get Time button to verify.
  5. 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.
  6. Click the Get Time button to verify.
  7. 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.