Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    [FF18] ContextMenu position

    Hello,

    There is another problem with Firefox 18.
    Context menu with showShadow enabled shows on top of a screen, not on widget or cursor.
    Tested on latest nightly and Firefox 18.0.1.

    Test case:
    Code:
    VLayout vLayout = new VLayout(5);
    vLayout.setStyleName("defaultBorder");
    vLayout.setWidth100();
    vLayout.setHeight100();
    		
    Menu menu = new Menu();
    [b]menu.setShowShadow(true);[/b]
    		
    menu.addItem(new MenuItem("test"));
    	
    vLayout.setContextMenu(menu);
    Best regards
    Mariusz Goch
Working...
X