Side navigation
#10180 closed bug (duplicate)
Opened August 31, 2011 02:35PM UTC
Closed August 31, 2011 02:41PM UTC
Last modified August 31, 2011 04:40PM UTC
jQuery 1.6.2, Warning in FF 4/5/6 (failed to process the value for 'left', 'top'. Declaration ignored)
Reported by: | stefan.fluri@galexis.com | Owned by: | |
---|---|---|---|
Priority: | low | Milestone: | None |
Component: | support | Version: | 1.6.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
In jQuery (uncompressed) at line 1301 and 1302 are the attributes left and top with a value -1000. To use without warning in Firefox the the values should be -1000px (oder -1000em)...
Attachments (0)
Change History (4)
Changed August 31, 2011 02:41PM UTC by comment:1
component: | unfiled → support |
---|---|
priority: | undecided → low |
resolution: | → duplicate |
status: | new → closed |
Changed August 31, 2011 02:45PM UTC by comment:3
in jQuery 1.63 RC1 the problem still remains. lines 1301-1302, values for "left" & "top" should be strings including "px" not numbers !