kmonsoor / pyglet

Automatically exported from code.google.com/p/pyglet
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Expose event is not triggered when uncovering window #770

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
In test window.EVENT_EXPOSE it is expected that an expose event is triggered 
when you cover the window with another window and then uncover it. However it 
is only triggered if you minimize and then restore the window.

- Run test window.EVENT_EXPOSE
- Cover window with another
--> No expose message --> FAIL
- Minimize window
- Restore window
--> Expose message --> OK

Original issue reported on code.google.com by Silveste...@gmail.com on 25 Jan 2015 at 4:11

GoogleCodeExporter commented 9 years ago
Tested this on Ubuntu 14.04 running KDE.

Original comment by Silveste...@gmail.com on 25 Jan 2015 at 4:12