You will recieve your password to this address. Address is not made public.

Your preferred username that is used when logging in.

expose - problem with window resize Created Jan 22, 2009

This thread is solved

Views: 4587     Replies: 5     Last reply Mar 30, 2009  
You must login first before you can use this feature

kfir

Posts: 5

Registered:
Jan 21, 2009

expose - problem with window resize

Posted: Jan 22, 2009

If the window is resized the expose will not cover the entire screen.
This can be easly fixed like so

$(window).bind("resize.unexpose", function(evt) {
	blanket.css("height",$(document).height());
});

Buzz
Author of 'Wordpress Flowplayer', jQuery.saiweb http://saiweb.co.uk Problems, requests? Please log a ticket at: http://trac.saiweb.co.uk

Posts: 271

Registered:
Dec 17, 2008

» expose - problem with window resize

Posted: Jan 22, 2009

Reply to: expose - problem with window resize , from kfir
Hi Kfir,

Can you please describe the procedure you went through to produce this problem?

Do you mean OSX Exposé?

kfir

Posts: 5

Registered:
Jan 21, 2009

» » expose - problem with window resize

Posted: Jan 22, 2009

Reply to: » expose - problem with window resize , from DBusby
Hi,
First of all I was talking about the expose tool
http://flowplayer.org/tools/expose.html
Open a window with the expose tool in it, not in full size, and than make it bigger and activate the expose tool.
Here's a picture of the bug
http://img339.imageshack.us/img339/4213/52932675qv4.jpg

Buzz
Author of 'Wordpress Flowplayer', jQuery.saiweb http://saiweb.co.uk Problems, requests? Please log a ticket at: http://trac.saiweb.co.uk

Posts: 271

Registered:
Dec 17, 2008

» » » expose - problem with window resize

Posted: Jan 22, 2009

Reply to: » » expose - problem with window resize , from kfir
Hi Kfir,

The webdeveloper plugin in your firefox has detected an error (red exclamation) can you copy paste the error here please?

kfir

Posts: 5

Registered:
Jan 21, 2009

» » » » expose - problem with window resize

Posted: Jan 22, 2009

Reply to: » » » expose - problem with window resize , from DBusby
The error there is not realted to that page. note that FireBug isn't displaying an error

johnkeils

Posts: 2

Registered:
Jan 29, 2009

» expose - problem with window resize

Posted: Mar 30, 2009

Reply to: expose - problem with window resize , from kfir
Hi, quick question, where does your solution go in the code exactly? And is it supposed to be blanket, or mask.css? Thanks!