Open Bug 569340 Opened 14 years ago Updated 2 years ago

Fire state change when document becomes uneditable

Categories

(Core :: Disability Access APIs, defect)

defect

Tracking

()

People

(Reporter: davidb, Unassigned)

References

(Blocks 2 open bugs)

Details

Attachments

(1 file)

Spin off from bug 564471. We fire a state change event when we receive an obs_documentCreated, which indicates that a document has become editable. We should fire and event when a document becomes uneditable.

document.designMode="on";
document.desginMode="off";

Fires only one state change event currently -- for the "on".
Attached file manual test file
Running this with trunk on Windows, using accprobe, I see worrisome details about the accessible objects from the events. Worrisome states include 'defunct', and/or 'invalid' when turning designMode one and off. Possibly spin off bugs await.
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: