Open GoogleCodeExporter opened 9 years ago
After more poking around, seems like the faulting function is Jiffy.utils.on().
The
event handlers are added in the correct order, but called in the reverse order.
I managed to work around it using jQuery. Jiffy.utils.on now uses jQuery event
handling if jQuery is available. See attached file for a patch.
Original comment by royra...@gmail.com
on 11 Aug 2008 at 4:59
Attachments:
The issue is also seen with IE8. Is there a solution without the use of jQuery?
Original comment by rob.chartier
on 5 Jan 2009 at 11:29
I think this patch will fix the issue without using jQuery. I tested it in
Firefox
3.0.9 and IE8.
Original comment by chrisnetonline
on 22 Apr 2009 at 2:47
Attachments:
Original issue reported on code.google.com by
royra...@gmail.com
on 11 Aug 2008 at 4:08