Erik Beeson wrote:
Can you tell I'm upgrading to 1.1 tonight? :)

Draggable ghosting isn't working in interface 1.1 on FF because it does:
jQuery.iDrag.helper.css('opacity', elm.dragCfg.opacity);

opacity is a float, and css('opacity', float) doesn't work on FF anymore. I changed it to:
jQuery.iDrag.helper.css('opacity', elm.dragCfg.opacity+'');

And it works fine. Not sure if this is a jQuery issue or an interface issue.

--Erik

_______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
Hi Erik,

I talked with John about this issue and it will be fixed this week along with a new release. As a temporary solution you can downloads jQuery from interface website, it is hacked so you don't have this problem.

Stefan



_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to