Side navigation
#2915 closed bug (invalid)
Opened May 21, 2008 04:13PM UTC
Closed June 29, 2010 03:25AM UTC
Last modified March 14, 2012 10:12PM UTC
[effects-core] in createWrapper, check if top and left are NaN with isNaN()
Reported by: | lrbabe | Owned by: | paul |
---|---|---|---|
Priority: | major | Milestone: | 1.3 |
Component: | ui | Version: | 1.2.5 |
Keywords: | effects, createWrapper, isNaN | Cc: | |
Blocked by: | Blocking: |
Description
Before setting the wrapper css, createWrapper check whether top and left are number with
if (top.constructor != Number)
which cause problems with IE browsers
We should use
if (isNaN(top))
instead
Attachments (1)
Change History (1)
Changed June 29, 2010 03:25AM UTC by comment:1
resolution: | → invalid |
---|---|
status: | new → closed |
This appears to be a stray jQuery UI bug report.