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 127586 - big totem mouse error
big totem mouse error
Status: RESOLVED FIXED
Product: totem
Classification: Core
Component: general
unspecified
Other other
: Normal normal
: ---
Assigned To: Bastien Nocera
Bastien Nocera
Depends on:
Blocks:
 
 
Reported: 2003-11-21 04:56 UTC by Andrewf1
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Andrewf1 2003-11-21 04:55:26 UTC
Distribution: Red Hat Linux release 9 (Shrike)
Package: totem
Severity: normal
Version: GNOME2.4.1 unspecified
Gnome-Distributor: GNOME.Org
Synopsis: big totem mouse error
Bugzilla-Product: totem
Bugzilla-Component: general
Bugzilla-Version: unspecified
Description:
Description of Problem:
when dragging and dropping from the topem video windows to itself.  the
mouse becomes inactive ( still moves )  and the keyboard no longer
responds with gnome.  

mostly this happens by accidently left-clicking inside the video window
and this makes the entire gnome desktop unusable .

Steps to reproduce the problem:
1. open totem, play a video
2. click and move the mouse inside the video area
3. try and use the desktop, 

Actual Results:

try and close the program.   do anything from gui ( it wont work )
it can happen in fullscreen as well as windowed mode
Expected Results:

drag and drop would  be ignored inside its own window  or come up with
an error saying ( you cant put something inside itself ) 

How often does this happen?

everytime the steps are taken


Additional Information:




------- Bug moved to this database by unknown@bugzilla.gnome.org 2003-11-20 23:55 -------

The original reporter (Andrewf1@Fitzsimon.com.au) of this bug does not have an account here.
Reassigning to the exporter, unknown@bugzilla.gnome.org.
Reassigning to the default owner of the component, hadess@hadess.net.

Comment 1 Bastien Nocera 2003-11-21 11:59:16 UTC
I can't reproduce that problem.
Comment 2 Bastien Nocera 2003-12-03 17:59:20 UTC
I still can't reproduce the problem. Can you give a bit more details,
such as the version of GTK+ used, and a backtrace of the hang?
Comment 3 John McCutchan 2003-12-07 05:39:39 UTC
I have seen this bug. I think its root is a bug in gtk+. 

A work around was developed for mozilla.
http://bugzilla.mozilla.org/show_bug.cgi?id=183370
The symptoms of this bug in mozilla is the same as the bug in totem.

Cursor changes to a DND cursor and under unlikely circumstances it
doesn't change back.

If you kill totem everything is back to normal.
Comment 4 John McCutchan 2003-12-08 18:13:00 UTC
this is a dupe of #122120 .
Comment 5 John McCutchan 2003-12-08 18:15:51 UTC
ignore that message it was a mistake 
Comment 6 Bastien Nocera 2003-12-09 16:24:07 UTC
This looks like a toolkit issue.
Comment 7 Owen Taylor 2003-12-09 17:18:04 UTC
I see no reason to think it's a GTK+ problem a-priori, and
certainly we can't debug this at the GTK+ level.

It's certainly possible for an app to cause stuck drags
by hiding some events from GTK+.
Comment 8 Bastien Nocera 2004-01-04 09:45:15 UTC
Should be fixed now.

2004-01-04  Bastien Nocera  <hadess@hadess.net>
                                                                     
          
        * src/bacon-video-widget-xine.c:
(bacon_video_widget_button_press):
        Don't hide mouse button presses from GTK+ (Closes: #127586)