Closed Bug 313743 Opened 19 years ago Closed 19 years ago

View source does not show actual rendered source

Categories

(Toolkit :: View Source, enhancement)

enhancement
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 60426

People

(Reporter: subscryer, Unassigned)

Details

User-Agent:       Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.12) Gecko/20051003 Firefox/1.0.7
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.12) Gecko/20051003 Firefox/1.0.7

When I use view source I see the page as served by the webserver, however in many cases it would be nice to see the page as it is seen by the renderer. That is: after javascript has altered it etc. Very useful for debugging, inspecting suspicius web pages (presence or absence of https forms) etc...
A workaround is to select text in the page and hit view selected source, but it's not always an option or a handy one.

Reproducible: Always

Steps to Reproduce:
View Source is designed to show the original source, not the DOM.  In addition to View Selection Source, you can use the DOM Inspector extension if installed.
This bug can be closed as DUP of Bug 60426.
Similar request for "Save As" is Bug 120457.
See Bug 120457 comment #21 for bookmarklet to see InnerHTML.
Although the innerHTML is not always proper HTML which user is seeing, displaying innerHTML is very usefull in debugging or inspecting. 

*** This bug has been marked as a duplicate of 60426 ***
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → DUPLICATE
Product: Firefox → Toolkit
You need to log in before you can comment on or make changes to this bug.