After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 306951 - The 'on-release' property doesn't work
The 'on-release' property doesn't work
Status: RESOLVED FIXED
Product: gDesklets
Classification: Deprecated
Component: core_desklets
svn/bzr repository
Other Linux
: Normal normal
: ---
Assigned To: gDesklets Maintainers
gDesklets Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-06-08 21:59 UTC by Joe Sapp
Modified: 2005-07-03 19:28 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
A test desklet illustrating the problem (946 bytes, text/plain)
2005-06-08 22:00 UTC, Joe Sapp
Details

Description Joe Sapp 2005-06-08 21:59:26 UTC
Version details: 0.35
Distribution/Version: Gentoo

See attached desklet.  Using on-release in a display doesn't do what the docs
claim it should.
Comment 1 Joe Sapp 2005-06-08 22:00:10 UTC
Created attachment 47478 [details]
A test desklet illustrating the problem
Comment 2 Martin Grimme 2005-07-02 12:54:24 UTC
Thanks a lot for the attachment. The problems I observed there were:

1. The label and image don't appear where they should be.
   This is not a bug; the <frame> simply does not have layouting capabilities
   and may thus only have one child. The label and image should be put into
   a group.

2. The release-event is only triggered if the click-event is not triggered
   instead. This behavior seems wrong and has to be fixed in the core. :)
Comment 3 Martin Grimme 2005-07-03 19:28:32 UTC
Fixed in CVS.