-
-
Notifications
You must be signed in to change notification settings - Fork 144
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: Child feature table items not displayed in child popup #5023
Labels
Comments
erw-1
changed the title
[Bug]: Child feature table
[Bug]: Child feature table items not displayed in child popup
Nov 29, 2024
@erw-1 do you have a solution or a proposition to fix it ? |
Yes, in map.css, you can replace: div.lizmap-features-table.popup-displayed div.lizmap-features-table-container div.lizmap-features-table-item {
display: none;
} with: div.lizmap-features-table.popup-displayed > div.lizmap-features-table-container > div.lizmap-features-table-item:not(.popup-displayed) {
display: none;
} |
erw-1
added a commit
to erw-1/lizmap-web-client
that referenced
this issue
Nov 29, 2024
3liz-bot
pushed a commit
that referenced
this issue
Dec 2, 2024
3liz-bot
pushed a commit
that referenced
this issue
Dec 2, 2024
nboisteault
pushed a commit
to nboisteault/lizmap-web-client
that referenced
this issue
Dec 12, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What is the bug? (in English)
In a popup, when a feature table item is selected, other items are automatically hidden, as expected. However, if there is another feature table in the selected child feature's popup, new items are also hidden before they can be picked, because they share the same CSS selector.
You could introduce a hierarchy level into the selector to differentiate between parent and child feature tables.
Steps to reproduce the issue
IN QGIS:
IN LIZMAP WEB CLIENT:
Bug happens here, the lizmap-features-table items from the child layer popup are not displayed
Video example (FRA): https://youtu.be/zZafmypUBVs
Versions, safeguards, check summary etc
Versions :
List of Lizmap Web Client modules :
* cadastre : 2.1.4
List of safeguards :
* Mode : normal
* Allow parent folder : yes
* Number of parent : 2 folder(s)
* Prevent other drive : yes
* Prevent PG service : yes
* Prevent PG Auth DB : yes
* Force PG user&pass : yes
* Prevent ECW : yes
Check Lizmap plugin
Operating system
Windows 10/11
Browsers
Microsoft Edge
Browsers version
Edge 131.0.2903.70
Relevant log output
No response
The text was updated successfully, but these errors were encountered: