[xmonad] Issue 369 in xmonad: Html5 video fullscreen window doesn't stay in fullscreen mode

codesite-noreply at google.com codesite-noreply at google.com
Tue Feb 2 07:06:44 EST 2010


Status: New
Owner: ----

New issue 369 by mceier: Html5 video fullscreen window doesn't stay in  
fullscreen mode
http://code.google.com/p/xmonad/issues/detail?id=369

What steps will reproduce the problem?
1. open http://diveintohtml5.org/video.html#movie in firefox 3.6 ( browser
that supports html5 <video> tag )
2. Do right mouse click on the movie and select fullscreen mode
3.

What is the expected output? What do you see instead?
Fullscreen window should stay in fullscreen mode and play video, but
instead it is automatically closed after it is opened

What version of the product are you using? On what operating system?
xmonad 0.9.1 on gentoo

Are you using an xmonad.hs?  Please attach it and the output of "xmonad
--recompile".
yes
"xmonad --recompile" outputs nothing.

Please provide any additional information below.
When myManageHook ( from default xmonad.hs ) is defined as follows:
myManageHook = doFullFloat
video works as expected ( it does not close automatically ), but every
window is "full float"
when myManageHook is:
myManageHook = isFullscreen --> doFullFloat
this fullscreen window closes automatically
also tried :
myManageHook = composeAll [ className =? "Toplevel" --> doFullFloat,
isFullscreen --> doFullFloat ]
it also didn't help.
Attached xprop output ( run in awesome ).
Flash fullscreen windows work as expected.


Attachments:
	fs_prop.txt  9.8 KB

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings


More information about the xmonad mailing list