3liz / lizmap-web-client

Transfer a QGIS project on a server, Lizmap is providing the web interface to browse it
https://www.lizmap.com
Mozilla Public License 2.0
254 stars 143 forks source link

[Bug]: A test project has a JS issue when loading #3583

Closed Gustry closed 1 year ago

Gustry commented 1 year ago

What is the bug?

Visit : http://lizmap.local:8130/index.php/view/map?repository=testsrepository&project=form_edit_related_child_data

Peek 2023-04-03 10-17.webm

Note, not sure it's on purpose, but the scrolling is at the same time scrolling down the warning and the map

In the console, we can see :

TypeError: lizMap.mainEventDispatcher is undefined

@mdouchin Because you are the author of this project I think. @nboisteault the front end dev ;-)

Steps to reproduce the issue

  1. Visit http://lizmap.local:8130/index.php/view/map?repository=testsrepository&project=form_edit_related_child_data

Versions

LWC master docker stack

Check Lizmap plugin

QGIS server version, only if the section above doesn't mention the QGIS Server version

No response

Operating system

Ubuntu 22.04

Browsers

Firefox

Browsers version

112.0b3 (64-bit)

Relevant log output

No response

Gustry commented 1 year ago

At the same time, this URL is linked to the latest test failing in #3511 with this cypress test file : tests/end2end/cypress/integration/form_edit_related_child_data-ghaction.js

Gustry commented 1 year ago

On the same project also, maybe it's linked. We are missing the dropdown menu :

ksnip_20230403-103329

Gustry commented 1 year ago

I don't understand, it seems fixed ... :)