cheerpj-meta icon indicating copy to clipboard operation
cheerpj-meta copied to clipboard

pop-up frames - not quite there

Open ddyer0 opened this issue 3 years ago • 1 comments

The size of pop-up frames seems not quite as specified, and the resulting windows can't be positioned or sized larger than the original frame established by the javascript. For some reason the first frame is exempt and can be larger. Also, the pop ups don't have maximize and minimize buttons. If Using cheerpjCreateDisplay(-1,-1); instead of a fixed size, the pop-ups collapse if you try to move or resize them.

image

ddyer0 avatar Feb 05 '22 01:02 ddyer0

One other glitch in this app, is that the top-bar menus which appear as "options" "actions" and so on are nonfunctional. My best guess is that they are not receiving any mouse events. You can see this app in action at https://boardspace.net/hive/hive-viewer.html The remarkable thing is that this is calling the same jars that would be used by the desktop java app, which you can invoke as https://boardspace.net/java/boardspace7.jnlp

ddyer0 avatar Feb 15 '22 09:02 ddyer0

Most of issues mentioned here are fixed as part of the new CheerpJ 3.0 architecture.

Window resizing and fullscreen support are already tracked here: https://github.com/leaningtech/cheerpj-meta/issues/78

Closing this bug

alexp-sssup avatar Jan 21 '24 18:01 alexp-sssup