Didier, did you ever resolve this? I'm about to start checking for left and right mouse clicks, and would like to learn from your difficulties :)
thanks, eric --- Neil <[EMAIL PROTECTED]> wrote: > Didier Ernotte wrote: > > >Is it me or the value of the event.button keeps changing all the > time with every new release. In my extension I have some code that > tests the value of the left button with > >if (event.button == 0) ... > >and that was fine up to Mozilla 1.7 . With the preview of FF 1.5 and > the official release of 1.5 and 1.5.0.1 the value have change to > >if (event.button == 65535) ... > >and it was ok too with beta of FF 2.0 > >Now with the FF 1.5.0.2 I was to switch back to > >if (event.button == 0) ... > > > >Does any body else have the same problem, or can I use an attribute > of some Interface like EVENT.LEFT_BUTTON to have always the correct > value ? > > > It should always be 0. It is for me in SeaMonkey 1.0 (same Gecko > version > as FF 1.5.0.1). > _______________________________________________ > Project_owners mailing list > [email protected] > http://mozdev.org/mailman/listinfo/project_owners > Use Your PC To Find a Cure for Cancerhttp://members.ud.com/services/teams/team.htm?id=68C9E079-8285-495F-8598-D73352CC7075And Join Team Lulu _______________________________________________ Project_owners mailing list [email protected] http://mozdev.org/mailman/listinfo/project_owners
