-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Find and Replace dialog box is not mobile-responsive #2839
Comments
Hi @lindapaiste I would like to work on the issue if validated. |
Yes please do, that's definitely a mistake. |
Hello, @lindapaiste should I leave space such that the editor is fully visible, or should the dialogue box cover the editor like in the example below? |
Good question! I didn't even think about that! I was thinking that it was just a z-index issue. But what if the text that you are replacing is in the first 2 lines of the code which are covered up? I think that ideally we would shift the content down but that might be difficult to do given the hierarchy of the components. The It would definitely be an improvement just to fix the z-index. So maybe we start with that, and revisit layout changes later? |
Great I will push the z-index changes for now |
The I'm going to keep this issue open as we did not implement pushing down the editor to keep the top lines visible. But I'm editing the tags because the bug part is fixed, and what remains is a more complicated feature request involving CodeMirror code. |
p5.js version
v1.9.0
What is your operating system?
Mac OS
Web browser and version
Google Chrome 120.0.6099.129
Actual Behavior
The dialog box hides behind the editor and hence user is unable to click on the input fields and buttons.
Screen.Recording.2024-01-05.at.4.07.56.PM.mov
Expected Behavior
The dialog box should appear above the editor.
Steps to reproduce
Steps:
The text was updated successfully, but these errors were encountered: