Skip to content
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

Toolbar menu blocks clicking on Cesium Map #2207

Closed
robyngit opened this issue Oct 23, 2023 · 0 comments · Fixed by #2256
Closed

Toolbar menu blocks clicking on Cesium Map #2207

robyngit opened this issue Oct 23, 2023 · 0 comments · Fixed by #2256
Assignees
Labels
ADC CI-13 Dynamic data visualizations in portals (ADC deliverable) arctic data center bug cesium good first issue A good place to start contributing to MetacatUI! pdg Permafrost Discovery Gateway
Milestone

Comments

@robyngit
Copy link
Member

As reported by @rushirajnenuji, the div that holds the toolbar menu in Cesium is placed such that none of the map behind it is clickable. The div runs the entire height of the map but contains only a handful of buttons, resulting in a large section of the visible map being unclickable. This is very apparent when drawing polygons (#2180). This issue can be fixed with a little CSS finessing.

Screen Shot 2023-10-23 at 3 12 01 PM

@robyngit robyngit added bug cesium good first issue A good place to start contributing to MetacatUI! labels Oct 23, 2023
@robyngit robyngit added this to the 2.28.0 milestone Oct 23, 2023
@robyngit robyngit added the pdg Permafrost Discovery Gateway label Dec 5, 2023
@ianguerin ianguerin self-assigned this Jan 29, 2024
ianguerin added a commit to ianguerin/metacatui that referenced this issue Jan 29, 2024
At 100% height the toolbar blocked the map below even though it had no
interactable elements below.

GitHub issue: NCEAS#2207
ianguerin added a commit to ianguerin/metacatui that referenced this issue Jan 30, 2024
With no interactable elements the transparent toolbar blocked the Cesium
view. This change enables pointer events only on the parts of the
toolbar with content.

GitHub issue: NCEAS#2207
@robyngit robyngit added ADC CI-13 Dynamic data visualizations in portals (ADC deliverable) arctic data center labels Feb 1, 2024
ianguerin added a commit to ianguerin/metacatui that referenced this issue Mar 15, 2024
With no interactable elements the transparent toolbar blocked the Cesium
view. This change enables pointer events only on the parts of the
toolbar with content.

GitHub issue: NCEAS#2207
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ADC CI-13 Dynamic data visualizations in portals (ADC deliverable) arctic data center bug cesium good first issue A good place to start contributing to MetacatUI! pdg Permafrost Discovery Gateway
Development

Successfully merging a pull request may close this issue.

2 participants