ClockworkLynx / kytten

Automatically exported from code.google.com/p/kytten
7 stars 0 forks source link

Windows don't remain under mouse when dragging. #13

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Run the a_test.py program
2. Click and drag a dialog
3. Move the mouse off the screen

What is the expected output? What do you see instead?
The dialog should stop being dragged when the mouse leaves the screen.

Instead, the dialog continues moving based on mouse relative movement, even 
when the mouse is off the screen.

What version of the product are you using? On what operating system?
Mac OS-X 10.8 (Mountain Lion)
Pyglet 1.2alpha1
Python 2.7.3

Please provide any additional information below.

Original issue reported on code.google.com by adam.lw....@gmail.com on 23 Aug 2012 at 1:56

GoogleCodeExporter commented 9 years ago
I believe these are not kytten issues but regressions in pyglet.
See here:
https://groups.google.com/forum/?fromgroups=#!topic/pyglet-users/3vwClV9A6gQ
http://code.google.com/p/pyglet/issues/detail?id=611

Original comment by adam.lw....@gmail.com on 25 Sep 2012 at 7:05