Open
Bug 736793
Opened 13 years ago
Updated 3 years ago
Add a window or document attribute that indicates the changed state of the window's contents
Categories
(Core :: XUL, defect)
Tracking
()
NEW
People
(Reporter: sheppy, Unassigned)
Details
Mac OS X (and possibly other systems, but I don't know) has a standard mechanism for indicating that the contents of a document have been edited by the user; that's the little dot that appears in the close button in the title bar of the window.
There is currently no way to set that state for a XUL window. Adding an attribute that can do this would make it easier to smoothly integrate editor windows (such as those used in the style editor, source editor, and so forth) with the underlying operating system. Would also likely be handy for Thunderbird.
This could be done using a Boolean "changed" or "saved" attribute.
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•