Closed WHendriksOpenspatial closed 1 year ago
I don't recognise the look of this window frame from any of our default viewer templates.
Is this a custom viewer template component? If so you're responsible for how to handle oversized legend content. In that case some solutions you can use are:
overflowY: auto
CSS style on the window frame "container" so over-sized legend content will present scrollbars on the window frame body.ResizeObserver
to monitor for DOM element size changes on the legend content and adjust the window frame dimensions accordingly.Thank you for those solutions. It did fix the issue we were having.
IMPORTANT! Please read this first
Issues in this repository concern only the viewer. Do not submit bug reports concerning the MapGuide Server, FDO or isses in any other web mapping server or services. Use the appropriate issue trackers for reporting such issues because this repo is not for that!
Describe the bug When opening Layers pane the list of layers (collapsed) display correctly within the pane layout:
However as soon as you expand a few Layers past the limits of the layers pane then the pane does not auto adjust or generate a scroll bar:
and has to be done manually:
What is your environment?
To Reproduce Steps to reproduce the behavior: Please see description above
Expected behavior Please see description above
Screenshots/Browser DevTools output Does your browser devtools (F12) show any console/network errors at the time the problem occurs or is there any visual indicators of the problem? No errors