GNOME Bugzilla – Bug 448610
Activating status icon does not hide raised and focused Downloads window
Last modified: 2007-07-26 04:15:09 UTC
Please describe the problem: According to the draft HIG, when a status icon is activated and the window that it is associated with is already raised and focused, the window should be hidden. Epiphany does not do this for the Downloads window. Steps to reproduce: 1. Start downloading something (e.g., http://www.archive.org/download/wealthofnetworks/wealthofnetworks_vbr_mp3.zip). 2. Activate the Downloads status icon in the notification area. Actual results: The Downloads window stays visible. Expected results: The Downloads window would be hidden. Does this happen every time? Yes. Other information:
Created attachment 90178 [details] [review] Patch The attached patch checks whether the Downloads window is raised and focused and, if it is, hides the window instead of presenting it.
Kraai do you have commit rights on SVN?
(In reply to comment #2) > Kraai do you have commit rights on SVN? No. Would someone please commit the patch for me?
Ok. Done :). Thanks! 2007-07-25 Diego Escalante Urrelo <diegoe@gnome.org> * embed/downloader-view.c: Make the status icon clickable so it shows/hides the download window, works across workspaces. Patch by Kraai. Fixes bug #448610.