-
-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Inaccessible panel — Off the bottom of the screen #87
Comments
I've also encountered something very similar. Since I had to quickly create a good tutorial with it, the simple solution was to select a smaller element. However, just yesterday or the day before, I saw a really cool solution from a similar package, so it might be useful here too: If the description and the selected portion don't fit at the same time, the description is overlaid onto the selected portion. DefaultSmaller viewI believe coding this won't take much time. I will also need it for a presentation of an automated software, so if nothing else, I'll definitely give it a try in a pull request. With video illustrationonboarding-upgrade-example.mp4I could imagine something similar to what the video will illustrate. By default, it will place the text box where we requested (we asked for it at the bottom here). If there isn't enough space here, it will relocate it somewhere with available space (in the example, it's only on the left at the beginning). If there's no other available space for it (as we can see at the end of the video), then we are forced to place the explanatory window on the designated element (not very aesthetically pleasing, but at least it doesn't protrude from the screen, as the error also indicates). |
Hi all! Thank you for the suggestion @rozsazoltan, I've checked the Popper library that we use for positioning but couldn't find this kind of feature. Can you let me know which library you used in that video? I'll check and implement similar solution |
Hello @fatihsolhan! I illustrated the necessary development using https://driverjs.com/. Unfortunately, I haven't had time to work on it since. |
Hi @fatihsolhan Any solution for this yet? I am having a similar issue. Only difference is that it is towards the right instead of bottom. There is a scrollbar on the window but whenever I try to use it, takes me back to the initial position. Can I control the position of each step? This might fix the issue as well. I would set this step to bottom and rest to auto |
Describe the bug
I have a large panel that displays a graph.
I would like to explain this graph to my users.
The issue occurs when I reach the
step
that wraps my#page-block-graph
element.Due to my screen size, the panel goes off the bottom of the screen and is inaccessible to read.
To Reproduce
Expected behavior
If the space between the current selection, and the bottom of the entire page is less than the height of the details step, it should appear in the other direction (appear above).
I would imagine this might also be a problem at the top, where the logic should be reversed.
Screenshots
![image](https://private-user-images.githubusercontent.com/127740392/277950033-b0f760f4-602f-4f57-8a31-3f37b7d74123.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkxMDA0MTQsIm5iZiI6MTczOTEwMDExNCwicGF0aCI6Ii8xMjc3NDAzOTIvMjc3OTUwMDMzLWIwZjc2MGY0LTYwMmYtNGY1Ny04YTMxLTNmMzdiN2Q3NDEyMy5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjA5JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIwOVQxMTIxNTRaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT05ZGJmODc4NjgwYzBlZDBjNDczNDdiMmRmN2FhYjY1YTM5ZmJkNjM4N2U0N2RhZDY1M2U3ODE1YmNjYzExNTRiJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.oOaKLbOcwpWUC5ph6oPfd5haecvhHhf9YTiQlSU5ecc)
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: