Open xi opened 11 years ago
Yeah, this is an actual issue within the iframes. If the jquery plugin works fine, use it, if not use any of the others.
This is much less of a problem with the autoresizing introduced later in the iframe pull request (xi/adhocracy@702505a)
If a user clicks a showhide button there is no guarantee that the box that is to appear is currently scrolled into view. This might especially happen in connection with iframe overlays (#536).
Two fix this it would be great if the showhide javascript code could additionally:
So far I found
scrollIntoView
- standard javascript, but does only meet condition 1scrollIntoViewIfNeeded
- only webkit; does not meet condition 3