InfoClick: Resize breaks scroll
If you resize the infoclick windows height, you wont be able to view all content in the window. Somewhere in the code it sets the window content height to a fixed px value, which in return does not get updated when the window resizes.
The right window shows the broken scroll window.
If I recall correctly, this does affect all components based on Window.js. It's more difficult to discover in plugins' windows, as they'r content's height usually doesn't change, but I remember I noticed it somewhere. Test and see. 😄
Anyway, yes, that's a valid bug.
BTW, I'm looking into a similar issue and found that display: "contents" seems to be what breaks scrolling (in my case, I'm not sure it's the same as yours). Try reverting the change introduced in this commit (d979135c3b7c6e23da526e3256036e4759daf63f) and see if it helps.
I might have a tiny quick-fix/patch to get this working for now. Will create branch.
Branch https://github.com/hajkmap/Hajk/compare/develop...fix/1428-InfoClick-Resize-breaks-scroll
Line https://github.com/hajkmap/Hajk/commit/34cd38a60944060790a852342ca60e9dac9a8d71
Hey @jesade-vbg, feel free to PR & merge when ready!
Oh! I've forgotten about this one :) Will do PR & Merge.