Skip to main content

Bug Tracker

Side navigation

#11271 closed bug (invalid)

Opened February 02, 2012 07:56AM UTC

Closed February 03, 2012 11:22AM UTC

NaN return instead of integer in combination with jquery.actual plugin

Reported by: m.adrian@gmx.com Owned by:
Priority: low Milestone: None
Component: misc Version: 1.7.2b1
Keywords: Cc:
Blocked by: Blocking:
Description

Whilst extracting the width and height of a DIV using the jQuery Actual plugin:

https://github.com/dreamerslab/jquery.actual

oImageSize.width  = jqImage.actual( 'width' );
oImageSize.height = jqImage.actual( 'height' );

I get the correct integer returned when running

https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js

but receiving a "NaN" result when running

http://code.jquery.com/jquery-1.7.2b1.js

Nothing else changed! I did not dig into this yet, and am not sure if it's rather a jQuery or plugin issue. Just wanted to let you know.

Best of Luck and thanks a bunch!

Attachments (0)
Change History (1)

Changed February 03, 2012 11:22AM UTC by addyosmani comment:1

component: unfiledmisc
priority: undecidedlow
resolution: → invalid
status: newclosed

Unfortunately we are unable to assist with issues related to jQuery plugins. Please contact the plugin author directly and if they're able to discover a specific issue with core we'll be happy to look at this further.