I was testing this and I can't reproduce the original problem (using Firefox Nightly) I couldn't repro using the STRs in comment #0 and I also tried my own test case. The test case utilizes `http://janodvarko.cz/tests/bugzilla/1751063/script.php` that returns different script source every time it's called (it generates console.log call with the current time). Here is my test case: STR: 1) Load http://janodvarko.cz/tests/bugzilla/1751063/ 2) Open developer Toolbox and select the Debugger panel 3) Open also the Split Console 4) Select the script.php in the Sources tree to see its content 5) Reload the page. There should be a log in the Console panel showing the current time and the script source should be updated and also show the current time. The script source is always updated for me after reload and the log also contains the current time. Honza
Bug 1751063 Comment 3 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
I was testing this and I can't reproduce the original problem (using Firefox Nightly) I couldn't repro using the STRs in comment #0 and I also tried my own test case. The test case utilizes `http://janodvarko.cz/tests/bugzilla/1751063/script.php` that returns different script source every time it's called (it generates console.log call with the current time). Here is my test case http://janodvarko.cz/tests/bugzilla/1751063/ (see instructions on the page) Honza