Comment 58 for bug 597825

Revision history for this message
In , Ehsan-mozilla (ehsan-mozilla) wrote :

(In reply to comment #57)
> nsXULLabelFrame is C++ code. You could make the xbl label portion implement
> some interface for a callback to indicate that the accesskey needs to be
> updated.

Good idea. I have one more question though. Since this whole thing should be done per window (not globally), is there any way in the XBL code to differentiate between callbacks from other windows and callbacks from the window in which the label is residing?