Open
Bug 569340
Opened 14 years ago
Updated 2 years ago
Fire state change when document becomes uneditable
Categories
(Core :: Disability Access APIs, defect)
Core
Disability Access APIs
Tracking
()
NEW
People
(Reporter: davidb, Unassigned)
References
(Blocks 2 open bugs)
Details
Attachments
(1 file)
(deleted),
text/html
|
Details |
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".
Reporter | ||
Comment 1•14 years ago
|
||
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.
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•