.live() wrongly firing upon right click

.live() wrongly firing upon right click


Hi all,
I was debugging an app of mine just to find out that everytime I right-
clicked something with .live('click',fn) on it Firefox would fire my
handler. This is not supposed to happen. I've made an test case and
tested it in IE, FF, Safari and Chrome. Only in Firefox this happens:
http://jquery.nodnod.net/cases/284
Afterward, when I got to the bugtracker I found out it was already
reported:
http://dev.jquery.com/ticket/4197
I'll try to spending some time trying to fix this later. Just bringing
the important issue here just in case, since I'm very busy this days.
Best regards,
-- Irae