This is a message.

Understanding how expose changes position of exposed elements Created Jun 8, 2009

This thread is solved

Views: 4326     Replies: 2     Last reply Jun 12, 2009  
You must login first before you can use this feature

arash

Posts: 2

Registered:
Jun 8, 2009

Understanding how expose changes position of exposed elements

Posted: Jun 8, 2009

Hi!

Thanks you for this cool extension, I love it :)

But I have some issues:

- when trying to expose an element with fixed position, the fixation gets lost after exposing it, so it suddenly floats with the rest of the document.

- some elements do not seem to be exposable. This is what I am trying to do:
$('#news').expose({api: true, closeOnClick: false}).load();

where news is a statically positioned div.

Are there any special rules tp be followed for the items to be exposed?

Thanks,
Arash

Tero
Author of jQuery Tools and this website + JavaScript developer of Flowplayer.

Posts: 1868

Registered:
Nov 16, 2007

» Understanding how expose changes position of exposed elements

Posted: Jun 9, 2009

Reply to: Understanding how expose changes position of exposed elements, from arash
I made a quick fix to the tool. Try with this

http://flowplayer.org/demos/test/tools.expose-1.0.2.min.js

Here are the sources

flowplayer.org/demos/test/tools.expose-1.0.2.js

change is on line 153.

Tero
Author of jQuery Tools and this website + JavaScript developer of Flowplayer.

Posts: 1868

Registered:
Nov 16, 2007

» » Understanding how expose changes position of exposed elements

Posted: Jun 12, 2009

Reply to: » Understanding how expose changes position of exposed elements, from tipiirai
This is now fixed with the new release of expose.