Automatically closed - issue fixed for 2 weeks with no activity.
Dialogs are sometimes positioned outside the viewport, so that the user has to scroll down to actually see the dialog. This happens with e.g. the
Conflict →
module when the page is a long one (see video attached). At first I thought this was an issue with the Conflict module itself, but it works just fine with Claro. I noticed that Claro has position: absolute;
for the .ui-dialog
element (see
issue 3191527 →
), whereas when using Gin, position is not set anywhere and the element gets position: relative;
as an inline style.
When I set position: absolute;
in Gin styles, the dialog is positioned correctly and is visible in the viewport.
See the attached video for an example.
Set position: absolute
for the .ui-dialog
element like in Claro (see
issue 3191527 →
).
Fixed
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Automatically closed - issue fixed for 2 weeks with no activity.