Re: [jQuery] jquery-modalContent Plugin 0.11 released

2007-01-05 Thread Ámon Tamás
Hello, I get the following error: $(document).outerHeight is not a function (line 55) Is this a bug or a feature? (I have firefox 2.0) Gavin M. Roy wrote: I've released 0.11 of the jquery-modalContent plugin with the following changes: 2006-12-19 patch from Tim Saker [EMAIL PROTECTED]

Re: [jQuery] jquery-modalContent Plugin 0.11 released

2007-01-05 Thread Felix Geisendörfer
If I remember correctly this plugin depends on the dimensions plugin and it seems like you've not included it. -- Felix Geisendörfer aka the_undefined -- http://www.thinkingphp.org http://www.fg-webdesign.de Ámon Tamás wrote: Hello, I get the following error:

Re: [jQuery] jquery-modalContent Plugin 0.11 released

2007-01-05 Thread Brandon Aaron
On 1/5/07, Ámon Tamás [EMAIL PROTECTED] wrote: Hello, I get the following error: $(document).outerHeight is not a function (line 55) Is this a bug or a feature? Please make sure you have the dimensions plugin. http://jquery.com/dev/svn/trunk/plugins/dimensions/dimensions.js?format=txt --

Re: [jQuery] jquery-modalContent Plugin 0.11 released

2007-01-05 Thread Ámon Tamás
Brandon Aaron wrote: On 1/5/07, Ámon Tamás [EMAIL PROTECTED] wrote: Hello, I get the following error: $(document).outerHeight is not a function (line 55) Is this a bug or a feature? Please make sure you have the dimensions plugin.

Re: [jQuery] jquery-modalContent Plugin 0.11 released

2007-01-04 Thread Webunity | Gilles van den Hoven
Gavin M. Roy wrote: I've released 0.11 of the jquery-modalContent plugin with the following changes: 2006-12-19 patch from Tim Saker [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] 1) Keyboard events are now only permitted on visible elements belonging to the modal layer (child elements).

Re: [jQuery] jquery-modalContent Plugin 0.11 released

2007-01-04 Thread Klaus Hartl
Webunity | Gilles van den Hoven schrieb: Gavin M. Roy wrote: I've released 0.11 of the jquery-modalContent plugin with the following changes: 2006-12-19 patch from Tim Saker [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] 1) Keyboard events are now only permitted on visible elements

Re: [jQuery] jquery-modalContent Plugin 0.11 released

2007-01-04 Thread Webunity | Gilles van den Hoven
Wow, lots of code... for my Thickbox adaption the following worked fine: html, body { min-height: 100%; } #yourDiv { height: 100%; } #yourDiv has to be a direct child of the body... Ah, thanks. But what if i want to overlay an overlay? Gilles

Re: [jQuery] jquery-modalContent Plugin 0.11 released

2007-01-04 Thread smoore
Giles, by any chance do you have an example of overlaying an overlay? I'd be interested in seeing how that worked. Scott Webunity | Gilles van den Hoven wrote: Wow, lots of code... for my Thickbox adaption the following worked fine: html, body { min-height: 100%; } #yourDiv {

Re: [jQuery] jquery-modalContent Plugin 0.11 released

2007-01-04 Thread Webunity | Gilles van den Hoven
smoore wrote: Giles, by any chance do you have an example of overlaying an overlay? I'd be interested in seeing how that worked. It was just theoretical ;) ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] jquery-modalContent Plugin 0.11 released

2007-01-04 Thread Klaus Hartl
Webunity | Gilles van den Hoven schrieb: Wow, lots of code... for my Thickbox adaption the following worked fine: html, body { min-height: 100%; } #yourDiv { height: 100%; } #yourDiv has to be a direct child of the body... Ah, thanks. But what if i want to overlay an

[jQuery] jquery-modalContent Plugin 0.11 released

2007-01-03 Thread Gavin M. Roy
I've released 0.11 of the jquery-modalContent plugin with the following changes: 2006-12-19 patch from Tim Saker [EMAIL PROTECTED] 1) Keyboard events are now only permitted on visible elements belonging to the modal layer (child elements). Attempting to place focus on any other page element