Bug Tracker

Modify

Ticket #11271 (closed bug: invalid)

Opened 16 months ago

Last modified 16 months ago

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

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

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!

Change History

comment:1 Changed 16 months ago by addyosmani

  • Priority changed from undecided to low
  • Resolution set to invalid
  • Status changed from new to closed
  • Component changed from unfiled to misc

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.

Please follow the  bug reporting guidlines and use  jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

View

Add a comment

Modify Ticket

Action
as closed
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.