Are you able to step through the code with Firebug?  I'd be curious how
dimensions handles the width() that is different from the way that the core
1.2.1 does.

I'm not sure which features of dimensions you need for your project, but
once offset() appeared in the core, I was able to make a few modifications
and use just that for my application and no longer needed dimensions.

I suppose if you need the other methods (outerWidth(), etc.), but the core
width() and height() worked for you, could modify your copy of dimensions to
exclude those methods.

JK

-----Original Message-----
From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of [EMAIL PROTECTED]
Sent: Thursday, October 25, 2007 7:03 AM
To: jQuery (English)
Subject: [jQuery] Re: [bug] Slight "jump" of elements when using height() in
FF


Hey, JK.

Thanks for the response!  I'm using the latest version of Dimensions/
jQuery on my site, and I'm having the same problem.  I'd let you see
the issue if I could, I'm developing on an internal dev server.  It's
the same problem as what's displayed on the above site, though.

-Mist

On Oct 24, 3:58 pm, "Jeffrey Kretz" <[EMAIL PROTECTED]> wrote:
> I see the same thing when I test it.  Oddly enough, the latest version of
> dimensions is 1.1.2, but the version on that demo page is only 1.1.
>
> Perhaps the latest version fixes that error?
>
> JK
>
> -----Original Message-----
> From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On
>
> Behalf Of [EMAIL PROTECTED]
> Sent: Wednesday, October 24, 2007 10:41 AM
> To: jQuery (English)
> Subject: [jQuery] [bug] Slight "jump" of elements when using height() in
FF
>
> Example page:http://brandonaaron.net/docs/dimensions/#sample-2
>
> To recreate:
>      1. Use Firefox 2.0.0.8
>      2. Go to above link
>      3. Under "Element Height" subheading, click "Run" button.
>
> Current behavior:
>      When invoking height() method to retrieve an element's height,
> elements on the page "jump" visibly.
>
> Expected behavior:
>      When invoking height() method to retrieve an element's height,
> there is no visible movement.


Reply via email to