GeoServer 2.27.1. Seeing an issue previewing from “All Formats” select/dropdown when Layer Preview has two pages (layers 1-25 on Page 1, 26-33 on Page 2, 33 layers total).
- On first load of the Layer Preview page, the options under “All Formats” open the requested format for the layer.
- Using the pagination buttons to navigate to the next page, none of the options under “All Formats” work. Nothing happens on selection.
- Using the pagination buttons to navigate back to the original page, and now none of those work either.
Looking at the browser devtools, on the initial page load, the select elements have “change” events attached, but after navigating between pages, the select elements do not have “change” events.
Seen in Firefox and Chrome.
The obvious workaround is to force a full page refresh once you get to the next page, but curious if others have seen this, or if it can be fixed with some type of option or configuration.