Project

General

Profile

Bug #3204

Bug #2677: fix drawing and functional differences between P2J GUI and 4GL GUI

"No renderer found" bug in menus

Added by Vadim Gindin over 7 years ago. Updated over 7 years ago.

Status:
New
Priority:
Normal
Assignee:
-
Target version:
-
Start date:
10/20/2016
Due date:
% Done:

0%

billable:
No
vendor_id:
GCD
case_num:

History

#1 Updated by Vadim Gindin over 7 years ago

The testcase menu/sm_mnemonic.p. Trunk revno 11120.

Open menubar and move moues pointer to some sub-menu trying to open nested sub-menu. Nested sub-menu body is not opened and the following error happen.

Caused by: java.lang.RuntimeException: No renderer is registered for id = -17
        at com.goldencode.p2j.ui.client.gui.driver.GuiPrimitivesImpl.getWindowEmulator(GuiPrimitivesImpl.java:212)
        at com.goldencode.p2j.ui.client.gui.driver.swing.SwingGuiDriver.moveToTop(SwingGuiDriver.java:503)
        at com.goldencode.p2j.ui.client.WindowManager.moveToTop(WindowManager.java:332)
        at com.goldencode.p2j.ui.client.TopLevelWindow.processEvent(TopLevelWindow.java:764)
        at com.goldencode.p2j.ui.client.gui.OverlayWindow.processEvent(OverlayWindow.java:613)
        at com.goldencode.p2j.ui.chui.ThinClient.processProgressEvent(ThinClient.java:16301)

Also available in: Atom PDF