You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, the awt menu (both menu and popup menu) can go out of the screen in both vertically and horizontally (see the issue here). A correct implementation should be:
allow scrolling when the menu is too long
when toughing the left or right border, keep the entire menu within the screen.
I tried to apply some css to fix it but couldn't get it to work, it might be easier to handle these issues directly from cheerpj.
The text was updated successfully, but these errors were encountered:
Endpoint https://cjrtnc.leaningtech.com/20201217/loader.js now has a mechanisms to reposition the popup windows to keep them in the screen. Scrolling to support displays which are too small for the popups is not something that native Java supports, so it falls outside of the scope of CheerpJ.
Hi, the awt menu (both menu and popup menu) can go out of the screen in both vertically and horizontally (see the issue here). A correct implementation should be:
I tried to apply some css to fix it but couldn't get it to work, it might be easier to handle these issues directly from cheerpj.
The text was updated successfully, but these errors were encountered: