I responded to the thread over on the ext forums. Here is what I said:

The jQuery Dimensions plugin simply returns the document height or the
window height. Returning the Math.max( $(document).height(),
$(window).height() ); for $(document).height() would not return the actual
document height.

--
Brandon Aaron

On 8/14/07, Neil <[EMAIL PROTECTED]> wrote:
>
>
> Hi there.
>
> I posted a bug concerning modals not masking the whole page with
> jQuery on the Ext forum.
>
> Jack Slocum has responded saying "The problem was reported a while
> back to jQuery. It has to do with viewport/document size not returning
> the largest value. If the document height is smaller than the window
> height, then the document height should be the window height. In
> jQuery that is not the case. You may want to log a bug there."
>
> The full write up on producing the bug is at
> http://extjs.com/forum/showthread.php?t=11086.
>
> Any advice on an interim workaround until the core is fixed would be
> really appreciated.
>
> Regards,
> Neil.
>
>

Reply via email to