Open Bug 195678 Opened 21 years ago Updated 2 years ago

Reload should appear disabled on pages generated entirely with dom2

Categories

(Core :: DOM: Navigation, enhancement)

x86
Windows XP
enhancement

Tracking

()

People

(Reporter: jruderman, Unassigned)

References

()

Details

The reload button doesn't do anything on pages generated entirely with DOM2,
which is good because reloading them gives a blank page and is usually a
mistake.  But the reload button doesn't appear disabled.

Example:
javascript:with(open().document){void(body.appendChild(createTextNode('foo')));}

Somewhat related: bug 62517, "effect of
window.open('about:blank').document.body.appendChild() is transient".  Note that
the example in this bug doesn't use about:blank, but instead passes no
parameters to window.open().
Component: History: Session → Document Navigation
QA Contact: kasumi → docshell
Assignee: radha → nobody
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.