Topic: "Menu attached to button" example
moro,
I tried to attach menu to a DIV element using attachTo() and found some bugs.
1. Menu is showing on both LEFT click.
I was happy to see LEFT click working, however I was not expecting that. Why is it attachTo() work with LEFT click and after normal instantiation it triggers with RIGHT?
2. Google Chrome, FF2, IE6 and IE7 also display native context menu on top of MifMenu (both on Buttons that you have in Demos AND my custom DIV). Only FF3 does not show native context menu.
I think attachTo() should configure menu trigger mouse button - left, right or both.
Thanks