Closed
Bug 254794
Opened 22 years ago
Closed 2 years ago
[RFE] button-specific callbacks should be invoked when moving buttons off of/onto a toolbar
Categories
(Thunderbird :: Mail Window Front End, enhancement)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: eyalroz1, Unassigned)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8a3) Gecko/20040802
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8a3) Gecko/20040802
customizeToolbar.js should call button-specific callback functions (e.g. by
checking a 'toolbarPresenceCallback' attribute of the button's XUL element,
containing the callback code). Thus buttons which are supposed to have a state
may be able to set it when the button comes into 'real existence'.
Reproducible: Always
Steps to Reproduce:
Comment 1•22 years ago
|
||
Looking at other code, I'm thinking broadcasters and observes can do this... but
I don't know. :)
| Reporter | ||
Comment 2•22 years ago
|
||
They can do this, if all you want is just setting an attribute of the button.
But what if you want to run some sort of a check? Nothing tells the broadcaster
than its observer now exists...
Comment 3•20 years ago
|
||
This is an automated message, with ID "auto-resolve01".
This bug has had no comments for a long time. Statistically, we have found that
bug reports that have not been confirmed by a second user after three months are
highly unlikely to be the source of a fix to the code.
While your input is very important to us, our resources are limited and so we
are asking for your help in focussing our efforts. If you can still reproduce
this problem in the latest version of the product (see below for how to obtain a
copy) or, for feature requests, if it's not present in the latest version and
you still believe we should implement it, please visit the URL of this bug
(given at the top of this mail) and add a comment to that effect, giving more
reproduction information if you have it.
If it is not a problem any longer, you need take no action. If this bug is not
changed in any way in the next two weeks, it will be automatically resolved.
Thank you for your help in this matter.
The latest beta releases can be obtained from:
Firefox: http://www.mozilla.org/projects/firefox/
Thunderbird: http://www.mozilla.org/products/thunderbird/releases/1.5beta1.html
Seamonkey: http://www.mozilla.org/projects/seamonkey/
| Reporter | ||
Updated•20 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Updated•19 years ago
|
QA Contact: front-end
Updated•17 years ago
|
Assignee: mscott → nobody
Updated•3 years ago
|
Severity: normal → S3
Comment 4•2 years ago
|
||
This is about code which is gone
Status: NEW → RESOLVED
Closed: 2 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•