geosolutions-it / MapStore2

The solution to create and share maps, dashboards, geostories with 3D support on the web. And it is open-source too!
https://mapstore.geosolutionsgroup.com/
Other
511 stars 398 forks source link

Resizable DrawerMenu produces unexpected behaviour of the TOC #3936

Closed gioscarda closed 4 years ago

gioscarda commented 5 years ago

Description

Investigations needed about the resizable DrawerMenu (see geosolutions-it/MapStore2#3767 ). Applying the following configuration, the TOC panel remains visible even if the layer settings panel (or the widget panel) opens (see the picture):

{
    "name": "DrawerMenu",
    "cfg": {
        "menuOptions": {
            "resizable": true
        }
    }
}

Selection_003

In case of Bug (otherwise remove this paragraph)

Browser Affected (use this site: https://www.whatsmybrowser.org/ for non expert users)

Browser Version Affected

Steps to reproduce

Expected Result

Current Result

Other useful information (optional):

It happens with the widgets panel also.

tdipisa commented 4 years ago

We are reviewing the entire MS's layout (closed in favor of #4254).