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 348244 - Showing chat window from notification bubble doesn't stay on top
Showing chat window from notification bubble doesn't stay on top
Status: RESOLVED DUPLICATE of bug 333110
Product: gossip
Classification: Deprecated
Component: General
0.12
Other Linux
: Normal normal
: ---
Assigned To: Gossip Maintainers
Gossip Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-07-21 13:56 UTC by Tommi Komulainen
Modified: 2006-08-07 23:06 UTC
See Also:
GNOME target: ---
GNOME version: 2.13/2.14



Description Tommi Komulainen 2006-07-21 13:56:30 UTC
0. Open a browser maximized and focus/bring it on top
1. Wait for someone to send you a new message
2. Click the 'Show' button in notification bubble

Expected result:
The new chat window is brought on top and has focus.

Actual result:
New chat window briefly flashes on top and then disappears below the maximized window.

Other:
The window seems to be raised correctly if a Gossip window is above the maximized window when clicking the button, or you click on the notification area icon instead.
Comment 1 Richard Hult 2006-07-21 22:33:22 UTC
There seems to be a lots of similar problems caused by the focus stealing prevention. I have messed around with it to no avail. If someone knows how to solve this, I'd be very happy.
Comment 2 Tommi Komulainen 2006-07-22 06:32:24 UTC
I think it requires libnotify passing along the timestamp from user clicking the button and then gossip would need to forward that timestamp to gtk_window_present_with_time()
Comment 3 Tommi Komulainen 2006-07-22 07:43:36 UTC
Or maybe not. It seems to be working fine with a simple testcase that creates and presents a window in action callback. Strange.
Comment 4 Richard Hult 2006-08-07 22:54:15 UTC
Btw, I don't think this has anything to do with if the window is maximized or not, I get this all the time for all kinds of windows.
Comment 5 Richard Hult 2006-08-07 23:06:27 UTC
I'm going to close this as a dup of the old "focus stealing prevents messes up things" bug.

*** This bug has been marked as a duplicate of 333110 ***