beproudstandupcom / pyglet

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

WINDOW_SET_FULLSCREEN fails #111

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The window disappears when set to fullscreen, and loses keyboard focus.
This is with r1050.

bonfyre@xxarg:~/programming/pyglet/pyglet$ env PYTHONPATH=. python
tests/test.py WINDOW_SET_FULLSCREEN
INFO:root:Beginning test at Fri Jul 20 10:19:11 2007
INFO:root:Capabilities are: GENERIC, X11
INFO:root:sys.platform = linux2
INFO:root:Reading test plan from tests/plan.txt
INFO:root:Testing window.WINDOW_SET_FULLSCREEN.
------------------------------------------------------------------------------
Test that window can be set fullscreen and back again.

Expected behaviour:
    One window will be opened.  

     - press "f" to enter fullscreen mode.
     - press "g" to leave fullscreen mode.

    All events will be printed to the terminal.

    Close the window or press ESC to end the test.

Press return to begin test...
INFO:root:Begin unit tests for window.WINDOW_SET_FULLSCREEN
on_move(x=670, y=16)
on_activate()
on_key_press(symbol=F, modifiers=)
Setting fullscreen.
on_text(text=u'f')
on_hide()
on_deactivate()
gf

Original issue reported on code.google.com by Bonf...@gmail.com on 20 Jul 2007 at 12:22

GoogleCodeExporter commented 9 years ago
Additional info: test fails under either Enlightenment or Metacity (no 
compositer).  

WINDOW_INITIAL_FULLSCREEN successfully shows fullscreen but no window is 
recreated when leaving fullscreen.

Original comment by Alex.Hol...@gmail.com on 20 Jul 2007 at 10:06

GoogleCodeExporter commented 9 years ago
Oh, this fails with XFCE too, so whatever change broke it was made recently.

Original comment by Alex.Hol...@gmail.com on 4 Aug 2007 at 12:16

GoogleCodeExporter commented 9 years ago
Fixed in r1090.

Original comment by Alex.Hol...@gmail.com on 4 Aug 2007 at 11:27