Container show source
Categories
(Toolkit :: View Source, defect, P3)
Tracking
()
People
(Reporter: thomas, Unassigned)
Details
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:65.0) Gecko/20100101 Firefox/65.0
Steps to reproduce:
Show page source on a page opened in a separate container window
Actual results:
Show page source shows source as if it was requested via different container (default maybe?). So that current session cookies etc are not set therefore the page shows wrong if rendering is dependent on session. Javascript debugging etc also fails since running source does not map to correct lines in the source shown if there are inline source code.
Expected results:
Would think that the cached source for the current container was shown. This would give "normal" behaviour as if before containers where available.
Updated•7 years ago
|
Comment 1•7 years ago
|
||
Thanks for the report!
Can you please provide a test page (either attached to this bug or available online) we could use to reproduce and see the problem on our machines? This is usually big help and makes the report more actionable.
Thanks!
Honza
Screenshots and explanation of a private application sent in e-mail directly to Honza.
best regards
Thomas
Comment 3•7 years ago
|
||
Interesting info from the email is that the source in 'View source' is different from what's shown in the Debugger.
Honza
Comment 4•7 years ago
|
||
I am marking this as P3, but in order to make a progress we need public reproducible test case.
Honza
Updated•3 years ago
|
Description
•