Open
Bug 175822
Opened 22 years ago
Updated 4 years ago
nsEditingSession doesn't get web progress notifications for subframes
Categories
(Core :: DOM: Editor, defect, P5)
Core
DOM: Editor
Tracking
()
NEW
People
(Reporter: sfraser_bugs, Unassigned)
References
(Blocks 1 open bug)
Details
If you load a frameset document in composer, and want to reject certain MIME
types, you'll need to register as a web progress listener on each subframe
(which nsEditingSession doesn't currently do).
We need to somehow fix this, and fix it in a way that doesn't push HTML-specific
knowledge onto nsEditingSession.
Comment 1•22 years ago
|
||
-->mjudge
Updated•18 years ago
|
QA Contact: sujay → editor
Updated•18 years ago
|
Assignee: mjudge → nobody
Comment 2•4 years ago
|
||
Bulk-downgrade of unassigned, >=5 years untouched DOM/Storage bugs' priority.
If you have reason to believe this is wrong (especially for the severity), please write a comment and ni :jstutte.
Severity: normal → S4
Priority: -- → P5
You need to log in
before you can comment on or make changes to this bug.
Description
•