From: SourceForge.net <no...@so...> - 2005-07-05 02:00:12
|
Patches item #1224555, was opened at 2005-06-20 20:50 Message generated for change (Settings changed) made by datallah You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=300235&aid=1224555&group_id=235 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. >Category: win32 Group: None >Status: Closed >Resolution: Accepted Priority: 5 Submitted By: Enix (enix) >Assigned to: Daniel Atallah (datallah) Summary: [HEAD, Oldstatus] Tooltip appears over gtkblist context menu Initial Comment: When the gtkblist context menu is displayed, the tooltip timeout is not removed. This results in the tooltip displaying over the context menu when the timeout occurs. Included is a short patch to remove the timeout before displaying the context menu. Applies against HEAD and Oldstatus. ---------------------------------------------------------------------- >Comment By: Daniel Atallah (datallah) Date: 2005-07-04 21:00 Message: Logged In: YES user_id=325843 The GTK+ bug has gotten some attention lately, but the fix will not be available until GTK+ 2.8. Hopefully this patch will avoid a bug report or two in the meantime. If you want to be in the COPYRIGHT file, we'll need to know your name. ---------------------------------------------------------------------- Comment By: Daniel Atallah (datallah) Date: 2005-06-24 10:54 Message: Logged In: YES user_id=325843 I'm guessing that this is related to the whole GTK+ focus problem: http://bugzilla.gnome.org/show_bug.cgi?id=107320 This seems like it isn't a bad workaround to this annoyance (it probably should be #ifdef _WIN32 'd) until this gtk bug is sorted (which, as you can see in the bug report, isn't particlarly likely to happen soon). This also could probably be done to prevent the popup from interfering with dnd of blist nodes. ---------------------------------------------------------------------- Comment By: Enix (enix) Date: 2005-06-22 18:12 Message: Logged In: YES user_id=17877 i just attached a screenshot of the problem on windows XP ---------------------------------------------------------------------- Comment By: Mark Doliner (thekingant) Date: 2005-06-22 17:35 Message: Logged In: YES user_id=20979 I can't reproduce the problem you're describing. Do you only have this problem when using MS Windows? Could you take a screen shot? I'm not opposed to fixing this, but it sounds like it might be something we'll want to file a gtk bug about (I'm thinking that when the context menu is open then the blist should not have focus, and should therefore not display the tooltip). ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=300235&aid=1224555&group_id=235 |