Community
Participate
Working Groups
1. Open controls demo 2. Right-click on the textfield at the button 3. Native and custom menus both open at the same time
The implementation is supposed to allow native menus only when there is no RAP menu. The issue here is that the RAP menu exists, but belongs not to the Text but to its parent. So the Text opens the native menu, and its parent the RAP menu. The solution would be to prevent the dom event beeing processed if it opens a contextmenu.
Fixed in CVS HEAD, EventHandler.js