view-source does not update in sync with the actual source
Categories
(Toolkit :: View Source, defect, P3)
Tracking
()
People
(Reporter: bugzilla, Unassigned)
Details
Attachments
(1 file)
1.09 MB,
video/mp4
|
Details |
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:67.0) Gecko/20100101 Firefox/67.0
Steps to reproduce:
Load a page, view source, reload it, view source again
Actual results:
view-source shows outdated HTML
Expected results:
view-source shows the updated HTML
Reporter | ||
Comment 1•6 years ago
|
||
Updated•6 years ago
|
Comment 2•6 years ago
|
||
Hi, can you provide a smaller example and some simple steps to reproduce?
Updated•6 years ago
|
Comment 3•6 years ago
|
||
I was able to reproduce the issue (Win 10):
STR:
- Load a page (use local web server, so you have a chance to modify the page source)
- Right click on the page and pick 'View Page Source' from the context menu
- Modify the source of the page
- Reload the page (F5)
- Right click on the page and pick 'View Page Source' again. Look for the modification, it isn't there -> BUG
ER:
The View Source in step #5 should show the modification made in the page source.
Honza
Updated•6 years ago
|
Comment 4•4 years ago
|
||
(In reply to Jan Honza Odvarko [:Honza] (always need-info? me) from comment #3)
- Load a page (use local web server, so you have a chance to modify the page source)
You can also use any public server that allows you to modify the contents of a page, e.g. https://gist.github.com
Only refreshing the view-source: tab shows the new content.
Related, but not exactly the same scenario as bug 1318234.
Updated•4 years ago
|
Description
•