Search and Top Navigation
#6760 closed bug (notabug)
Opened December 17, 2010 11:52AM UTC
Closed March 28, 2011 08:06AM UTC
use effect throws unlimited errors
Reported by: | adam88 | Owned by: | adam88 |
---|---|---|---|
Priority: | minor | Milestone: | 1.9.0 |
Component: | ui.effects.core | Version: | 1.8.7 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
I have downloaded the newest version of jQuery (1.4.4) and jQuery UI (1.8.7) and I've got enormous count of this same error:
setting a property that has only a getter:
e):f.css(e)}};c.fn.extend({position:fu...ent||t.body;a&&!Ia.test(a.nodeName)&&
jquery....min.js (row 164)
when I've got jQuery 1.4.2 and jQueryUI 1.8.6 I didn't have such an error...
It's happen when this code is evaluated:
$('#trash img').droppable({ over: function() { $obj = $('#trash img'); $obj.effect('fade', {}, 10); } });
Attachments (0)
Change History (3)
Changed March 07, 2011 04:06AM UTC by comment:1
Changed March 14, 2011 02:32AM UTC by comment:2
owner: | → adam88 |
---|---|
status: | new → pending |
Changed March 28, 2011 08:06AM UTC by comment:3
resolution: | → invalid |
---|---|
status: | pending → closed |
Because we get so many tickets, we often need to return them to the initial reporter for more information. If that person does not reply within 14 days, the ticket will automatically be closed, and that has happened in this case. If you still are interested in pursuing this issue, feel free to add a comment with the requested information and we will be happy to reopen the ticket if it is still valid. Thanks!
Is this error still reproducible? Can you get a jsfiddle example?