Modify ↓
Ticket #10180 (closed bug: duplicate)
jQuery 1.6.2, Warning in FF 4/5/6 (failed to process the value for 'left', 'top'. Declaration ignored)
| Reported by: | stefan.fluri@… | Owned by: | |
|---|---|---|---|
| Priority: | low | Milestone: | None |
| Component: | support | Version: | 1.6.2 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
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)...
Change History
comment:1 Changed 21 months ago by timmywil
- Priority changed from undecided to low
- Resolution set to duplicate
- Status changed from new to closed
- Component changed from unfiled to support
comment:3 Changed 21 months ago by stefan.fluri@…
in jQuery 1.63 RC1 the problem still remains. lines 1301-1302, values for "left" & "top" should be strings including "px" not numbers !
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.
