|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2011-12-19 16:57 UTC] willyscheibel at gmx dot de
[2011-12-19 16:57 UTC] willyscheibel at gmx dot de
-Operating System: Ubuntu 10.10
+Operating System: Ubuntu 11.10
[2012-07-18 17:59 UTC] auroraeosrose@php.net
-Status: Open
+Status: Feedback
[2012-07-18 17:59 UTC] auroraeosrose@php.net
[2013-02-18 00:35 UTC] php-bugs at lists dot php dot net
|
|||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Oct 27 13:00:01 2025 UTC |
Description: ------------ Used php-gtk: trunk at 2011-12-11 The provided script could be parametrized with the defines in the first lines. I provide a version which shows the bug (define('SHOW_BUG', true)), another one, which avoids the bug (define('SHOW_BUG', false)) and another one, which presents a workaround (define('USE_WORKAROUND', true)). The bug occurs when one uses menu entries with mnemonics in their names in conjunction with a circular reference in classes using php-gtk. the bug doesn't occur if either the circular reference is resolved manually or if there isn't any menu entry with a mnemonic in its name. Test script: --------------- a minimal script which reproduces the bug is located at http://tasteful-revolution.net/bug.php.txt Expected result: ---------------- When I close the window, the script should terminate normally. Actual result: -------------- When I close the window, the script doesn't terminate but leaves the gtk main loop.