Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×
Create a free account

Better Placement of query pop-ups

Score + 5
1730559291
Jiboux
Pro
Sheet Author
Compendium Curator
Currently, when a button clicked on a character sheet is followed by a pop-up (i.e. a query asking you for an option or any input), this pop-up always appears on the VTT window, behind the the character sheet... This leads to much confusion because: a- If the player has the sheet opened in the main VTT window, the popup is hidden behind it (leading to much confusion) b-If the player has popped out the sheet in a separate browser tab or window, he may be looking at a different screen. <a href="https://app.roll20.net/forum/post/11918177/slug%7D" rel="nofollow">https://app.roll20.net/forum/post/11918177/slug%7D</a> Recommandation is that: 1-popup queries appear on top of the character sheet 2-pop-up queries appear both on the tab of the VTT and on the tab of the opened character sheet
1730776087

Edited 1730827559
vÍnce
Pro
Sheet Author
You've got my vote.&nbsp; It totally sucks when the queries are out of view. Maybe it's just my setup... but there also seems to be an issue in Jumpgate where the query window doesn't move to the front(z-index) of the other open windows when you click on it. ;-( temp fix for me; stylus to the rescue /* fix for query hiding behind open sheet */ div[role="dialog"].vtt-macro-selection-ui-dialog { z-index: 12000 !important; outline: 2px solid red !important; box-shadow: -4px 4px 8px #000 !important; } Much better. ;-)
1730809253

Edited 1730809309
And ideally, context-sensitive query placement should place queries called from chat buttons near the chat, queries called from token abilities near the top of the screen, and queries from the macro bar at the bottom of it. +1.